Monday, March 22, 2010

Help with CSS positioning of menu

Hello.

Am slowly making some progress following recent difficulties
with CSS.

At the moment things are finally looking the same on
different browsers EXCEPT the menu bar to the right of the movie:


http://www.notjustthenews.co.uk/page2_movies.html

Basically in Internet Explorer it's where I want it to be,
level with the top of the movie, but in Safari it drops down much
lower.

Is there anything I can do to stop this happening?

This is the CSS I'm using for the menu:

width: 300px;

height: 160px;

float: left;

margin-top: 40px;

margin-bottom: 0px;

margin-left: 85px;

display: block;

clear: none;

No comments:

Post a Comment