[css-d] Navigation - Roll-Over Effect

2006-08-10 Thread Matthew Stoneback
Need some guidance with something.. I developed a main navigation "bar" for a client's site using a demonstration from the book, "Bulletproof Web Design." In doing this, I changed some of the CSS and XHTML to suit my design. After everything was all said and done, I can not get the roll-over

Re: [css-d] Navigation - Roll-Over Effect

2006-08-10 Thread Rahul Gonsalves
Mathew, Change your #nav a:hover to #mainnav a:hover. That seems to fix it for me. Finally, an error I can help with :-). Regards, Rahul. __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2

Re: [css-d] Navigation - Roll-Over Effect

2006-08-10 Thread Bethany
At the end of the CSS file you have #nav a:hover instead of #mainnav a:hover - Bethany On 8/10/06, Matthew Stoneback <[EMAIL PROTECTED]> wrote: > > Need some guidance with something.. > > > > I developed a main navigation "bar" for a client's site using a > demonstration from the book, "Bulletpr

Re: [css-d] Navigation - Roll-Over Effect

2006-08-10 Thread Matthew Stoneback
Ah yes I was up way too late last night and could not figure it out. I am a little red in the face, but thankful. Thanks, Matthew Stoneback __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d