kevinmcqueen
10-18-2007, 03:19 PM
Right,
Got a bit of an issue here..
I have the following CSS code:
.content {
left:20%;
top:00px;
max-width: 58%;
position: relative;
min-height:100%;
border-left: Groove #000000 1px;
border-right: Groove #000000 1px;
padding:5px;
min-height:515px;
}
I thought it was all working well, and my mate went onto the site, and the content from the content div, is over lapping my sidebar on the right hand side.
All is ok on my Browser (Firefox, and I tested in IE7 too)..
I believe its a max-width issue - does anyone know a way around this?
Got a bit of an issue here..
I have the following CSS code:
.content {
left:20%;
top:00px;
max-width: 58%;
position: relative;
min-height:100%;
border-left: Groove #000000 1px;
border-right: Groove #000000 1px;
padding:5px;
min-height:515px;
}
I thought it was all working well, and my mate went onto the site, and the content from the content div, is over lapping my sidebar on the right hand side.
All is ok on my Browser (Firefox, and I tested in IE7 too)..
I believe its a max-width issue - does anyone know a way around this?