View Single Post
Old 19-01-2008, 17:02   #1 (permalink)
azharc
Self Obsessed & Loving it
 
azharc's Avatar
 
Join Date: Mar 2007
Location: India
Posts: 25
Send a message via MSN to azharc
CSS | Table alignment with position:absolute in Internet Explorer

Have a look at this in Internet Explorer please.

Notice the table isn't centered. (position:absolute) (div="center" on the table itself). The css file for IE is called mainie.css

I have no idea how to fix it. I've tried margin-right, margin-left:auto, display:block, lots of IE hacks, nothing helps. Note that I HAVE to have position:absolute there (removing it fixes it) because I'm using scripts to fade out the logo on clicking portfolio (it works, give it a try).

So how do I get it centered?

Thanks for any help.

EDIT:
One more thing, click portfolio > top left thumbnail > click > notice how lightbox alignment is alos crazy.

Help help help =)

Last edited by azharc : 23-01-2008 at 08:54.
  Reply With Quote