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
~213 People Reached
Favorite Forums
Favorite Tags
Member Avatar for magdi_alafifi

something like the banner video in www.cinnamontoast.ca I was told to try background-size: cover; but this didn't work well.. I tried the following code.. <div id="header"> <div id="header-wrap"> header content </div> </div> css: #header { background: url(background.jpg); background-size: cover; } but this makes the background height limited to where the …

Member Avatar for LastMitch
0
139
Member Avatar for magdi_alafifi

hi, okey here's what i'm trying to do.. i'm making a gallery .. when u roll over on the thumbnail -which is actually a text image- the big photo swaps to a 50% opacity image and when u click it swaps to the same photo with 100% opacity so what's …

Member Avatar for magdi_alafifi
0
74