15,919 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for Kruptein

I have this id that should be default 15px from the bottom (which works). But if I have content larger, the content box should grow in height, how can I specify this? [code=css]#content { position:absolute; top: 85px; left:15px; right:130px; bottom:15px; background-color:#00CC00; font-family: Arial, Helvetica, Tahoma, sans-serif; }[/code]

Member Avatar for Kruptein
0
70
Member Avatar for ggeoff

Hi I have decided to use CSS for layouts. Previously I would have used tables. My problem is that I want to place images to the left and related text on the right of the images. I have used new blank paragraphs to "fill" the space between the end of …

Member Avatar for jeffreyk16
0
1K
Member Avatar for MarianneLR

Hello, I am new to Adobe flex and trying to create a website. This may sound like a stupid question, but would anyone be able tell me how i would link between different instances of my website. Like, linking between pages, as you would using HTML. Would appreciate anybody's advice, …

Member Avatar for versatile36
0
77
Member Avatar for GuyClapperton

It's starting in the UK - the London [URL="http://www.thetimes.co.uk"]Times[/URL] (we just call it the Times over here but I imagine that would have a different connotation for American readers) is going to have a paywall after May. Subscribers will be allowed in for nothing. Clearly the [URL="http://www.wsj.com"]Wall Street Journal[/URL] has …

0
479
Member Avatar for Cabman

I am making an 8 page site with d'weaver and the link colors will not show up as (I thought) I selected. One page had white text, turning to black on a grey background; Just like I wanted. GOOD!! The other 8 pages are white and purple? on the grey …

Member Avatar for Cabman
0
60
Member Avatar for GuyClapperton

[URL="http://www.nestle.co.uk"]Nestle[/URL] is a European confectionery manufacturer which upset a lot of people on Friday. Actually it upsets people quite often, it's a big business, they do that, all of them. But on Friday it annoyed people through its Facebook group, and I'd kind of assumed that wasn't the idea of …

Member Avatar for albertwigs
0
328
Member Avatar for Crionly

How to choose a stable PPC system? What to pay attention to? What systems do you prefer to work? I have a site gaming themes, I want to make it in this way. What can you advise?

Member Avatar for jay 11
0
113
Member Avatar for shironui

Alright, I've built this incredible carousel for a portfolio page in a flash website, using an external .XML file for the images;however, after countless hours scouring the web, I can't seem to find the code I need to put in the .XML file, so that clicking on the various pictures …

Member Avatar for shironui
0
191
Member Avatar for krishna09

hi frnds.., pls help me in this qery...,i need a text to be keep moving around the table in my html page.pls suggest me asap.. Thanks & regards Krishna

Member Avatar for Ezzaral
0
95
Member Avatar for abtsupport

I am trying to put two columns below one column, with a column on the right along side the entire thing. the outcome would be something like: [COLOR="red"] B A N N E R NAVIGATION[/COLOR] [COLOR="red"]LEFTCONTENT[/COLOR]__[COLOR="Green"]R[/COLOR] [COLOR="red"]VERT1 VERT2[/COLOR]__[COLOR="green"]I[/COLOR] ____________ [COLOR="green"]G[/COLOR] ____________ [COLOR="green"]H[/COLOR] ____________ [COLOR="green"]T[/COLOR] [COLOR="red"] FOOTER[/COLOR] [COLOR="Red"] COPYRIGHT[/COLOR] The problem …

Member Avatar for karol33
0
189
Member Avatar for krishna09

hi frnds.., pls help me in this qery...,i need to scroll the text around my table in my html page.pls suggest me asap.. Thanks & regards Krishna

Member Avatar for krishna09
0
265
Member Avatar for nakul_pancholi

Dear All, I am doing some practice in HTML to learn. Can anybody suggest the name of book, which is useful to learn HTML and CSS from begins. Please provide the weblink also, if it is free on net. Thanks and regards, Nakul

Member Avatar for shironui
0
118
Member Avatar for aslittell

Is it possible to set a table behind an image? I am trying to do a mouseover feature on an image, however it isn't working because the table is on top of the image.

Member Avatar for sourcebits
0
80
Member Avatar for joelchrist

How can I promote my blog ? Which is the best strategy to increase my blog traffic?

Member Avatar for ITchimes
0
145
Member Avatar for kumarjai

hello frnds...am very confused about sitemaps.....i don't know how to generate them, i did it in past but was unsuccessful as many of the sitemaps generating software's are not free of cost...tell me easy and fast way to create sitemaps for my blog....friendly site map for all the search engines....specially …

Member Avatar for ITchimes
0
150
Member Avatar for beforetheyknew

