Jump to content

Any CSS reference guide?


Recommended Posts

I am allergic to CSS, but I would also like to be able to tweak a few details (like align the navigation menu to the right instead of the left, and such).

Is there any general guide to CSS that I could use? I can usually understand code that is given and tweak as needed, but I am not sure where to start with this.

Link to comment
Share on other sites

You would have to override the “float” of the menu items, which are <li> elements. However setting them float:right would also reverse the order of the menu. Not a good idea. There is also JavaScript acting on the menu, which can mess things up. I wouldn’t do these kind of “tweaks” unless it serves a clear need and you are absolutely sure you know what you are doing. 

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...