Fine, after seeing CSSZenGarden, We are humbled, and once reading Glyak’s CSS part one Tutorial, I decided to start screwing around which has a simple css layout. I immediately make a roadblock — Suprise! – coping with i. e.
MY SPOUSE AND I created three instructional classes – a header, major, and menu. I positioned them according to the math with Glyak’s awesome short training, and tada! achievements in Firefox. Inside i. e., not so much. Seems to do using the padding, as when i remove it, Firefox as well as i. e. show similar thing. here’s several linkage.
Extra padding on…
. head position: absolute; leading: 15px; left: 15px; width: 700px; height: 100px; background-color: #000000; extra padding: 5px; color: #FFEEDD . selection position: absolute; leading: 125px; left: 15px; width: 200px; height: 700px; background-color: #123456; extra padding: 5px; . main location: absolute; top: 125px; left: 225px; width: 490; levels: 565; padding: 5px; background-color: #556677;
Padding away…
. head position: absolute; leading: 15px; left: 15px; width: 700px; height: 100px; background-color: #000000; /*padding: 5px; */ colouring: #FFEEDD . menu location: absolute; top: 125px; left: 15px; width: 200px; levels: 700px; background-color: #123456; /*padding: 5px; */ . major position: absolute; leading: 125px; left: 225px; width: 490; height: 565; /*padding: 5px; */ background-color: #556677;
Is this since i. e. renders the padding sans background color Or is niagra a vile M$ block against mankind Thanks for any help.
: Chris
Nevermind, I do believe I figured it out. I need to do the box product hack, I trust.
Yeah, that’s really really the only way around it i always can think of..