Log in

View Full Version : css problems IE V Firefox



swissjohn
06-04-2008, 08:54 AM
Hi Guys

I have a website I am trying to put together, it seems to work perfectly in IE but it is all over the place in firefox.

The link is http://www.organicswebsite.com and the css file is at http://www.organicswebsite.com/style.css

Any suggestions most welcome

Thanks in advance

John

rangana
06-04-2008, 09:11 AM
Add the highlighted:


#page {
width: 960px;
margin: 0 auto;
padding: 30px;
clear:both;
}


Replace the highlighted:


#content {
position: absolute;
width: 480px;
}


...with float:left;.

Then rearrange your markups. Let your div having the id of sidebar come earlier to your content div.

See if it helps :)

swissjohn
06-04-2008, 01:04 PM
Sir you are truly a god, works perfectly many thanks.

John

swissjohn
06-04-2008, 02:47 PM
Hi

I have done some more work on the site and again I have differences in ie and firefox.

One of my menus on the right drops right down, the newsletter sign up box is way to big and I can't seem to line it up with the image also the space underneath the image and the start of the text is huge and I can't see where to change it.

I have now finished the site (except for content) so this should be the end of it.

Kind regards

John