SMFHacks.com

SMFHacks.com => Site Discussion => Suggestions => Topic started by: Kalphiter on September 24, 2008, 09:43:08 pm

Title: Error in CSS, should be fixed.
Post by: Kalphiter on September 24, 2008, 09:43:08 pm
There is an error in which this should be aligned to the right since the standard is the left.

Basically anything to do with tabs(ending in _last):
Code: (CSS) [Select]
.maintab_active_last
{
background: url(images/maintab_active_last.gif) right bottom no-repeat;
width: 8px;
}

---------

.maintab_last
{
background: url(images/maintab_last.gif) right bottom no-repeat;
width: 8px;
}

============

.mirrortab_last
{
background: url(images/mirrortab_last.gif) right top no-repeat;
width: 8px;
}

.mirrortab_active_last
{
background: url(images/mirrortab_active_last.gif) right top no-repeat;
width: 8px;
}