Quote:
Originally Posted by PoetJA-1975
You need to edit the tabcontent.css file
Whereever there's float: left ---> float: center
|
Had seen that, and decided.. hmmm wonder why mine has center center ...
Thought it was new css code.
Code:
.djdot ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
background: url(djdotbg.png) center center;
background-repeat: no-repeat
}
Will change now, thanks
Any ideas why we have center center;
Not seen that before