Results 1 to 5 of 5
Related
-
Weird clickable area Forum: CSS Forum
Replies: 3 -
Band Profile Help - top left, default image area Forum: Myspace Forum
Replies: 1 -
Probably wrong area Forum: Websites For Sale
Replies: 0 -
I need the BG not to tile Forum: HTML Forum
Replies: 1 -
How can I add a members area to my site? Forum: Website Scripts Forum
Replies: 5
-
02-16-2003, 02:23 AM #1
Image tile across specific area!!
Hey guys!
Im just wondering what is the best way to tile an image across a splash page.
Have a look at this site :: http://www.wiscombdesign.com
See how the top bar goes all the way across to the end, well how do u go bout doing that?
thanks,
-
02-16-2003, 07:10 AM #2
Right-click on the page, choose 'view source'. Then you will be able to exactly how they did it.
If one of our members helps you, please click theicon to add to their reputation!
No support via email or private message - use the forums!
Before you ask, have you Searched?
-
02-16-2003, 09:48 AM #3
im not very good at reading the source and then implementing it into dreamweaver.
could i have an explanation on how i would go on bout doing it in dreamweaver mx?
pls
-
02-16-2003, 09:58 AM #4
Sorry, never used it.
If one of our members helps you, please click theicon to add to their reputation!
No support via email or private message - use the forums!
Before you ask, have you Searched?
-
02-16-2003, 11:21 AM #5
try this
<div style="background: #444444 url(tiled_image.gif) repeat; width: 100%"><img src="transparent_spacer.gif" height="20" width="1" alt="spacer"></div>
Last edited by sonofmidi; 02-16-2003 at 11:24 AM.