hi ok im using joomla but the problem is with css.
I "Forum tools" and at the top of my css i declare the link colours.
hover i want to override them as i have done before but it seems to keep ignoring it and i dont know why. the html is : -
[html]
<table class = "fb_blocktable" id = "fb_flattable" border = "0" cellspacing = "0" cellpadding = "0" width="100%">
<thead>
<tr>
<th colspan = "6">
<div class = "fb_title_cover fbm">
<span class = "fb_title fbxl"><b>Threads in Forum :</b> Your home</span>
</div>
<!-- FORUM TOOLS -->
<script type = "text/javascript">
jQuery(document).ready(function()
{
jQuery("#jrftsw").click(function()
{
jQuery(".forumtools_contentBox").slideToggle("fast");
return false;
});
});
</script>
<div id = "fb_ft-cover">
<div id = "forumtools_control">
<a href = "#" id = "jrftsw" class = "forumtools">Forum Tools</a>
</div>
[html]
the css is
any help would be great.Code:#fb_ft-cover{position: relative; float: right;text-align: right;} table.jr-ft{width: 100%;} td.ft-td1{width: 100%;} td.ft-td2{width: 150px;} #forumtools_control a:visited{width: 150px;} .forumtools_contentBox{border: 1px solid #9e977b;display: none;position: absolute;right: 0px; background: #753823;overflow: hidden;width:150px;} .forumtools_content{position: relative;width: 100%;text-align: left; padding: 1px;} #subBox1 ul{margin: 0;padding: 0;list-style: none;} #subBox1 ul li{margin: 0;padding: 0;list-style: none;padding: 3px 5px;color:#FFFFFF;background: none;} #subBox1 ul li a:link, #subBox1 ul li a:visited{color:#FFFFFF;text-decoration: none;font-weight:normal;list-style:none;} #subBox1 ul li a:hover{text-decoration: underline;} a.forumtools:link, a.forumtools:visited{background: url(images/menu_open.gif) no-repeat right center;padding-right: 20px;color:#FFFFFF;font-size-adjust: none;font-style: normal;font-variant: normal;font-weight: bold;line-height: normal;text-align: center;text-decoration: none;} a.forumtools:hover{text-decoration: underline;}
Thanks
k0r54


Reply With Quote

Bookmarks