*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

