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 #55.0K
~779 People Reached
Favorite Forums
UI / UX Design x 3
Favorite Tags
web-design x 3
graphics:image x 2
2 Posted Topics
Hi, Just write width 100% to body section body { width:100%; }
You can do this easity by taking background image as follows <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> <style type="text/css"> .hover_me { background:url(1.png) 0 0; width:237px; height:110px; } .hover_me:hover { background:url(1.png) 0 110px; width:237px; height:110px; } </style> </head> <body> …
The End.
Reshma_1