Reply
How do I get an image to fill entire div in CSS?
Old 09-18-2006, 05:41 AM How do I get an image to fill entire div in CSS?
Novice Talker

Posts: 14
Hello

Does anybody know how to get an image to fill the entire width and height of the div using CSS and without loosing image definition?

Here is my example.
http://www.travelbreak.info/design.html.

Thanks for any help.
sovereign6 is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
Old 09-18-2006, 08:45 AM Re: How do I get an image to fill entire div in CSS?
Novice Talker

Posts: 14
Hi

There seems to be a full stop that crept into the end of the url.

Please see:

http://www.travelbreak.info/design.html

Cheers
sovereign6 is offline
Reply With Quote
View Public Profile
 
Old 09-18-2006, 12:04 PM Re: How do I get an image to fill entire div in CSS?
LadynRed's Avatar
Super Moderator

Posts: 6,731
Location: Tennessee
Why would you put a div inside a table ?? If you're going to use css.. do your layout WITHOUT tables.

To answer your question - give your div an id and specify the bg like this:

#header {
background: url(imagename.gif) repeat-x; }

The values for repeat are; repeat-x, repeat-y, no-repeat. Leaving OFF the repeat, the image will tile in both directions to fill the div.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
"Using or working with IE is like having to wear a 1970's polyester suit with pantyhose and a girdle, to work everyday"
Carolina Corvette Club
LadynRed is online now
Reply With Quote
View Public Profile
 
Old 09-18-2006, 01:48 PM Re: How do I get an image to fill entire div in CSS?
Novice Talker

Posts: 14
Hi Ladynred,

Thanks for your advice.

Cheers
sovereign6 is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to How do I get an image to fill entire div in CSS?
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


Webmaster Resources Marketplace:
Software Development Company | Webhosting.UK.com | Text Link Brokers 


   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 5.31078 seconds with 12 queries