| Re: Problems with CSS in Mozilla 1.6 |
| by Ace_Armstrong on 2004/2/5 17:00:06 Ackbarr, you are, as always, my hero. (You and Catzwolf, that is!) Thanks! Of course, now my FTP server is acting up so I can't upload, but I'll get to it eventually. Thanks again! |
| Re: Problems with CSS in Mozilla 1.6 |
| by ackbarr on 2004/2/5 16:47:12 I've loaded your theme up at my website: http://ackbarr.greatweb.com/ a modified style is available at http://ackbarr.greatweb.com/xoops2/themes/EC/styleNN.css basically all I did was fix all of the css validation errors in the file. Unfortunately, I don't know which one fixed the problem in particular. |
| Re: Problems with CSS in Mozilla 1.6 |
| by Ace_Armstrong on 2004/2/5 15:53:16 Quote:
That's what I'm assuming is going on, but da**ed if I can figure out what it is, exactly. Quote:
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:
Hence the level of my consternation! ![]() Quote:
Yeah, that was the first thing I looked at. Quote:
You are a godsend! The URL is http://www.twilightmd.com/InteractiveDemo I don't have your email, or I'd send ya the theme files to check out yourself. Thanks again. You're awesome! |
| Re: Problems with CSS in Mozilla 1.6 |
| by ackbarr on 2004/2/5 15:39:52 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. I took the liberty of validating your CSS using the W3C validator. http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fackbarr.greatweb.com%2Fvalidate%2Farmstrong.css&warning=1&profile=css2&usermedium=all A couple things jump out: 1. I don't think single line comments are allowed in CSS try using /* and */ around your commented lines 2. It doesn't have any complaint with the styles in question 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. 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. |
| Re: Problems with CSS in Mozilla 1.6 |
| by Ace_Armstrong on 2004/2/5 15:24:23 Quote:
Yeah, I did that, but all it did was tell me that Mo isn't recognizing my styles...which I already knew. What I am cracking my skull over is the "why" portion. |