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.
CSS positioning help needed
So. I was prodding a style I would like to make, thinking it would be neat to send it in at the same time as all the other people working hard to styles. However, I've been having some troubles, and was wondering if there was anyone out there who has made a style where the "tabs" on top (Discussions, Categories, etc.) are moved to the right, and placed vertically instead of horizontally. I'm having troubles with positioning them so it works in both Opera (and Firefox) and IE. IE totally doesn't want to do what I want it to do, and I don't have a clue of how to fix it.
What I have right now is this layout (colours etc not finalised, just playing around still), the problem is of course that no matter what I try, I can get something like this, but not working in IE when it works in Opera (and Firefox).
So if anyone has any handy suggestions of how to make something like this work (barring writing a new theme), I would be most thankful.
What I have right now is this layout (colours etc not finalised, just playing around still), the problem is of course that no matter what I try, I can get something like this, but not working in IE when it works in Opera (and Firefox).
So if anyone has any handy suggestions of how to make something like this work (barring writing a new theme), I would be most thankful.
0
This discussion has been closed.
Comments
#Header ul li { clear: both; display: inline; float: left; }
also you might try CSS Vista which is a free application that lets you edit and preview your CSS in real time in IE and firefox simultaneously.
http://edacio.us/vanilla.css
You can put in the custom style URL field of your account settings to preview.
display:inline;
looks like it did the trick. Thanks again for all the help, I'll shout if I need any more!