Jump to content

CSS Problem: Position and browser support.


ivar

Recommended Posts

Hello!I have a problem with my website and IE. The layout renders correct in Firefox, Safari, Opera and Camino. Only buggy in IE.I want to align the image with the top of the thumbnails. I have tried "margin-top", but it counts from the last element (thumbnails) which is a variable. The amount of thumbnails changes. I have also tried z-index, with no good IE result.HTML and CSS are validated.Edit:Nothing looks as it should now.This defines the image position:

#hovedbilde {float:right;height:600px;width:550px;top:0px;margin-right:0px;}

This defines the image text:

#bilde-beskrivelse {float:left;margin-top:-390px;margin-bottom: 6px;margin-left:0px;margin-right:600px;padding-top: 6px;padding-left: 0px;padding-bottom: 5px;color:#665544;width:230px;font-size: 8pt;text-align:left;}

Temporary site location.The only categories with images are "mennesker" and "natur". Need to sort out the menu before i upload all the pictures.Regards,Ivar Kvaal

Link to comment
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
×
×
  • Create New...