Topic: Lineing up Css |
|
---|---|
Author | Thread |
Bipolar (III) Inmate From: Thunder Bay Ont. Canada |
posted 12-05-2004 06:39
I am building a webpage with CSS and when i run it in opera everythign looks fine, but when i look @ it in IE the cells donot line up properly, i don't know why |
Maniac (V) Mad Scientist From: :morF |
posted 12-05-2004 07:09
I'ts a padding and margins problem as far as I can tell. You'll need to specify different padding and margins for IE using one of the Box Model Hacks, like : code: * html body div#div1 {other styles here}
|
Bipolar (III) Inmate From: Thunder Bay Ont. Canada |
posted 12-05-2004 20:51 |
Maniac (V) Mad Scientist From: :morF |
posted 12-06-2004 08:20
OK... ummmm... try this page for some info no the box model and how to hack it for the browsers that don't render correctly. |
Bipolar (III) Inmate From: Thunder Bay Ont. Canada |
posted 12-06-2004 16:24 |
Bipolar (III) Inmate From: Thunder Bay Ont. Canada |
posted 12-08-2004 06:39
nm got it |