PDA

View Full Version : Alignment Issues



drhoctor
01 Jul 2008, 07:53 AM
Hi,
I'm currently putting together a few frontpage examples and have run into a few alignment issues. If anyone has some input it would be great!

First: <hr /> won't align center in Firefox but will in IE. I have searched google and changed the css to several different hr styles without any luck. I have also played around with where I'm using clear: both;

Second: I'm starting to notice differences in the IE and FF alignment around the address and contact details as well as the jobs search area. I can't see why this is the case.

Thanks
Denis

Edit: Apologies meant to post the link: http://www.bjmarine.net/ambassador

drhoctor
01 Jul 2008, 09:03 AM
Fixed it, all I needed was:

margin-left: auto;
margin-right: auto;