|
I went and checked out the link but it won't help in this situation. See I'm not using a fixed width on the layout. It is has a width of 100% and I need that border on both sides of the main div.
If it was fixed width it would have been simple to fix as I have used the method before on a layout. I tried to nest two div's to get the effect that I wanted which led me to another problem when I tried that. I set the first div with the side border to tile vertically and worked fine, just like I wanted. The problem in this case was the border on the right. I tried to set the img as the background on it to tile vertically starting at the top right and neither IE or Netscape displayed it correctly.
So it looks like I might have to use a table to get what I want or change the layout to a fixed width. Other than that I don't see and solution!
edit: I changed it to a fixed width to solve the problem, seems to be the only solution other using a table.
Last edited by TwiztedFake; 08-12-2005 at 03:13 AM..
Reason: Updated
|