Jul
Site description in google
I have a forum is all, and do no know what way to do this?
30,000 Mb And Unlimited Bandwidth Only $3.75/mo.
Powered By: BigInfo.org
Join our community of publishers, story writers, and bloggers! Express yourself with personal blogs, discuss current events, or just post random thoughts... Get started now with a Free Account!
I have a forum is all, and do no know what way to do this?
30,000 Mb And Unlimited Bandwidth Only $3.75/mo.
Powered By: BigInfo.org
I have my blog on wordpress sub domain. What can i do for more traffic and business? Direct Buy Blog
Any good suggestion?
Thanks,
Miki
30,000 Mb And Unlimited Bandwidth Only $3.75/mo.
Powered By: BigInfo.org
30,000 Mb And Unlimited Bandwidth Only $3.75/mo.
Powered By: BigInfo.org

30,000 Mb And Unlimited Bandwidth Only $3.75/mo.
Powered By: BigInfo.org
First I have all the links on my pages pretty much the same by the following declaration in my stylesheet
#content a, #content a:visited {
color:#C2C0BA;
border-bottom: 1px solid #333333;
text-decoration:none;
}
#content a:hover {
border-bottom:1px solid #ED145A;
color:#C2C0BA;
}Then I have a section (div class: prev-posts-title) that I don’t want to have the underlines, what would be the best way to accomplish this? Seems pretty simple right?
.prev-posts-title a:link, .prev-posts-title a:visited {
border: none;
}
.prev-posts-title a:hover {
border: none;
}Now since my links reside within the div class: prev-posts-links like so..
<div class="prev-posts-title"><a href="whatevber.com">hyperLINK</a></div>Why are my links ignoring that style i setup for that particular class, and just inheriting my #content link style?
I’ve tried adding a class to my actual link like this:
<a href="whatever.com" class="nounderline">HYPERLINK</a>then of course adding something like this to my stylesheet:
a.nounderline:link {
border: none;
}
a.nounderline:visited {
border: none;
}
a.nounderline:hover {
border: none;
}I’ve tried to use span in place of my divs, no dice.
No matter what I try the underlines remain stubborn
I do notice if i use an actual div id="prev-posts-title" instead of a class…it will work fine…but for some unknown reason I’ve gotten into a habbit of using classes for smaller, less important areas on my website while div IDs control the main areas/blocks. Is there a downfall to using too many div id’s and not using div classes?
for example the block this is all going within is considerd div id="prev-posts" now inside this main block i have several areas, for the post title, post date etc..all which are in their own div class, should i be using div id’s div classes or span classes? I’ve seen each technique used, what is the BEST? and proper way?
Any Ideas?
Thanks in advance
30,000 Mb And Unlimited Bandwidth Only $3.75/mo.
Powered By: BigInfo.org