![]() |
Menu Transparent Background - not working after fix
I wanted to make my menu background transparent, so I used the fix by Joochemvreeke @ http://forum.bytesforall.com/showpos...24&postcount=5 , which worked..
Then I made changed #pages to #page-center and a dashed border decided to appear... Applied the fix and now the transparent tweeks refuses to work.... My link: http://www.fourhourbodysupplies.com Would love to spread out the menu items evenly as well...thx Fantastic support here guys, solved and learned lots of things here, need help with this one! |
This thread may point you in the right direction.
|
I think part of the code is working because the rollover change in colour does not happen
I believe I've a similar code already in but still isn't working: div#menu1 { background: transparent !important; } div#menu1 ul.rMenu { background-color: rgba(255,255,255,0.65) !important; } ul.rMenu li a:link, ul.rMenu li a:active, ul.rMenu li a:visited, ul.rMenu li { background: transparent !important; } ul.rMenu li a:hover { background: transparent !important; } |
Changed the background to a similar colour as a temporary solution
hope somebody could help =\ thanks |
From ATO>CSS/HTML insert
Remove this line div#menu1 ul.rMenu { background-color: rgba(255,255,255,0.65) !important; } Add these two lines div#menu1 ul.rMenu { background: transparent !important; } div#bfa_page_menu, div#menu1 { background: transparent !important; } See if this helps |
Quote:
MUACKS! Thanks! |
All times are GMT -6. The time now is 01:45 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.