Hello everyone,I've just embedded soem PHP code (user admin) in one of my html pages. i renamed the page login.php and i have two css style sheets attached to the login.php file. it all seems to work however the original style sheet that i use for all otehr html files does not seem to work completely (only parts of it). HOWEVER in Dreamweeaver in live view it seems to work perfectly. I've tried 4 different browsers.. and now i do not know anymore what i cna do to resolve the problem...
Maybe you should check your css hooks to see if they match up with your html elements id's and classes. Also you should check for cross script issues, that is if your (two) css files are tiring to render the same element. Another suggestion is to use w3's css validator http://jigsaw.w3.org/css-validator/ (try css 3 mode for backward compatibility) as you maybe also having trouble with browsers like IE9 or others that render pages differently than Firefox, Chrome etc. ROOFIS