navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

 

Create an untiled image

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Design >> Web Graphics >> Create an untiled image
Page: [1]
 
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

(in reply to vision2000)
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?

(in reply to dpf)
Page:   [1]

All Forums >> Web Design >> Web Graphics >> Create an untiled image
Page: [1]
Jump to: 1





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