|
| |
|
|
vision2000
Posts: 532 From: USA Status: offline
|
Create an untiled image - 7/11/2005 15:46:08
Hi, How do I create an untiled image for the header of my site? I have an image that I'll place top left with css but need to fill in the rest of the header with the same background as the image. Please advise. Thank you Herman
|
|
|
|
dpf
Posts: 7126 Joined: 11/12/2003 From: India-napolis Status: offline
|
RE: Create an untiled image - 7/11/2005 15:48:00
the image will only tile if it is background - if you use <img tag to insert it, it would tile and background color property is available
_____________________________
Dan
|
|
|
|
vision2000
Posts: 532 From: USA Status: offline
|
RE: Create an untiled image - 7/11/2005 16:02:18
Thank you - here's what I did to try to get the same background as the image... Created a 150px x1px image (by vertically cropping the image) My css... #header { text-align: center; background-color: #fff; line-height: 60px; height: 150px; background-image: url(images/vert-tile.gif); background-repeat: repeat-x; } #header img{ float:left; margin: 0px; padding: 0px; width: 220px; } How do I get it to be untiled, so I can get rid of the all the seams?
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|