Jump to content

CSS not compatible with chrome


Nuv

Recommended Posts

The CSS is not compatible with Chrome.I have very limited knowledge in CSS.Can someone please point me what needs to be done ?

 

.linkbox {

    border:1px solid #888;
background:#f9f9f9;
padding:10px;
width:380px;
margin-bottom:1em;
}

 

Also following CSS is not compatible with chrome and firefox

.right ul.sponsors {

list-style:none;

margin:5px 10px;

padding:0;

}
.right li.sponsors {

background:none;

font:normal 11px Arial, Helvetica, sans-serif;

color:#404a52;

border:0;

padding:5px 0;

}

.right li.sponsors a {

padding:0 0 0 0px;

margin:0;

font:normal 14px Arial, Helvetica, sans-serif;

color:#000000;

text-decoration:none;

}

.right li.sponsors strong {

color:#bd3008;

}

 

Link to comment
https://forums.phpfreaks.com/topic/232485-css-not-compatible-with-chrome/
Share on other sites

The code looks okay, but without seeing an online example or the elements you are targeting with css, it's hard to tell, why chrome in your case is not doing as you like. Although I doubt it's Chrome ::)

 

Got an online example, and can you say, what exactly is not working and how it should be if it was working.

hmm that's pretty weird,

it shows up perfectly at my place. Do you maybe mean the Cufon "Sponsors"  ?

if so you might want to google if your browser version loves it :)

 

Couldn't it be that your Host is caching stylesheets? some do and it can take up to an hour for something to appear. Just ask them to be certain.

 

[attachment deleted by admin]

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.