![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
The goal is simple -- float a box on the right and have text flow around it on the left. The style applied to the div the box is in works fine in everything except, of course, IE. Here's the style: div style="float:right; width:320px; padding: 20px 0 25px 25px;" Here's the URL where the page is: http://www.scoe.net/seeds/video/vid2.html What do I have to do in order to make the text wrap around the box in IE? |
#3
| |||
| |||
|
|
Take the width off div.text . |
#4
| |||
| |||
|
|
The goal is simple -- float a box on the right and have text flow around it on the left. The style applied to the div the box is in works fine in everything except, of course, IE. Here's the style: div style="float:right; width:320px; padding: 20px 0 25px 25px;" Here's the URL where the page is: http://www.scoe.net/seeds/video/vid2.html What do I have to do in order to make the text wrap around the box in IE? |
#5
| |||
| |||
|
|
Take the width off div.text . I appreciate the response, Els, but unfortunately, that didn't do the trick. I removed the width off of .text but it still looks the same as before: www.scoe.net/seeds/video/vid2.html |
#6
| |||
| |||
|
|
Try /* .text {width: 400px;} */ |

![]() |
| Thread Tools | |
| Display Modes | |
| |