Michael
-
Anyone got any ideas?
where exactly on that page are you having this problem? My first idea was to rewrite the javascript with jquery. I had a similar situation where a pure js was not doing what i wanted it to do. I was able to rewrite the whole js (50 lines) into a jq…
-
Multiple Header Colors
hmm, not sure what you mean but maybe this helps you: what about giving each page body a unique ID and then style it in the CSS? #page1 .header { color: green; }
-
Elastic width header problem
Thanks, it did help.. at least somehow. But i've decided to switch back to a 960px-wide-fixed layout. I would just be investing too much time and my client wouldn't even notice the difference... But at some time I will try again to do a…
-
What do you do?
okay, my turn now: My name is Michael, I am a student of Media Computer Science at the Stuttgart Media University in Germany. I am in my 6th semester and also working on my bachelor thesis (actually, Microsoft Word is open on my second screen, I k…
-
[Solved] CSS Cleanup
"Edwin" said:Just one try at Google: brought me to: http://www.sitepoint.com/dustmeselectors/ Awesome! thanks a lot, I will check that one out, but it sounds like the one thing I was looking for. Thanks!
-
[Solved] CSS Cleanup
"dag" said:[quote="Michael"]...formatting the code, what is not my problem... Hi Michael, I may not have understood your problem, but I believe that code beautifier could be useful. PS: Sorry if I do not write good, but I am Ita…
-
[Solved] CSS Cleanup
thanks to you guys... Well if someone finds a solution for this, please let me know! Chris' solution could be a bit stressful on a 1000-line css file. (which seems wrong in the first place but still exists...) Maybe I have time one day to code…