.PageWrapper {text-align: center; width: 1125px;margin-left:auto; margin-right:auto;}.LeftContentZone .ContentBoxTitle { background-color: transparent; color: #daca92; font-weight: bold;text-size: 16pt;text-align:left; position: relative; top: 25px; left:20px;white-space: nowrap;max-width:225px; z-index:10;}
.LeftContentZone .ContentBoxBody2 .ForumCategoryHeader {background: url();}
DefinitionThe z-index property sets the stack order of an element. An element withgreater stack order is always in front of another element with lower stackorder.Note: Elements can have negative stack orders.Note: Z-index only works on elements that have been positioned (eg position:absolute;)!
The z-index property sets the stack order of an element. An element withgreater stack order is always in front of another element with lower stackorder.
Note: Elements can have negative stack orders.
Note: Z-index only works on elements that have been positioned (eg position:absolute;)!
The tooltip that pops up has a z-index of 100 - look at the definition in "#dhtmltooltip"
I'm not sure where you wanted to keep the gold bar, so just add a "tr" (in blue) in front of the "ForumCategoryHeader"... if that's not where you wanted it, then try "td"
tr.ForumCategoryHeader {border: none;background: url(http://i194.photobucket.com/albums/z13/gythawen/Testament/topicbar.jpg) right no-repeat; height:27px; width:621px; }