Quote:
Originally Posted by Lynne
Do a search on "left" "all mods" "titles only" and you'll get mods like this - Simple Left Side Column Blocks on ForumHome There are others, too.
There are also mods for second navbars.
A lot of this stuff you can figure out by just viewing the source in the page. If you look at the source, you'll see the top tabs are in a div with the id "sitetabContainer". Then just look at their css file (style.css) and you see this:
Code:
#sitetabContainer {position: absolute; left: 50%; top: 3px; margin-left: -340px; width: 680px; height: 30px;}
#sitetabContainer a {display: block;float: left;margin-top: 6px;margin-right: 1px;background: url(/images/bg_sitetab.gif) no-repeat;width: 128px;height: 24px;text-align: center;font-size: 9px;font-weight: bold;color: #000;line-height: 22px;text-decoration: none;}
#sitetabContainer a:hover {background: url(/images/bg_sitetab.gif) 0 -24px no-repeat;text-decoration: none;}
#sitetabContainer a.on {display: block;float: left;background: url(/images/bg_sitetab_on.gif) no-repeat;width: 140px;height: 30px;margin-top: 1px;margin-right: 1px;text-align: center;font-size: 9px;font-weight: bold;color: #FFF;line-height: 28px;text-decoration: none;}
#sitetabContainer a.on:hover {background: url(/images/bg_sitetab_on.gif) no-repeat;text-decoration: none;}
|
Thanks for the help - appreciate it!
Do you know how they do the latest discussions feed?