Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Wallphone: "CSS Rollovers" on your themes
Andy K
✭
Hey Wallphone (and others in the know, or who have installed Tyco or Tonka).
I am really digging Tyco, but I noticed some weirdness that might be attributed to your use of CSS rollovers. I tested in Firefox and IE6:
In the above, see how when you highlight a tab, it shoots that white stripe up to the top of the browser? Is that supposed to happen like that? I like the rollover effect on the left-hand menu and the like, but on the top tabs it looks a little weird, like something is broken...
Just checking, and to see if there's a fix if it's a problem on my side.
-Andy
I am really digging Tyco, but I noticed some weirdness that might be attributed to your use of CSS rollovers. I tested in Firefox and IE6:
In the above, see how when you highlight a tab, it shoots that white stripe up to the top of the browser? Is that supposed to happen like that? I like the rollover effect on the left-hand menu and the like, but on the top tabs it looks a little weird, like something is broken...
Just checking, and to see if there's a fix if it's a problem on my side.
-Andy
0
This discussion has been closed.
Comments
border-top: 300px
under#Header ul li a:hover
, about line 65 invanilla.css
.One fun thing to do is make the two lines that define border color different--you can make a funnel-shaped tab, or give the tab PHB horns.
You can also make the tab cover the page title instead of dropping behind it by raising the
z-index
above 10.My next style in this series is going to be 'Matchbox'.