Link to home
Start Free TrialLog in
Avatar of Rowby Goren
Rowby GorenFlag for United States of America

asked on

Can't get the css to take control of a style

Hello

I have a style for a menu.  I want the menu to float right.  I cant' get the css to be recognized.

In my follow up comment I'll post the URL as well as my current css and html structure.

Looking forward to your expert solution, as well as educating me a bit more on this issue.

Thanks

Rowby
Avatar of Rowby Goren
Rowby Goren
Flag of United States of America image

ASKER

Okay.

Here's the url:

Development page

Here's the css:
ul.nav menu._MainMenuFloatRight maximenuck {
  float: right;
}

Open in new window


Here's the html:
<ul class="nav menu _MainMenuFloatRight maximenuck"[ style=" ">

Open in new window


Thanks!

Rowby
ASKER CERTIFIED SOLUTION
Avatar of Gary
Gary
Flag of Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thanks

That worked.  And yes, there needs to be plenty of HTML cleanup.

Rowby
Thanks for your quick response.