Chris Akers wrote:

>>The original problem is the fact that I had to reduce the size of the
>>text via "font-size: 1px" to get it to render properly on IE6.  To me
>>that seems rather hacky and I was wondering if there was any more
>>elegant way of achieving this.
>>    
>>
>
>Try
>#nav li {
>       float: left;
>       overflow: hidden;
>}
>That should be less "hacky." (If it works at all.)
>  
>
That is definately less hacky and it works in IE6 and FF.  Thank you.  
Now I need to modify the graphics so that all menu tops are 5 (or 6) px 
in height and create a couple of classes for top and bottom and then I 
will be sorted (nearly).

>Also, I noticed that #nav-rankings-option2a and
>#nav-rankings-option3a's background image jump up a pixel or two on
>hover.
>  
>
That is due to me not bothering with lining up the selection's properly.  I 
can't decide whether the line under the link should line up with the bottom of 
the graphics text or just underneath that halfway between the options. Any 
ideas on that?

>>[OT]: Are there any lists similar to this that deal with JavaScript?
>>    
>>
>
>comp.lang.javascript[1] is a fairly good usenet group. There are a few
>characters there that would rather critique your post format than
>actually help or get into javascript holy wars with each other. But if
>you can ignore them then it is a knowledgeable resource.
>  
>
Thanks.  I will check there.  I am surprised that gmane doesn't have a 
purely javascript group on here.

Thanks to all.

G.

______________________________________________________________________
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