Autofocus – Can’t get horizontal nav bar to work!
-
I have tried to hack at the code a million times to change my navigation bar from vertical to horizontal, and nothing works. I am using Autofocus 1.0.1, and following the instructions of a few other threads I have changed my code under /* =header */ in the stylesheet from the original to:
#access {display:table;height:80px;horizontal-align:right;width:200px;float:right;}
#access #menu {horizontal-align:right;display:table-cell;font-size:0.7em;}
#access #menu ul {horizontal-align:right;display:block}
#access #menu ul li ul {margin-left:10px;}
#access #menu a{font-weight:800;}
#menu {float:right}
#menu li {display:inline;margin:0 15px 0 0}But nothing changes! I have tried all kinds of variations, and I have even tried deleting the the code entirely to make myself feel like I am not butting my head against a wall, but nothing ever changes. WHY??? Any suggestions?
- The topic ‘Autofocus – Can’t get horizontal nav bar to work!’ is closed to new replies.