![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
|
Have you tried experimenting with CSS "margin" and "padding" also? As these aren't always treated consistently across browsers. |
#4
| |||
| |||
|
|
Paul Watt wrote: used negetive margins and the underscore hack in the end. Sounds very much like you are treating the symptoms, not the problem. That is surely the wrong way to go about it. |
#5
| |||
| |||
|
|
"kchayka" <usenet (AT) c-net (DOT) us> wrote in message news:49vmelFqq2rnU1 (AT) individual (DOT) net... Paul Watt wrote: used negetive margins and the underscore hack in the end. Sounds very much like you are treating the symptoms, not the problem. That is surely the wrong way to go about it. What would you suggest? |
#6
| |||
| |||
|
|
i've placed a table within a <div> to dispay some data. All is well in FF, but in MSIE the table starts inline with the bottom of the <div> to the left. I've set the css div to vertical align: top, but this hasn't made a differance. http://www.paulwatt.info/test/calendar.htm IE does not always correctly flow blocks. I'm a little vague on the |
#7
| |||
| |||
|
|
If it's an IE only issue (make sure that it really is) then you don't use hacks, you use "conditional comments": http://virtuelvis.com/archives/2004/02/css-ie-only Hacks are ugly. |
#8
| |||
| |||
|
|
In article <Xns97A19213950B0castleamber (AT) 130 (DOT) 133.1.4>, John Bokma <john (AT) castleamber (DOT) com> wrote: |
|
Hacks are ugly. Well, maybe it is a matter of taste... |
#9
| |||
| |||
|
|
dorayme <doraymeRidThis (AT) optusnet (DOT) com.au> wrote: In article <Xns97A19213950B0castleamber (AT) 130 (DOT) 133.1.4>, John Bokma <john (AT) castleamber (DOT) com> wrote: [..] Hacks are ugly. Well, maybe it is a matter of taste... No it isn't. |
#10
| |||
| |||
|
|
dorayme wrote: John Bokma wrote: [..] Hacks are ugly. Well, maybe it is a matter of taste... No it isn't. If you can do the same thing with a conditional comment, do it with a conditional comment. |
![]() |
| Thread Tools | |
| Display Modes | |
| |