Topic: IE6 and multi divs in a row (Page 1 of 1) |
|
---|---|
Maniac (V) Inmate From: there...no..there..... |
posted 01-08-2007 19:09
Can't figure out why, but the 4 boxes on the bottom of this page (Services, Markets, Contact Us, About Us) will not line up as well as the menu at the top. This is only an IE6 issue as FF, Opera, Safari and IE7 have no problems. |
Paranoid (IV) Inmate From: Norway |
posted 01-08-2007 19:31 |
Maniac (V) Inmate From: there...no..there..... |
posted 01-08-2007 22:15
haha. That would help wouldn't it |
Paranoid (IV) Inmate From: Florida |
posted 01-09-2007 05:23
Sure it's not just some stray/default margin or padding issues? |
Maniac (V) Inmate From: there...no..there..... |
posted 01-09-2007 14:46
thanks for the input. Not sure if it was the exact problem but I did fix it. |
Lunatic (VI) Inmate From: under the bed |
posted 01-09-2007 19:24
quote:
code: .bsText{ display:inline; float:left; margin:0px 22px 0px 22px; width:150px; height:250px; border-bottom:1px solid #fff; border-left:1px solid #fff; border-right:1px solid #fff; background-color:#999933; } .bmText{ display:inline; float:left; margin:0px 22px 0px 22px; width:150px; height:250px; border-bottom:1px solid #fff; border-left:1px solid #fff; border-right:1px solid #fff; background-color:#4263aa; } .bcText{ display:inline; float:left; margin:0px 22px 0px 22px; width:150px; height:250px; border-bottom:1px solid #fff; border-left:1px solid #fff; border-right:1px solid #fff; background-color:#e38336; } .baText{ display:inline; float:left; margin:0px 22px 0px 22px; width:150px; height:250px; border-bottom:1px solid #fff; border-left:1px solid #fff; border-right:1px solid #fff; background-color:#663300; }
code: .bText{ display:inline; float:left; margin:0px 22px; width:150px; height:250px; border:1px solid #fff; border-top:none; }
code: .bsText{ background-color:#993; } .bmText{ background-color:#4263aa; } .bcText{ background-color:#e38336; } .baText{ background-color:#630; }
|
Maniac (V) Inmate From: there...no..there..... |
posted 01-09-2007 20:04
thanks DL. I just uploaded a new version of it that fixed the menu part a bit better. |
Lunatic (VI) Inmate From: under the bed |
posted 01-09-2007 21:09
Kind of strange, for a few reasons. |
Paranoid (IV) Inmate From: Florida |
posted 01-09-2007 23:25
quote:
|
Lunatic (VI) Inmate From: under the bed |
posted 01-09-2007 23:42
Ugh. Unfuckingbeleivable. Forgot all about that particular annoyance. quote:
|
Maniac (V) Inmate From: there...no..there..... |
posted 01-09-2007 23:51
=) I was just getting ready to post an example of it with display:inline and then without it so we could see the difference. I'll bookmark that page for future reference. I actually found it out be trial and error. |