Teste2 Posted April 19, 2015 Report Posted April 19, 2015 Salut tuturor, am o mica problema (nu e chiar o problema) la forumul meu care ma deranjeaza.. Nu am + (plusurile) acelea clasice in fata subcategoriilor. Eu am asa: http://i.imgur.com/xJAZ470.png Si vreau asa: http://i.imgur.com/bXC2g40.png Ce pot sa fac sa le pun si la mine pe forum la toate subcategoriile? 1
Moderators Solution Courage Posted April 19, 2015 Moderators Solution Report Posted April 19, 2015 Schimba codul care l-ai pus in CSS cu asta: table.ipb_table ol.subforums1 { margin-top: 3px; float: left; width: 33%; } table.ipb_table ol.subforums1 li { background: url('{style_images_url}/subforum_nonew.png') no-repeat 0 50%; padding: 0 15px 0 15px; margin: 0; float: left; } table.ipb_table .subforums1 li.unread { font-weight: bold; background-image: url('{style_images_url}/subforum_new.png'); } table.ipb_table ol.subforums2 { width: 33%; overflow: hidden; } table.ipb_table ol.subforums2 li { background: url('{style_images_url}/subforum_nonew.png') no-repeat 0 50%; padding: 0 15px 0 15px; margin: 0; float: left; } table.ipb_table .subforums2 li.unread { font-weight: bold; background-image: url('{style_images_url}/subforum_new.png'); } table.ipb_table ol.subforums3 { width: 33%; overflow: hidden; } table.ipb_table ol.subforums3 li { background: url('{style_images_url}/subforum_nonew.png') no-repeat 0 50%; padding: 0 15px 0 15px; margin: 0; float: left; } table.ipb_table .subforums3 li.unread { font-weight: bold; background-image: url('{style_images_url}/subforum_new.png'); } 1 1
Eu Sufletzel Posted May 23, 2015 Report Posted May 23, 2015 Unde mai exact in CSS? Poti sa-mi dai -1 pana turbezi!
Eu Sufletzel Posted May 25, 2015 Report Posted May 25, 2015 Nu imi merge! Imi apare virgula intre subcategorii! Poti sa-mi dai -1 pana turbezi!
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now