andrews
-
Multiple instances of a media query in css doesn't work?
Changed instances "@media only screen" to "@media only" ..still no luck.
-
Multiple instances of a media query in css doesn't work?
There's nothing wrong with the code - it's merely a simplified example of using multiple instances of the same media query within the same stylesheet - of which I've found Firefox (win) and Opera (win) are the only browsers that rende…
-
[Solved] Large Background Not Displaying Correctly in IE7
I think the method you are trying to use is overkill - try this body { background:#FFFFFF url(/site_background.jpg) no-repeat fixed center top; Then make sure the background image is large enough to cover the max resolution you'd like to su…
-
[Solved] Need Help with the Wordpress Tag
Perfect! Exactly what I was after thank you.
-
[Solved] Need Help with the Wordpress Tag
I just updated the code as seen below - From this - To this - and it kind of works, it correctly outputs text from the tag but didn't output the thumbnail image that I also included before the tag.
-
[Solved] Wordpress - Output Posts from Specific Category
Fantastic! Thank you Chris :)
-
[Solved] Wordpress - Output Posts from Specific Category
Thank you....but unfortunately my php skills are a little scarce. Currently the code on my wordpress index.php is -
-
2 column layout question
cheers, I've really got to start learning jQuery..