Hello,
On my site I'm using divs to make the layout. The problem is that everything shows fine in opera/firefox/mozilla, but internet explorer gives me the double margin between my float: right and the text-div.
Using display: inline; won't work, there is no difference at all. I am using internet explorer 6.
I'll post screenshots below:
Iexplore:
The code I use for the quotebox:
The code for the text:
Just for information: The way it's in Opera is good, iexplore is bad.
Thanks in advance,
Arno
On my site I'm using divs to make the layout. The problem is that everything shows fine in opera/firefox/mozilla, but internet explorer gives me the double margin between my float: right and the text-div.
Using display: inline; won't work, there is no difference at all. I am using internet explorer 6.
I'll post screenshots below:
Iexplore:
The code I use for the quotebox:
| Code: |
| div.quotebox
{ border-style: solid; border-width: 1px; width: 23%; float: right; padding: 10px; background: url("images/quote.gif"); background-color: #FFEAAE; background-repeat: no-repeat; text-indent: 35px; } div.quotebox:first-letter { font-size: 40; font-family: comic sans ms; color: black } |
The code for the text:
| Code: |
|
p.alinea { border-top: dashed; border-bottom: dashed; border-width: 3px; border-color: #ABB3AB; margin-bottom: 35px; width: 65%; padding: 20px } p.alinea:first-letter { font-size: 25; color: black } |
Just for information: The way it's in Opera is good, iexplore is bad.
Thanks in advance,
Arno
