5
Quote:
ackbarr wrote:
well - the next step in determining the problem would be to validate your css to see if there are any parse errors. IE is usually more forgiving of syntax errors in your stylesheet.
That's what I'm assuming is going on, but da**ed if I can figure out what it is, exactly.
Quote:
I took the liberty of validating your CSS using the W3C validator.
You rock!
[/quote]
A couple things jump out:
1. I don't think single line comments are allowed in CSS try using /* and */ around your commented lines
[/quote]
I fixed that and it had not effect. *sigh*
Quote:
2. It doesn't have any complaint with the styles in question
Hence the level of my consternation!
Quote:
If fixing the validation errors doesn't do the trick, double check the selector. Selectors are supposed to be case sensitive so make sure the class "LeftblockContent" is used properly.
Yeah, that was the first thing I looked at.
Quote:
And if all else fails, send me a copy of the theme html files (or a link to the site) and I'll try to help debug it with you.
You are a godsend!
The URL is
http://www.twilightmd.com/InteractiveDemoI don't have your email, or I'd send ya the theme files to check out yourself.
Thanks again. You're awesome!