IE 6 or lower folded-gap-to-left-border fixed (Bugs)

by ghost, Monday, August 30, 2010, 17:11 (4959 days ago)

if u r picky with the style sheet then u might've already tested ur forum in different browers and did u find the following problem when u tried with IE 6 or lowr ?

[image]

[image]

to fix it is very simple.

open themes/default/style.min.css and find out these two lines:

 
ul.folded{margin:0 0 10px 15px!important;}
 
td ul.folded{margin:0 0 0 15px!important;}
 

replace them with :

 
ul.folded{margin:0 0 10px 0;padding:0 0 0 15px}
 
td ul.folded{margin:0;padding:0 0 0 15px;}
 

now the gap get filled like this

[image]

[image]

demo site: vocabing.com


Complete thread:

 RSS Feed of thread