| Question about margin-top:0px; full doctype, opera doesn't recognize it |
macrost

msg:1584011 | 8:32 pm on Oct 18, 2004 (gmt 0) | I am using xhtml transitional with a full doctype, but it seems that opera doesn't recognize the css margin-top:0px; deal. Does anyone have an explaination for this?
|
encyclo

msg:1584012 | 8:52 pm on Oct 18, 2004 (gmt 0) | Are you using it on the body tag? If so, you need padding-top:0; as well. Opera's use of padding is actually more logical than the others' use of margin, but it's confusing at first.
|
macrost

msg:1584013 | 9:08 pm on Oct 18, 2004 (gmt 0) | encyclo, Thanks! Heh, go figure.
|
BlobFisk

msg:1584014 | 12:45 pm on Oct 19, 2004 (gmt 0) | Hey macrost, Don't forget that you don't need to specify a unit on 0 (zero) sizes. Since the value is zero then a unit is not needed. HTH
|
|
|