http://www.ddiv.com/clients/voa/final_builds/chinese_news.html 

The problem area is on the right hand side, where the Tabbed navigation items 
are.  The two buttons are orange and grey, side by side.  They are appearing 
irregularly in Win 2000/XP on IE6.0 and IE5.5 with a blue border on either edge 
(as an image would that is linked without border="0" or border:none used).  I'm 
wondering if it is the class "buttonsAlignRight" that is causing this 
misbehavior?  I'm also thinking this is not a good way to code this, but I had 
trouble since these buttons MUST fall along the same line as the tabs.  I would 
greatly appreciate a guidance to correcting this small issue.

The HTML code is:
<div class="buttonsAlignRight">
<a href="#" class="noTab"><img src="images/chinese_news/orange_button.gif" 
alt=" " width="30" height="15" border="0" /></a> 
<a href="#" class="noTab"><img src="images/chinese_news/grey_button.gif" alt=" 
" width="30" height="15" border="0" /></a>
</div>

The CSS is #
tabsContainerChinese a.noTab:link, #tabsContainerChinese a.noTab:visited:hover, 
#tabsContainerChinese a.noTab:hover  {
        text-decoration: none;
        margin:0;
        padding:0 2px 0 2px;
        border:none!important;
        background:none!important;
        display:inline;
        background-color: #333ee6;
}
.buttonsAlignRight { 
        float:right;  
}

Anne Shroeder
[EMAIL PROTECTED]
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to