CSS Code Optimizer for Different Browsers

Discussion in 'CSS' started by gr8webseller, Dec 11, 2009.

  1. #1
    while designing site, my site is looking different in different browsers,,, is there any css optimizers which correct the browser problems automatically ??
     
    gr8webseller, Dec 11, 2009 IP
  2. LeetPCUser

    LeetPCUser Peon

    Messages:
    711
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I haven't found any. However, I may be of some help if you post the link.
     
    LeetPCUser, Dec 11, 2009 IP
  3. Wp-Mod.Com

    Wp-Mod.Com Peon

    Messages:
    381
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #3
    sorry but you have to manually adjust them according to browsers, but the best part most of the browsers like , opera , firefox , chrome, flock , update from time to time and correcting your website is easy, the difficult part is that internet explorer 6,7,8 you kneed a little more time to adjust your site according to it . paste a screen or link us to it , may be we can help you out

    Please Add a reputation if you like my post.
     
    Wp-Mod.Com, Dec 11, 2009 IP
  4. gr8webseller

    gr8webseller Peon

    Messages:
    1,097
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #4
    designing and some coding process is going on,,,,,,,,, so now i can't post the link,,,

    i am working in firefox, but i see some difference in firefox and chrome, if have not tried opera, IE, safari, i have planned to do it later,,,,

    BTW, the code which create problem is

    it is working good in firefox, but not it chrome, in chrome just link without any formatting is getting displayed
     
    Last edited: Dec 11, 2009
    gr8webseller, Dec 11, 2009 IP
  5. drhowarddrfine

    drhowarddrfine Peon

    Messages:
    5,428
    Likes Received:
    95
    Best Answers:
    7
    Trophy Points:
    0
    #5
    Without a link, or the complete markup, anything would be just a wild guess.
     
    drhowarddrfine, Dec 11, 2009 IP
  6. rontdu

    rontdu Member

    Messages:
    99
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    41
    #6
    Actually i don't know that which is the proper way but i make different css for different browser. For this in the index.php page we must check that which browser is running by the client.
    so you must check by this code:

    <!--[if IE 6]>
    <link rel="stylesheet" type="text/css" href="iespecific.css" />
    <![endif]-->

    This code just check that is it internet explorer 6 ?

    so you can detect something like this .


    thanks
     
    rontdu, Dec 12, 2009 IP
  7. Wp-Mod.Com

    Wp-Mod.Com Peon

    Messages:
    381
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #7
    chrome there is a developer tool use that , it helps a lot .
     
    Wp-Mod.Com, Dec 13, 2009 IP