I should add, the motd works perfectly in a normal IE browser window. It's only in game that I have the problem with the images being offset. I can only guess that IE uses a different browser engine for that kind of functionality. Maybe one that is based on older code because I know from doing some research that others have had this same problem with older versions of IE.
Drek Crazy Canucks wrote: > *link to images* > <http://www.crazy-canucks.com/images/public/motd_corner_images.zip> > > Thanks, you don't know how much I appreciate this. > > I wasn't originally positioning the body. I did that so I could change > the positions for the images from fixed to absolute. I had no better > luck with fixed posistions. Both the code and the css validate. At > that point I wasn't concerned with it being pretty or optimized, I was > just trying to get it to work. > > Just in case the link above doesn't work: > > http://www.crazy-canucks.com/images/public/motd_corner_images.zip > > Drek > > Patrick Shelley wrote: > >> Without loading this into dreamweaver, i'd try adding px to ALL your >> measurements: >> >> #border_left { position: absolute; left: 0; top: 0; bottom: 0; width: >> 6px; background: #442200; } >> >> Should read: >> >> #border_left { position: absolute; left: 0px; top: 0px; bottom: 0px; width: >> 6px; background: #442200; } >> >> I aslo wouldnt bother with positioning the body in css. I'll load it up in >> DW later, send me a lin to the images also if poss >> >> Pat >> _______________________________________________ >> To unsubscribe, edit your list preferences, or view the list archives, >> please visit: >> http://list.valvesoftware.com/mailman/listinfo/hlds_linux >> >> >> > > > _______________________________________________ > To unsubscribe, edit your list preferences, or view the list archives, please > visit: > http://list.valvesoftware.com/mailman/listinfo/hlds_linux > > _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlds_linux