Hi guys I have an html, css and there might even be some javascript in there (but dont worry about that!). Its a two hour practical exam, and im a little bit rusty with html and css (mostly rusty with css). When i've written websites in the past i take …

Member Avatar for MJ Pieterse
0
92
Member Avatar for Ameix

I'll try to explain this the best I can. If I stop making sense, sorry. I downloaded a template from templatemonster.com and now am running into problems with the template. I understand how to edit and change pictures and text. My problem is I'm having trouble finding things. In the …

Member Avatar for keveenanderson
0
111
Member Avatar for gunnarflax

When I work with 8-bit images in Photoshop I never achieve to get smooth gradients when working with dark colors. I looks bad and it's a clear line between dark gray and black. My guess is that is because I work 8-bit files but is there any reason at all …

Member Avatar for gunnarflax
0
124
Member Avatar for thumpiez

Hello, I have a web design question involving images and it has been driving me crazy all day. I'm hoping someone will help me and put me out of my misery :-) I have an animated image that I made animated out of 5 jpgs: [URL="http://www.ahtwindows.com/purple/img/mainframe.gif"]http://www.ahtwindows.com/purple/img/mainframe.gif[/URL] I want the thumbnails …

Member Avatar for rajarajan2017
0
155
Member Avatar for virtualmisc

Hello friends i wanted to know if there was a standard dimension for a web page? i.e width and height Thanks

Member Avatar for jerinjames
0
208
Member Avatar for GordonUK

Hi everyone, I have a website and its being displayed perfectly in Firefox and in the AOL browser but for some reason graphics and banners are being displaced into different positions when viewed in Internet Explorer 8 and I just wondered why that would be? My web designer says that …

Member Avatar for migcosta
0
166
Member Avatar for Leratom

I need help, HTML--i have two links, linkA & linkB--when clicking linkA -should display image1 and whn clicking linkB image2 should be displayed. The trick is they must be displayed in one image tag. any one who can help with that? I would appreciate your help.

Member Avatar for almostbob
0
87
Member Avatar for n_e

Hi all, I'm using a div as a pop-up on a page to show some addtional information. First some code: [code=html] <td> <div class="floatingDiv" id="popup"> some txt here... </div> <p style="margin-top: 0px" onMouseOver="ShowContent('popup',0); return true;" onMouseOut="HideContent('popup'); return true;" > .. short message here </p> </td> [/code] [code=css] .floatingDiv { display: …

Member Avatar for dipak_passion
0
116
Member Avatar for gruffy321

Hi all and thanks for reading this.. Well i am back with another problem. so it seems i am mostly taking from this site at the moment, although i do see a big donate sign at the top !!! Ah ha ! Anyway here is my question... Please could anybody …

Member Avatar for gruffy321
0
175
Member Avatar for dominique7

Hi! I am experimenting with layouts and there's one problem I am stuck with badly. I want the main parts of the page to be fixed width, eg. 800px, but want a border or background colour around the menu that fills the whole width of the page. I like having …

Member Avatar for dominique7
0
93
Member Avatar for InsightsDigital

I saw online sites that sell marketing plans. Do you create your own or use these online marketing plans?

Member Avatar for jennypitts
0
177
Member Avatar for Techwriter10

It's not exactly news that the relationship between Google and China has soured over the last month or two and it looks as though [URL="http://www.macworld.com/article/147096/2010/03/china_google.html?lsrc=rss_main"]Google may quit China soon[/URL] leaving the vastly lucrative Chinese market to Microsoft and others. What's not clear is what the implications will be for the …

Member Avatar for vclike10
0
601
Member Avatar for agr8lemon

Hello everyone, This one has got me stumped so I figured I'd see if all the smart people that hang out here have any suggestions. Here is what I am trying to do: I have php site that pulls data from a SQL DB. based on results from the DB …

Member Avatar for sourcebits
0
113
Member Avatar for thanasisdev

Hello I have finished coding my site but i have a small problem. In the main page [URL="http://nik.itcreations.eu/gr/index.php"]http://nik.itcreations.eu/gr/index.php[/URL] the footer div collides with the the previous div. I would like to have some space between these two divs. I have tried to use the margin tag with no success. Your …

Member Avatar for thanasisdev
0
75
Member Avatar for Mehungwaylo

Want To Get On The Front Page Of A Keyword Being Searched 500+ Times a Month Easy Kinda Important: I turned my website SNIPPED which is a non-commercial satire website into a blog last month. Very first day I launched the blog it had 300+ Uniques from social bookmarking websites. …

Member Avatar for jennypitts
0
134
Member Avatar for mili123

You may have mixed feelings when it comes to building backlinks for your website. If you look around the internet you will get many different opinions of what is right and what is wrong when it comes to this. All the different opinions can make you feel really confused and …

