Web Hosting Talk







View Full Version : Slightly off centered lines


Oakii
03-30-2005, 12:53 AM
http://www.andrewkao.com/bhs/

That site is still in the works, and most of the links do not work.

Look for where the date is. And then the blue line above that. That blue line is not matching with the blue line on the right column. I am using css (the css file is a bit of a mess right now.. site is still being worked on), and I can't find where I have different values.

Please help me find how I can fix that mis alignment, thanks

DWS
03-30-2005, 01:02 AM
I don't think the alignment is controlled by the CSS.

You have used two tables - one for the left area where the date is, and one for the right area where Principal, Asst Principal, etc. are listed.

The left table's height is set to 317, while the right table's height is 315. That might be the reason... make them both equal and see if it works for you.

Oakii
03-30-2005, 01:48 AM
Tried it, didnt work -_-. Good catch though

Oakii
03-30-2005, 04:28 AM
I completely redid the site from scratch (minus the pictures)

http://andrewkao.com/bhs/v2/version2.htm

*yea, i know the sizes are a bit different

Anyways, it is somewhat fixed, it now only shows misaligned in IE and not in firefox.

I've also created 4 seperate style sheets, one for the entire thing, top banner, middle nav, and bottom (eveyrting under the nav) so I can better debug it.

I love banners
03-31-2005, 02:00 AM
Yeah i think it definately has something to do with the coding of the template which is why the lines arent correct.