Help - Search - Members - Calendar
Full Version: problems with IE and firefox
HTMLHelp Forums > Web Authoring > Cascading Style Sheets
chippa
when viewed in differnt platforms i get different results with this code.

in firefox the left nav bar goes down the page...too far actually, im not sure why this happens. in IE it only goes as fra as the nav bar itrself. i want it to actually grow and shrink as the mainpage grows and shrinks.

any suggestions?

http://www.aparkour.com/wcms/



relevant code...

.articleSummary {
height: 100%;
font-family: Helvetica, Arial, Verdana, sans-serif;
font-size: 11px;
color: #000000;
line-height: 135%;
}

#leftBlock {
height: 100%;
float: left;
width: 180px;
\width: 180px;
w\idth: 180px;
border-right-style: solid;
border-right-width: medium;
border-color: #804102;
background-color: #333333;

}
Darin McGrew
I recommend that you start by fixing the HTML errors and the CSS errors reported by the online tools. Some of them indicate serious structural problems with your markup.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2010 Invision Power Services, Inc.