My horizontal rules won't display! Fixed... Kinda
Posted: Thu Jan 18, 2007 1:36 am
This is really, really frustrating!
I've had a fantastic three days creating a stylesheet and template for a client using TopStyle Pro as my editor. One of the styles I created was for a double line horizontal rule. The css looks like this:
When I preview it in Topstyle's internal browser, it shows up just exactly how I want it. But when I plugged in the new template and stylesheet into the CMSMS application, the horizontal rule doesn't show up!
This is true for IE and Firefox. I haven't gotten around to checking in Opera.
This is very much a work in progress, so I'm working it on my development machine. The url is: http://ffgf.selfip.org
There is supposed to be a horizontal rule in the header between the site name graphic and the byline text. There is also supposed to be a horizontal rule in the sidebar between the search, navigation and calendar (so there should be two rulers).
Can anyone tell me why this isn't working and what I can do to make it display?
Thanks!!!


Code: Select all
/* Default horizontal rule */
hr.hr {
height: 5px;
border-bottom: 4px double #440062;
}

This is very much a work in progress, so I'm working it on my development machine. The url is: http://ffgf.selfip.org
There is supposed to be a horizontal rule in the header between the site name graphic and the byline text. There is also supposed to be a horizontal rule in the sidebar between the search, navigation and calendar (so there should be two rulers).
Can anyone tell me why this isn't working and what I can do to make it display?
Thanks!!!