Member Avatar for gusang
0
144
Member Avatar for thumpiez

I need help stretching a gradient background to 100% width (and 31px height) with centered text over it. Here is the page I am working on: [url]http://www.ahtwindows.com/asset/[/url] The gray gradient nav bar needs to have a width of 100% for all viewers, with the menu text links on top of …

Member Avatar for dreamer14
0
138
Member Avatar for nolashe1

Does anyone have any idea why everytime i go on yahoo games it crashes. I am in the middle of a game an the screen goes white and i can't get back in.

Member Avatar for canadafred
0
102
Member Avatar for alpha2006

Is it worth to purchase vBSEO to make your vBulletin search engine friendly??? It costs so much money to buy a vBSEO license, I wonder whether or not it is worth it? Did you notice an increase of search engine referrals when you installed vBSEO?

Member Avatar for vbulletin_fan
0
741
Member Avatar for uwem udoh

i have the intention of having a bike riders team for promotions, movie, music video and other. i need an experience person to tell me how i can market this business.

Member Avatar for karol33
0
54
Member Avatar for shubhangid

I have read the web pages should be validated,.but how does it relates SEO.It the page is having warnings and errors so,how that affects SEO.

Member Avatar for travelloops
0
150
Member Avatar for joelchrist
Member Avatar for Steveburner
0
148
Member Avatar for snitch321

I have just imported an swf file and i want this movie clip to be played at a lot slower frame rate?

Member Avatar for snitch321
0
127
Member Avatar for kfgreen

I'm looking to add a form/quote generator to my site. I do vinyl wall quotes and I would like my customers to be able to design their own wall quote and purchase. Here is an example: [url]http://www.vinylletterdecor.com/designcenter.php[/url] That's just one style that I like. Does anyone have any advice on …

Member Avatar for mtracey
0
89
Member Avatar for daviddoria

After reading a few tutorials, it looks like this: [url]http://www.rpi.edu/~doriad/Examples/Table/[/url] should make a full (100%) width table. However, the width is actually very small and the table is on the left of the page. Does anyone see what is wrong here? Thanks, Dave

Member Avatar for almostbob
0
103
Member Avatar for InsightsDigital

Am I the only one who is not familiar with FourSquare? I know buddies who love FourSquare and constantly blog or tweet about it. I personally dont see the value. Can someone explain to me why this FourSquare is better than sliced bread?

Member Avatar for islabucasgrande
0
134
Member Avatar for Moirae

Hello, I'm making a photo gallery using Flash, AS3 and I'm supposed to use URLRequest. Can someone please explain to me what is its purpose? My gallery works fine but I don't understand what this class id used for? I read some articles on Internet and it says [QUOTE]The URLRequest …

Member Avatar for Moirae
0
101
Member Avatar for seoindia

Hi Guys, Define a perfect SEO strategy in order to conquer Google, Yahoo and Bing. Also provide the steps to maintain the consistency within top 5 for search engines. I m also interested in latest news, sometimes i posted on SEO India.

Member Avatar for bruceshan
0
246
Member Avatar for jusvie

Are there any tools that checks for rankings on SERP? Can you share your tools with me?

Member Avatar for bruceshan
0
149
Member Avatar for henpecked1

I'm not sure how to ask this and I'll probably sound a little stupid, but bear with me. How does a "membership" website store member data? Is it done with a database? Does it store the information in a flat file as pages that can be edited later? I see …

Member Avatar for almostbob
0
164
Member Avatar for ryy705

Hello, I've cut up a single image into two and I would like them to sit on top of each other. Unfortunately, I can't get rid of the empty space between the two images. How is this done? Please copy and paste the code if you wish to view it. …

Member Avatar for almostbob
0
105
Member Avatar for codecat

Hello, I'm a newbie to web development, trying to get this image map to work and have no idea where I'm going wrong. The image comes up fine but there are no "hotspots" highlighted, the links don't work, nor does the title pop up when you hover over the area. …

Member Avatar for codecat
0
4K
Member Avatar for avinash_545

Dear all, I am currently working on an html project and I wanted to include a vertical navigation menu to the index.html page( the homepage).Am using table and drawing row to do it. I want to add a little extra to it. that is on mouseover on one item in …

Member Avatar for avinash_545
0
77
Member Avatar for topsurveysite

[B]Hi All I recently taken up a website I am doing the all kinds of off page optimization like classifieds, directory. and smo submissions, but i am unable to increase the backlinks I am trying the other methods of getting them but no results yet Kindly suggest me how to …

Member Avatar for dawn.visp
0
220
Member Avatar for Ghazi119

Hello All Friends Any One Tell Me What Is The Benefit of Sitemap or How do i get Google Site Links?

Member Avatar for Mark121
0
163

The End.