liasuzuki
Member
Posted 1 year ago #
Hey Everyone,
I'm trying to make a navigation bar that runs across the page horizontally, using dTabs plugin. It insists on running down the side of the page. I tried changing
/* make the list horizontal */\n\
to
/* make the list vertical */\n\
but still had no luck.
Any suggestions?
haasorensen
Member
Posted 1 year ago #
What you have changed there is just a comment.
You have to, somewhere in the code, change perhabs:
display: ???; to display: inline;
to tell the list to be displayed, well, inline.
liasuzuki
Member
Posted 1 year ago #
Hmmm... This is already in the code:
/* make the list horizontal */\n\
#tabbar li, #tabbar ul li, {\n\
display: inline;\n\
}\n\
#tabbar a, .tab, .tabselected {\n\
display: inline-block;\n\
}\n\
\n\
It's still listing down the side of the page...
This is css a problem in Firefox 2 which does not handle "display: inline-block;" correctly. It has been fixed in Firefox 3 and it will also be addressed in the upcoming release of dTabs.
In the meantime a checkout the fix in dTabs support and feedback.