Website content floats right on mobile phones and apple browser

2 replies
  • WEB DESIGN
  • |
Hi guys,

Website homepage content floats right when I go on my site on a mobile phone (iphone and droid), and also when I went on it on an apple macbook.

Works fine in ie and firefox. Website link in signature.

Any help?

Tom
#apple #browser #content #floats #mobile #phones #website
  • Profile picture of the author Jay Moreno
    right before this line:
    HTML Code:
    <table id="logos" border="0" width="625" bgcolor="FFFFFF" valign="top">
    add the following

    HTML Code:
    <div style="clear:both;"></div>
    so it looks like this

    HTML Code:
    <div style="clear:both;"></div>
    <table id="logos" border="0" width="625" bgcolor="FFFFFF" valign="top">
    in all honesty you would be better of creating a mobile friendly site if you are expecting a lot of mobile visitors...

    hth

    jay
    Signature
    Sorry, I am too busy helping people to think of a cool signature!
    {{ DiscussionBoard.errors[4007831].message }}
  • Profile picture of the author tbsweet52
    Thanks for the tips, it worked!

    As for the mobile, its in the works

    Tom
    Signature

    Signature goes here

    {{ DiscussionBoard.errors[4009184].message }}

Trending Topics