Jump to content

Dynamic page design?


Solarpitch

Recommended Posts

Hi Guys,

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!
Link to comment
https://forums.phpfreaks.com/topic/25512-dynamic-page-design/
Share on other sites

  • 2 weeks later...
instead of using the image to define the size, use the cell's background (<td background="images/team/Administration.gif" id="l_header">&nbsp;</td>).  or you can use a definition in ur css to do the same thing

#t_1 {
background-image:url(images/FABORDER.jpg);
background-repeat:repeat-y;
}

(thats mine from: http://www.firearms2mod.com/richei/updates/)

I use the same deal that you're using.  The background is done with the above statement.  You won't need the side cells but they help in defining the space.  since you';re putting text in there i would suggest using the background so it will tile properly.
Link to comment
https://forums.phpfreaks.com/topic/25512-dynamic-page-design/#findComment-121432
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.