Why won't my scroll box won't work??? |
Why won't my scroll box won't work??? |
![]()
Post
#1
|
|
Newbie ![]() Group: Member Posts: 3 Joined: Jan 2008 Member No: 614,727 ![]() |
I tried to view it in IE7 and the scroll bar won't work I can't figure it out !!! help please. You can see what it look like by copy and paste the background-image url.
Myspace Div Layout. CODE <style type="text/css">
Body { background-image: url(http://img511.imageshack.us/img511/8139/secondeditionhn6.gif); visibility: visible; z-index: 1; height: 768px; width: 1024px; } #nav{ position:absolute; left:11px; top:6px; width:621px; height:150px; z-index:2; } .home{ height:44px; width:150px; background-COLOR:transparent; background: url(http://img444.imageshack.us/img444/8232/navbar03ig8.png); background-position:bottom left; background-repeat: no-repeat; display: block; border:0px;} .home:hover{background-position:top left;border:0px;} #detail{ width: 462px; height: 165px; position: relative; top: 88px; left: 498px; float: none; font-family: "Courier New", Courier, monospace; font-size: 14px; color: #FFF; z-index:3; overflow:hidden; } </style> </head> <body> <div id="detail"> adfadfasdfadfadfadfasdfadfadfadfasdfadfadfadfa 111111111111111111111111111111111111111111111111 2222222222222222222222222222222222222222222222 </div> </body> </html>
Reason for edit: Please use [codebox] tags when posting long codes. - Mike
|
|
|
![]() ![]() |