Stefanx Posted April 19, 2014 Report Share Posted April 19, 2014 Mi-au disparut plusurile de la sub-forumuri dupa ce le-am aranjat pe 3 coloane Quote Link to comment Share on other sites More sharing options...
+Data Posted April 19, 2014 Report Share Posted April 19, 2014 Trebuie sa setezi locatia imaginii din codul care l-ai pus in css table.ipb_table ol.subforums1 {margin-top: 3px;float: left;width: 43%;}table.ipb_table ol.subforums1 li{background: url('/public/style_images/TEMA TA/subforum_nonew.png') no-repeat 0 50%;padding: 0 14px 0 14px;margin: 0;float: left;}table.ipb_table .subforums1 li.unread { font-weight: bold; background-image: url('/public/style_images/TEMA TA/subforum_new.png'); }table.ipb_table ol.subforums2 {width: 33%;overflow: hidden;}table.ipb_table ol.subforums2 li {background: url('/public/style_images/TEMA TA/subforum_nonew.png') no-repeat 0 50%;padding: 0 5px 0 5px;margin: 0;float: left;}table.ipb_table .subforums2 li.unread { font-weight: bold; background-image: url('/public/style_images/TEMA TA/subforum_new.png'); }table.ipb_table ol.subforums3 {width: 33%;overflow: hidden;}table.ipb_table ol.subforums3 li {background: url('/public/style_images/TEMA TA/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('/public/style_images/TEMA TA/subforum_new.png'); } Quote Link to comment Share on other sites More sharing options...
Moderators Solution Courage Posted April 19, 2014 Moderators Solution Report Share Posted April 19, 2014 Pune codul asta in css in locul celui folosit pt. 3 coloane si nu mai trebuie sa modifici niciun fisier. 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 Quote Link to comment Share on other sites More sharing options...
Stefanx Posted April 19, 2014 Author Report Share Posted April 19, 2014 @Claudiu Rosu: mm incercat nu a mers... @Courage: a mers, mersi! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.