Forum Replies Created
-
Yeah I’m aware of that but thought the experience would be good nevertheless. I’m always up for trying new things.
Ah to the right of RSS and not from the left margin, I got it. What I wanted to do is update your original sprite which I never had to do before… so yeah, it’s simple once you know it. 🙂
would you be able to tell me what the placement should be for the 2nd icon (then I can take it from there… right now I have
#mail a{
margin:6px 0 0 68px;
float:left;
width:45px;
height:45px;
background:url(images/icons/mailglass.png) no-repeat;
#mail span{
display:none;
}
}
#mail span{
display:none;
}
located 45px over to the right from the RSS (68). Is my logic right here? 🙂
do I do that in the style.css or in some other file?
ahh ok… hmm. So if I wanted to implement a button that basically links to my twitter account, how may I go about doing that? Any code I can “borrow” from that subscription widget I posted previously?
I got it! 🙂
Ok, so yeah… your RSS code… where’s the code which specifically calls http://url/feeds? I think I will have to mimic that code in order for the rest of my buttons to work – facebook, twitter, and email subscriptions.
Hmmm… I created menus via categories but these categories, “In the News” for instance, has sub-categories attached to them – “Science & Technology” and “Politics” so far. I don’t see these subs… so maybe I did not set them up correctly?
One other thing and hopefully this will be it…
I have categories setup on the menu but subcategories don’t dropdown. Is there something I might have missed? If not, is this something a plugin can fix?
Jason
Another question on these sprite images, with respect to the main one in particular… If you go to my site at newenlightenmentnow.org you will see I replaced the RSS icon. This is an icon that is located in an icons folder and not on the sprite image. I want to repeat this for facebook, mail subscription, and twitter (I have icons for these in the folder). Essentially I want to replicate what you see in my sidebar. The widget plugin there is called “Subscription Options” – http://digitalcortex.net/plugins/subscription-options.
So my question is, for the RSS code, and to be frank – how did you manage to get it to work? I can’t find the code anywhere. I’m assuming it would not be in style.css but I couldn’t find any call functions to other psp files.
As you can see now I am lost 🙂
Thanks again.
Jason
Okay thanks.
The silver bar under the black bar for the menu doesn’t seem to be used for anything, or am I mistaken? I ask because I had previously changed the color of it to red and with current purple scheme I don’t see a clash of color.