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
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
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.
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
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.