|
No, no, NOT the old awful "align='center' " !!! He's using CSS and very well I might add, don't add deprecated tags.
Try this solution:
#tabs ul{width: 70%;
margin: 0 auto;
}
#tabs{text-align: center;}
The margin 0 auto; and the width on the UL will center in Firefox and non-IE browsers. The text-align:center will work for IE 6 and below.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
"Using or working with IE is like having to wear a 1970's polyester suit with pantyhose and a girdle, to work everyday"
Carolina Corvette Club
|