Alright well for some reason people viewing the page of my site on a larger monitor get a distorted layout, and it gets all stretched out and messy. Heres a screen shot to get a better idea: http://img252.images...79/ssiteni0.jpg. The images for the layout are the backgrounds of tables so I can add text and such over it. In the CSS I have set background-repeat: no-repeat; and table-layout:fixed;. But I cant figure out what to put to keep the layout from stretching out and such.
Thanks
Layout distorted on larger monitor.
Started by pistonsfreak, Feb 08 2008 11:35 PM
4 replies to this topic
#1
Posted 08 February 2008 - 11:35 PM
#2
Posted 08 February 2008 - 11:40 PM
looks like you made your content repeat y instead of repeat x? thats what would cause it to expand with the width instead of the height.
#3
Posted 09 February 2008 - 07:29 PM
As I stated, I have the backgrounds all set on No Repeat..
#4
Posted 09 February 2008 - 07:49 PM
is your background in a table or in a div?
does your code look like:
or did you make a div and set the background in the div?
does your code look like:
<td background="">
or did you make a div and set the background in the div?
#5
Posted 09 February 2008 - 08:12 PM
The background is in a table. Yea the code is <td background="image.gif">.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users
