CSS question/help
CSS question/help
Out of context: Reply #2
- Started
- Last post
- 5 Responses
- doktornomore0
From the source: <div id="topborder"></div>
For specific details, however, in which CSS file it resides I have no clue - do some hunting and pecking and you'll figure it out... jas - found it:
div#topborder {
height: 3px;
width:auto;
background-color:black;
}There you go...