Re: [css-d] background image not aligning

2007-05-07 Thread jeffrey morin
Hi Jeff, Add the following to your CSS: #secondaryNav li a { display:block; } Hey Mauricio, That worked perfectly. Thanks for the help! Jeff __ css-discuss [EMAIL PROTECTED]

[css-d] background image not aligning

2007-05-02 Thread jeffrey morin
hey everyone, i am working on a vertical nav bar that uses images along with background images to swap on a:hover. the problem is that i have the background image on position left top but as you can see it is far from top :-/ if i change the background image over to the li it aligns perfectly,

Re: [css-d] background image not aligning

2007-05-02 Thread [EMAIL PROTECTED]
Hi Jeff, Two quick suggestions if i change the background image over to the li it aligns perfectly, but then the hover doesn't work. can anyone help me with this? i can't imagine what is going on with this, i've never had this problem come up before. guessing it has something to do

Re: [css-d] background image not aligning

2007-05-02 Thread Mauricio Samy Silva
i am working on a vertical nav bar that uses images along with background images to swap on a:hover. the problem is that i have the background image on position left top but as you can see it is far from top :-/ link: http://melissagerstein.com/tests/bg_test/test.htm Thanks in advance