Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #37.0K
~681 People Reached
Favorite Forums

4 Posted Topics

Member Avatar for Staggasaurarts

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 …

Member Avatar for Staggasaurarts
0
208
Member Avatar for drfarzad

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

Member Avatar for drfarzad
0
96
Member Avatar for MDanz
Member Avatar for JoshJ47
0
302
Member Avatar for amit.hak50

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 …

Member Avatar for JoshJ47
0
75

The End.