AllenLawson
-
Can anyone help with a little responsive code?
Yes, HTML tables = early 2000's technique. Using a fluid layout helps too.
-
vertical menu technique
So you don't actually have a question? You just wanted some personal advertisement, eh?
-
h1 top-margin bumping down
There is a simple fix for this. Here's the deal: the header is acting as a parent element to the h1 in a way. If you give #header a position of relative then you should be able to play around with where the h1 goes by also giving in a positi…
-
Wordpress Help
Yes, I know this. These options: http://example.com/wordpress/?p=123 http://example.com/wordpress/index.php/2012/05/03/sample-post/ http://example.com/wordpress/index.php/2012/05/sample-post/ http://example.com/wordpress/index.php/archives/123 Are …
-
I.E. links display a gray background when clicked? HELPP :#
You have the following line of code at the bottom of your Style Sheet... a:focus { background-color: #a89d8a; } I would suggest a:link, a:visited { color:#bada55; text-decoration:none; } a:hover, a:active { color:#444; text-decoration:none; } …