WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You


You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

1 CSS for topic icons on Thu Sep 08, 2011 12:44 am

staffybtuk


Registered Member
Registered Member
I got a set of topic icons i would to move them down a bit, does anybody know the css for it?

2 Re: CSS for topic icons on Thu Sep 08, 2011 1:28 am

RockerMan


WebArtz Technician
WebArtz Technician
Could I have the link to your forum please Smile


_________________


No support via. PM, as they will just be deleted
http://www.graphics-post.com/

3 Re: CSS for topic icons on Thu Sep 08, 2011 1:34 am

staffybtuk


Registered Member
Registered Member
http://staffy-bull-terrier.niceboard.com/

4 Re: CSS for topic icons on Thu Sep 08, 2011 2:30 am

RockerMan


WebArtz Technician
WebArtz Technician
The topic icon been the smiley face, yes?

If so, I can't find one to firebug from Razz


_________________


No support via. PM, as they will just be deleted
http://www.graphics-post.com/

5 Re: CSS for topic icons on Thu Sep 08, 2011 3:28 am

staffybtuk


Registered Member
Registered Member
http://staffy-bull-terrier.niceboard.com/f10-the-lounge

there you go mate,

6 Re: CSS for topic icons on Thu Sep 08, 2011 7:21 pm

ankillien


Administrator
Administrator
staffybtuk wrote:http://staffy-bull-terrier.niceboard.com/f10-the-lounge

there you go mate,


Hi,

Sorry, but I don't really see a topic icon on that page.
It must be something with background positioning.

Try adding this code in your CSS...

Code:
dd.dterm {
background-position: 10px 10px;
}


Change the 10px until you get the desired position.

7 Re: CSS for topic icons on Fri Sep 09, 2011 12:04 am

staffybtuk


Registered Member
Registered Member
I found the CCS code this morning by luck Laughing

Code:
dl.icon dt,dl.icon dd.dterm {
   background-repeat: no-repeat;
   background-position: 5px 50%;
   
/* Center icons */
}


8 Re: CSS for topic icons on Fri Sep 09, 2011 8:19 am

ankillien


Administrator
Administrator
Great!

Solved > Locked

View previous topic View next topic Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum