RE:div class and alignment

After considering what Sean M. Hall AKA Dante said, I cannot set the top and 
left margins to exactly half the height and width of the element because we 
are talking about several different elements.  The main reason I added the 
div class to the style sheet was to eliminate the need to repeat the 
parameters for the div class in my css blend menu.  However, the problem is 
that in the stylesheet I used

div.lix {
position:absolute;
top:0px;
left:0px;
}

to eliminate slowness in IE browsers.  This leaves the menu div positioned 
correctly but offsets the site as a whole to the top left corner of the 
browser window.  I would like for it to be centered relative to the browser 
window.  I'm not sure if I'm just overlooking something in the body or if 
the stylesheet needs to be changed.  Any help would be greatly appreciated

_________________________________________________________________
Get fast, reliable Internet access with MSN 9 Dial-up – now 3 months FREE! 
http://join.msn.click-url.com/go/onm00200361ave/direct/01/

Received on Friday, 4 June 2004 04:06:23 UTC