Jump to content

[SOLVED!] Small dots in product list under Mozilla and IE :o


Recommended Posts

Hi guys, I have a big problem. I almost finished our online store, just about to launch, and I checked the site with other browsers than chrome - mozilla and IE. 

Both of the above show small dots, like listing item dots before every listed product. 

post-759375-0-14383900-1401177948_thumb.jpg

 

The code referring to these dots is in global.css, line 27

.clearfix:before,
.clearfix:after {
/*content: ".";*/
display: block;
height: 0;
overflow: hidden
}

I tried commenting out thet content "." thing, but them still appears, only now in the midle part of every prodcut (before was in the upper part, like firs element in the block)

 

Please help me get rid of those dots, honestly I dont really understand what that dots are doing there, they do not show up in Chrome at all...

 

I found a page tryind to explain that clearfix thing, but even after reading it, I still dunno how to solve the problem.

http://stackoverflow.com/questions/8554043/what-is-clearfix

 

Thank you all in advance :)

 

PS: the matter is quite urgent...

 

Edited by Salus (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...