Jump to content
xisto Community
Sign in to follow this  
jlhaslip

Float Problem With Ie5 Mac It Doesnt ...

Recommended Posts

I have an HTML page that the client is viewing with an IE5 Mac and the title page includes a picture with the text material floated beside it. However, because the Browser she has is IE5 Mac, the float fails. Does anyone know of a hack to get IE5 Mac to accept the Float???This is the htnl I am using. It works wonderfully in FF and Opera.

<div style="padding: 6px; float: right;"> <img src="images/m1.jpg" alt="Name here" title="Name here" width="200px" /></div>

thanks.

Edited by jlhaslip (see edit history)

Share this post


Link to post
Share on other sites

IE5/Mac is trouble to work with and there is no good reason to still be supporting it especially as Microsoft themselves now recommend Mac users to ditch it in favour of Safari.
That's probably not going to help in your situation, so I'd suggesting posting your question at CSS Creator as there's people over there who use Macs who know what they're talking about when it comes to CSS.

Share this post


Link to post
Share on other sites

<div style="padding: 6px; float: right;   ***   WIDTH: 20%;   ***   ">
<img src="images/m1.jpg" alt="Name here" title="Name here" width="200px" /></div>

 

thanks.

225143[/snapback]


For the float to be positioned correctly in an IE5/Mac, there must be a width stated on the item being floated or the float is created at 100 per cent width and pushes down the next div. Including this width doesn't seem to bother the other Browsers. I made the width smaller than the Image, so it works perfectly.

Thanks for your assistance, Tyssen. Good link up there, by the way...

 

Notice from jlhaslip:

edit typos and close topic

* topic closed *

Edited by jlhaslip (see edit history)

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.