monk18
-
I.E. Bug: No Background Image
Robst, I always have the problem you speak of. There are different solutions for different versions of IE as well. I have not found another way other than switching to long-hand. You can do it all in the same style-sheet or make different ones speci…
-
Why does stuff work then not work. does it desire that i pull my hair out?
Not sure what you are asking for? Are you having an issue with your theme? Perhaps you're editing the wrong file. Unless we see some examples of code there is nothing that can be done to help you.
-
Give CSS to a tag less text present in a div.
You can use jQuery. In jQuery you 'll have the ability to select a specific child. These links should help you. http://www.mkyong.com/jquery/jquery-nth-child-selector-example/ http://css-tricks.com/how-nth-child-works/ http://css-tricks.com/us…
-
how to get rid of a list item that seems to be built into the Starkers theme
I am not sure what the problem is. I understand you'd prefer the tag not to be in a list, but is there a specific reason why? I believe the reason why Wordpress is set up like that is so that you'll have more control over the code element…
-
Wordpress: Changing the header
There a few of ways to do this...the first is probably the best method. The second one is a css trick/hack and should really only be used when a hack is absolutely necessary. 1)
-
Web Design without Adobe Suite?
If you are working freelance, why do you need legit software? ^^ While you will need to get licensing, you're a starving artist currently. If you'd really like to get affordable Adobe products use the fact that you are/were a student to di…
-
Text-widget: changing the beackground
Can you give an example, or link to your website? .widget .content-post-list .entry-content {background:trasparent;} or for older browsers .widget .content-post-list .entry-content {background-color:trasparent;} If you give more detail I can hel…