CSS Question
CSS Question
Out of context: Reply #1
- Started
- Last post
- 1 Response
- Dancer0
It's a problem with double floated content in IE (it doubles the margin value)
On your floated content put
_display: inlineShould fix it
It's a problem with double floated content in IE (it doubles the margin value)
On your floated content put
_display: inline
Should fix it