HTML IE Help

Discussion in 'HTML & Website Design' started by dave9713, Apr 14, 2008.

  1. #1
    Hi All :)

    Have a little problem with something I am trying to build (my first time on dreamweaver)

    Basically it appears fine in firefox however with IE the image slides over to the other side of the page.

    portfolio-properties.net/untitled%20folder/contact.html

    Please can someone take a look and advise me what to do :(

    Thanks,

    Dave
     
    dave9713, Apr 14, 2008 IP
  2. techrn

    techrn Peon

    Messages:
    81
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Looks fine in IE7. Is that what you're using?
     
    techrn, Apr 14, 2008 IP
  3. dave9713

    dave9713 Active Member

    Messages:
    722
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    58
    #3
    Thanks for the reply.

    Yes and the bar beneath the menu is still going towards the right and below a bit.

    Can anyone offer any more advice?

    Thanks,

    Dave
     
    dave9713, Apr 14, 2008 IP
  4. camp185

    camp185 Well-Known Member

    Messages:
    1,653
    Likes Received:
    51
    Best Answers:
    0
    Trophy Points:
    180
    #4
    In your code you assigned the bar to to a vertical position:
    <div align="center" style=" position:absolute; top:133px;"><img src="bar.gif" alt="menu bar"/></div>

    You might want to try this: <div align="center" style="margin-top:0px">

    Line 78 you spelled center wrong.
     
    camp185, Apr 14, 2008 IP
  5. dave9713

    dave9713 Active Member

    Messages:
    722
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    58
    #5
    Hi Camp185,

    Thanks for the help, I have just uploaded the effects that had to

    http://www.portfolio-properties.net/untitled folder/contact3.html

    No the bar resolves half a centimetre beneath the menu icons in IE and around 10 pixels beneath in firefox.

    All i want to do is to make the images slightly overlap in both IE and firefox, has anyone got a solution to this?

    To speed it up I will pay $5 via PayPal to whoever comes up with the solution which works first.

    Thanks,

    Dav
     
    dave9713, Apr 15, 2008 IP
  6. camp185

    camp185 Well-Known Member

    Messages:
    1,653
    Likes Received:
    51
    Best Answers:
    0
    Trophy Points:
    180
    #6
    To move the bar up a little more you could use this: <div align="center" style="margin-top:-10px"> Notice negative 10. On my pc IE7/8 the bar is just one or two pixels away. Firefox the line there is maybe 1 pixel so already appears right to me. Are you trying to move down the logo on the left? Maybe I am misunderstanding.
     
    camp185, Apr 15, 2008 IP
  7. dave9713

    dave9713 Active Member

    Messages:
    722
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    58
    #7
    Hi mate,

    That seems to be having no effect... any more ideas :(

    Thanks,

    Dav
     
    dave9713, Apr 16, 2008 IP