Hi, I am trying to line up the date stamp with the menu links on this site, but 
there is a vertical spacing difference between IE, Firefox, and Opera. I have 
coded for the IE difference but am not sure how to code for the Opera 
difference. Can someone help me out with this or direct me to a link? I run 
across this problem quite a lot with vertical spacing in my sites.

http://www.drkdesign.com/LVS/phpintro/


/*date stamp*/

p.date {
   position: absolute;
   top: 129px; /*for IE6*/
   left: 8px;
   text-align: left;
   color: #fff;
   font-size: 65%;
}

html>body p.date {
   position: absolute;
   top: 119px; /*for all other browers*/
   left: 6px;
   text-align: left;
   color: #fff;
   font-size: 65%;
}

Thanks!
Debbie
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to