php - CSS issue in Firefox -


i've created mini content management system workers of small company. management system works ckeditor. ssmall group of users create new page ckeditor (it's wyswyg) , submit data db.

now problem is, there css issue. take @ page http://smiths-heimann.az/?page=171 , here results

the result google chrome 14 enter image description here

opera 11

http://prntscr.com/3g81s

ie 9

enter image description here

and firefox 7

enter image description here

how fix problem on firefox? there hundreds of page problem in mysql db table. there anyway find , fix wrong css code in db table php function? how fix error in ckedior 3.6?

add css property background-repeat: no-repeat; in css concerning li


Comments

Popular posts from this blog

Python __call__ special method practical example -

How can I edit my VIM config so that Vim treats ".ejs" files the same as it currently treats my html files? -