Thread: Dynamic web page design Issue
Results 1 to 3 of 3
Related
-
Need help coding a redirect Page which also passes dynamic parameters Forum: HTML Forum
Replies: 0 -
Professional Logo Design, Headers/Banners and Cartoon Logo Design Forum: Internet Services
Replies: 0 -
Dynamic web forms Forum: HTML Forum
Replies: 4
-
10-29-2006, 02:10 PM #1
Dynamic web page design Issue
Hi Guys,
My first post . . let me start by saying hi! Anyway . .
I was wondering if you could help me with this..
http://xs.to/xs.php?h=xs108&d=06430&f=pageexample.gif
I have explained on the image. Its just in relation to getting 2 images I created which mark the sides of a web page with a nice shadow effect.
I want to get that effect running the whole length of the page based on how long the page is gonna be?
Cheers!
-
10-29-2006, 03:30 PM #2
Re: Dynamic Page Design Issue...
pretty simple to do... i am sure that is a table right?
what you would do is set it as a background image and set the style to repeat-y...
so you would want to set the cell style like this:
<td style="background-image: url('pathtoyourimage.gif'); background-repeat: repeat-y"> </td>
-ALL
-
10-29-2006, 03:39 PM #3
Re: Dynamic Page Design Issue...
Cool . . I wasnt aware that you are ablt to set a background image of a cell and set it to repeat! Thanks a million . . I'll give that a shot later!