Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
CSS Help Needed
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  5 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
The Vision Board  
View profile  
 More options Feb 21 2012, 7:51 am
From: The Vision Board <i...@thevisionboard.co.za>
Date: Tue, 21 Feb 2012 14:51:40 +0200
Local: Tues, Feb 21 2012 7:51 am
Subject: CSS Help Needed

Hi Group

I have tried everything I know in order to style this menu with no success:

Please take a look at http://www.mip.co.za

I would love too, in the top menu, as you rollover and when active, the description (The green italic font) to turn white or stay white:

Attached is the stylesheet

Any help or guidance would be greatly appreciated...

Regards
Paul vd Merwe


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
brandon morgan  
View profile  
 More options Feb 21 2012, 8:13 am
From: brandon morgan <goof...@gmail.com>
Date: Tue, 21 Feb 2012 15:13:14 +0200
Local: Tues, Feb 21 2012 8:13 am
Subject: Re: [SAJUG] CSS Help Needed
Try adding this to your mega.css
it might work

a.mega:link span.menu-desc, a.mega:visited span.menu-desc {
        color:#93A445 !important;

}

a.mega.active span.menu-desc, a.mega:hover span.menu-desc {
        color:#FFFFFF !important;

}

On Tue, Feb 21, 2012 at 2:51 PM, The Vision Board


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
The Vision Board  
View profile  
 More options Feb 21 2012, 8:46 am
From: The Vision Board <i...@thevisionboard.co.za>
Date: Tue, 21 Feb 2012 15:46:47 +0200
Local: Tues, Feb 21 2012 8:46 am
Subject: Re: [SAJUG] CSS Help Needed
Brandon...

You're BRILLIANT! Works like a charm.... Thanks so much :-)

Regards
Paul vd Merwe

On 21 Feb 2012, at 3:13 PM, brandon morgan wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
goof...@gmail.com  
View profile  
 More options Feb 21 2012, 8:48 am
From: goof...@gmail.com
Date: Tue, 21 Feb 2012 13:48:16 +0000
Local: Tues, Feb 21 2012 8:48 am
Subject: Re: [SAJUG] CSS Help Needed
Just glad I could help.
Sent from my BlackBerry® wireless device


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jonathan Euvrard  
View profile  
 More options Feb 21 2012, 8:06 am
From: Jonathan Euvrard <jonat...@thewub.org>
Date: Tue, 21 Feb 2012 15:06:51 +0200
Local: Tues, Feb 21 2012 8:06 am
Subject: Re: [SAJUG] CSS Help Needed
Hi

Use "a:hover" to style the link as you mouseover it.

Use "li.active a" to style the active menu item link (i.e. to the page
you're on).

Jonathan
__
http://thewub.org

On 21 February 2012 14:51, The Vision Board <i...@thevisionboard.co.za> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »