I've got a site designed, it looks wonderful in Firefox, but as usual it has "issues" in IE.
The main problem I'm having is with the menu box, when the content exceeds the size on firefox, it simply breaks out of the box, but doesn't make the box any bigger and doesn't mess up the page, but with IE, it shoves the whole page around, making the menu box bigger, and squashing the content box down below it.
The menu is also loosing the border to the left on IE, which isn't as a big a problem, but would be nice if I could fix it.
I'm assuming I'm going to have to employ some kind of hack, anyone have any suggestions? (I can post full page code if required)
----------------------------------------
Sometimes, when my code just won't behave, I take it outside and make it listen to britney spears music, and when it comes back it's really well behaved. I wonder if it's suffering from post tramatic stress syndrome now..
The main problem I'm having is with the menu box, when the content exceeds the size on firefox, it simply breaks out of the box, but doesn't make the box any bigger and doesn't mess up the page, but with IE, it shoves the whole page around, making the menu box bigger, and squashing the content box down below it.
Code:
.nav {
width: 160px;
float: left;
margin-left: -1px;
font:11px verdana, arial, helvetica, sans-serif;
padding: 10px;
background-color: #99FF66;
border: 1px solid #000000;
margin-top: 10px;
margin-bottom: 10px;
font-weight: bold;
}
The menu is also loosing the border to the left on IE, which isn't as a big a problem, but would be nice if I could fix it.
I'm assuming I'm going to have to employ some kind of hack, anyone have any suggestions? (I can post full page code if required)
----------------------------------------
Sometimes, when my code just won't behave, I take it outside and make it listen to britney spears music, and when it comes back it's really well behaved. I wonder if it's suffering from post tramatic stress syndrome now..