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]

Matti

Matti
Registered Member
Registered Member
I have a topic in the FM about this but is not solved yet. So how to make this code to show for the Statistics (who's online section only) But not in the footer

Code:
a[href="/stats.htm"] {
    background-image:url("http://icons.iconarchive.com/icons/dryicons/aesthetica-2/24/chart-icon.png");
    background-position:left middle;
    background-repeat:no-repeat;
    padding-top:10px;
    padding-left:27px;
    padding-bottom:10px;
    }

Thanks,
-Maki

http://csshelp.forumotion.net/

Guest


Guest
what exactly do you want?You want it to show only the who is online related information?

Matti

Matti
Registered Member
Registered Member
See here => https://i.servimg.com/u/f25/14/65/54/10/thisaa10.png where is the image on the Statistics, but i don't want that image to show on the Statistics that we have on the footer.

So only can show on the Statistics (who's online section)

Hope u understand.

http://csshelp.forumotion.net/

Guest


Guest
This code may work but i am not sure

Code:
p.cattitle{
    background-image:url("http://icons.iconarchive.com/icons/dryicons/aesthetica-2/24/chart-icon.png");
    background-position:left middle;
    background-repeat:no-repeat;
    padding-top:10px;
    padding-left:27px;
    padding-bottom:10px;
    }

ankillien

ankillien
Administrator
Administrator
Hi,

This will be the perfect code...

Code:
.h3 a[href="/stats.htm"] {
    background-image:url("http://icons.iconarchive.com/icons/dryicons/aesthetica-2/24/chart-icon.png");
    background-position:left middle;
    background-repeat:no-repeat;
    padding-top:10px;
    padding-left:27px;
    padding-bottom:10px;
    }

Matti

Matti
Registered Member
Registered Member
Sry Nick, that didn't work but thx for your try Smile

anki, yours did Very Happy

Btw. I need another code just like this but for ''Who is Online'' for this image => https://i.servimg.com/u/f25/14/65/54/10/who-is10.png So it can show just like the image for Statistics.

http://csshelp.forumotion.net/

Guest


Guest
This CSS may work Wink



Code:
.h3 a[href="/viewonline.htm"] {
    background-image:url("http://i25.servimg.com/u/f25/14/65/54/10/who-is10.png");
    background-position:left middle;
    background-repeat:no-repeat;
    padding-top:10px;
    padding-left:27px;
    padding-bottom:10px;
    }

Matti

Matti
Registered Member
Registered Member
Solved!!

Thanks both of you sunny

http://csshelp.forumotion.net/

Guest


Guest
no problem mate glad i could help Wink

ankillien

ankillien
Administrator
Administrator
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