No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
What I would do is set the z-index of the image to 0, and then create a second box with the background image as a semi transparent black, and then position it directly over the first image. Then give it a z-index of say 1, and then style it like …
for the footer CSS you have "a.footer." That should instead be "a .footer." However, why not just get rid of the "a.footer" and the "a:hover.footer" and combine them into one style: ".footer" since the styles do not change and are not anchor specific
use the float style, float the question div left, and the answer div right
i would suggest manually making the blue box, just add div tags before and after the area that you want blue. Then just give it an ID, and set the style up like this: #someId { background-color: wateverColor; border:1px solid anotherColor; } This gives that effect, and it is very …
The End.
JoshJ47