Quote:
Originally Posted by ViciousCode
bg color of what the top header info div? its in the css
find .top-header-info{ and edit
Code:
background: #7192A8 url(images/gradients/gradient-grey-down.png) top left repeat-x;
// change the border colors
border-left: 2px solid #a2c1de;
border-right: 0px solid #a2c1de;
border-bottom: 2px solid #a2c1de;
---------
Find
Code:
<vb:if condition="$notifications_total">
{vb:raw notifications_menubits}
</vb:if>
<li><a href="private.php{vb:raw session.sessionurl_q}">{vb:rawphrase inbox}</a></li>
replace this
Code:
{vb:raw notifications_menubits}
with this
Code:
<li>{vb:raw notifications_menubits}</li>
|
This may work in firefox, but it does not work in IE8, causes it to screw up.