Paul Seale wrote: > If I want the top to be down a certain percentage, what > command do I use? I thought it was top: xx%; but when I used > that command it does not like to work in FireFox.
top:[a value in %, em, px etc]; only works in combination with position:relative; or position:absolute;. In most cases it's not advisable to use these styles, unless you know exactly what you're doing. I think what you may be after really, is a padding-top on the parent element. -- Els ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
