While browsing other blogs i recently came across a very charming design that i would like to add to BG, just some icons next to the topics, categories etc
I know its a bit hard to understand from my above description so i have taken a snapshot of it:
I have kind of circled (or squared) it in red so you can see the little icons i am talking about… can someone please tell me how i can add the same to BG? if having those different icons are a pain in the behind, how about having just one icon for all categories,posts etc?
I got it working! But one part is still confusing me, if you visit http://www.eZee.se/articles-blog/ you will see that the little icons are coming right on the dotted line, how do i make them go slightly to the right?
#sidebar ul li:hover, #sidebar ul li a:hover, #sidebar a:hover { background:#E8E8E8 url(/wp-imgs/blog_pointer_image.gif) none repeat scroll left center; }
if that fails…. unlucky! I gave it a good fifteen minutes of thinking over
Vladimir’s WordPress Forum
Request to Devs or anybody else…
21:50
15 January, 2009
Ryans
Hello!
While browsing other blogs i recently came across a very charming design that i would like to add to BG, just some icons next to the topics, categories etc
I know its a bit hard to understand from my above description so i have taken a snapshot of it:
I have kind of circled (or squared) it in red so you can see the little icons i am talking about… can someone please tell me how i can add the same to BG? if having those different icons are a pain in the behind, how about having just one icon for all categories,posts etc?
This is our articles section where we use BG:
http://www.eZee.se/articles-blog/
thanks in advance!
Ryan
17:56
17 January, 2009
Brian
hi ryan,
in any theme it is possible to apply the icons you see above to any form of list. but it isn't easy….
look up the css property – list-style-image (Google will provide you with the results you're after)
i have an advert in the marketplace of the forum and Vlad let's me assist with these smaller problems.
i hope you can have a try yourself first, it's more rewarding when you finish it on your own.
brian
5:04
20 January, 2009
Ryans
Thank you, I will look it up.
I know almost nothing of CSS but i do always google before asking a question.
I'll be back if I hit a brick wall again. Thanks for the starting point.
Cheers!
R
5:35
20 January, 2009
Ryans
Hi again!
I got it working! But one part is still confusing me, if you visit http://www.eZee.se/articles-blog/ you will see that the little icons are coming right on the dotted line, how do i make them go slightly to the right?
thanks in advance!
R
20:30
22 January, 2009
Brian
Post edited 19:39 – 22 January, 2009 by Brian
Try that…….
#sidebar ul li:hover, #sidebar ul li a:hover, #sidebar a:hover
{
background:#E8E8E8 url(/wp-imgs/blog_pointer_image.gif) none repeat scroll left center;
}
if that fails…. unlucky! I gave it a good fifteen minutes of thinking over
Brian