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

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]

1CSS for topic icons Empty CSS for topic icons Thu Sep 08, 2011 2:14 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?

CSS for topic icons Topici10

2CSS for topic icons Empty Re: CSS for topic icons Thu Sep 08, 2011 2:58 am

RockerMan

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

http://www.graphics-post.com/

3CSS for topic icons Empty Re: CSS for topic icons Thu Sep 08, 2011 3:04 am

staffybtuk


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

4CSS for topic icons Empty Re: CSS for topic icons Thu Sep 08, 2011 4:00 am

RockerMan

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

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

http://www.graphics-post.com/

5CSS for topic icons Empty Re: CSS for topic icons Thu Sep 08, 2011 4:58 am

staffybtuk


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

there you go mate,

6CSS for topic icons Empty Re: CSS for topic icons Thu Sep 08, 2011 8:51 pm

ankillien

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.

7CSS for topic icons Empty Re: CSS for topic icons Fri Sep 09, 2011 1:34 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 */
}

8CSS for topic icons Empty Re: CSS for topic icons Fri Sep 09, 2011 9:49 am

ankillien

ankillien
Administrator
Administrator
Great!

Solved > Locked

Sponsored content


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