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
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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.