Quote:
Originally Posted by blkatt
I like the black tabs menu - but - is there a way to make the background transparent or a different color instead of black? I'm not suggesting changing the color of the tabs - just the background.
Thanks - nice work.:up:
|
Hi,
Look for this in the html code
Code:
#tabsH {
float:left;
width:100%;
background:#000;
font-size:93%;
line-height:normal;
and change the backround hex color to from #000 (Black) to whatever hex color value you want for example #FFFF (White), Then the long background bar that goes along the full with of your style will be white.
Here is a great Hex Color Chart
http://www.2createawebsite.com/build/hex-colors.html
Enjoy