CSS styl sheets (two) used in PHP file

Discussion in 'PHP' started by wortmann, Apr 2, 2012.

  1. #1
    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...
     
    Solved! View solution.
    wortmann, Apr 2, 2012 IP
  2. #2
    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
     
    ROOFIS, Apr 2, 2012 IP
  3. wortmann

    wortmann Peon

    Messages:
    4
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    thanks for the effort. i did manage to find the problem. don't laugh but there was a comment
     
    wortmann, Apr 3, 2012 IP
  4. ROOFIS

    ROOFIS Well-Known Member

    Messages:
    1,234
    Likes Received:
    30
    Best Answers:
    5
    Trophy Points:
    120
    #4
    lol.. happens to the best of us! :p


    [​IMG]









    ROOFIS
     
    ROOFIS, Apr 3, 2012 IP