|
sticks464 -> Z-Index,width, Height, overflow (11/16/2006 17:04:39)
|
I can't seem to get the width, height, overflow and z-index to work for this page. Everything else works in IE and FF but not these, it's as if their not there. quote:
<!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=iso-8859-1" /> <title>Longs Peak Online Map</title> <style type="text/css" media="screen, tv,tty"> body { font-family:sans-serif; } a { text-decoration:none; } img { border:0; } #summary { position:absolute; top:350px; width:600px; } #online_map { position:absolute; left:5px; top:5px; } #lpmap { position:absolute; left:0; top:0; width:600px; height:294px; z-index:1; } #instruction { position:absolute; top:300px; width:600px; } .notes p { margin:5px; font-size:8pt; } .notes span { color:yellow; } .notes a { background-color:blue; color:white; width:20px; height:20px; overflow:hidden; z-index:2; } .notes a hover { width:150px; height:170px; overflow:visible; z-index:3; } #point0 { position:absolute; left:560px; top:60px; } #point1 { position:absolute; left:277px; top:90px; } #point2 { position:absolute; left:175px; top:0px; } #point3 { position:absolute; left:110px; top:115px; } #point4 { position:absolute; left:55px; top:165px; } #point5 { position:absolute; left:5px; top:180px; } #point6 { position:absolute; left:15px; top:222px; } #point7 { position:absolute; left:50px; top:245px; } #point8 { position:absolute; left:100px; top:245px; } #point9 { position:absolute; left:90px; top:220px; } </style> </head> <body> <div id="summary"> <h2>Longs Peak <span id="hideprint">Online</span> Trail Map</h2> <p>At 14,255 feet, Longs Peak towers above all other summits in Rocky Mountain National Park. The summer is the only season in which the peak can be climbed by a non-technical route. Early mornings break calm, clouds build in the afternoon sky, often exploding in storms of brief, heavy rain, thunder and dangerous lightning. Begin your hike early, way before dawn, to be back below timberline before the weather turns for the worse.</p> <p>The Keyhole Route, Longs Peak's only non-technical hiking pathway, is a 16 mile round trip with an elevation gain of 4,850 feet. Though non-technical, the Keyhole Route is still challenging and is not recommended for those who are afraid of heights or exposed ledges. Hikers should be properly outfitted with clothing, food and water. Use caution when ascending or descending steep areas. Don't be afraid to back down when bad weather threatens.</p> </div> <div id="online_map"> <div id="lpmap"><img src="lpmap.jpg" alt="" /></div> <div id="point0" class="notes"> <a href="#"><img src="image0.jpg" alt="" /></a><br /> <p><a href="#"> <span>3:30 a.m.</span> Start from the Longs Peak Ranger Station, nine miles south of Estes Park. Be sure to pack food, extra water, sunblock, and warm clothes, gloves, and caps.</a> </p> </div> <div id="point1" class="notes"> <a href="#"><img src="image1.jpg" alt="" /></a><br /> <p><a href="#"> <span>5:30 a.m.</span> Stop at Mills Moraine for a view of the sunrise.</a> </p> </div> <div id="point2" class="notes"> <a href="#"><img src="image2.jpg" alt="" /></a><br /> <p><a href="#"> <span>7:30 a.m.</span> Time for break at Granite Pass.</a> </p> </div> <div id="point3" class="notes"> <a href="#"><img src="image3.jpg" alt="" /></a><br /> <p><a href="#"> <span>8:30 a.m.</span> Climb through the Boulder Field on the way to the Keyhole.</a> </p> </div> <div id="point4" class="notes"> <a href="#"><img src="image4.jpg" alt="" /></a><br /> <p><a href="#"> <span>9:00 a.m.</span> Stop at the Agnes Vaille shelter for a well-deserved breakfast.</a> </p> </div> <div id="point5" class="notes"> <a href="#"><img src="image5.jpg" alt="" /></a><br /> <p><a href="#"> <span>9:30 a.m.</span> It's time to go through the Keyhole. Be prepared for heavy winds.</a> </p> </div> <div id="point6" class="notes"> <a href="#"><img src="image6.jpg" alt="" /></a><br /> <p><a href="#"> <span>10:00 a.m.</span> Follow the painted targets along the Ledges.</a> </p> </div> <div id="point7" class="notes"> <a href="#"><img src="image7.jpg" alt="" /></a><br /> <p><a href="#"> <span>11:00 a.m.</span> Take special care when crossing the Narrows.</a> </p> </div> <div id="point8" class="notes"> <a href="#"><img src="image8.jpg" alt="" /></a><br /> <p><a href="#"> <span>11:15 a.m.</span> You're almost there! Climb the Homestretch to reach the summit.</a> </p> </div> <div id="point9" class="notes"> <a href="#"><img src="image9.jpg" alt="" /></a><br /> <p><a href="#"> <span>11:45 a.m.</span> Congratulations, you've reached the top! Time for lunch and a few photos.</a> </p> </div> <div id="instruction">Move your mouse pointer over the numbered landmarks in the map to preview the hike. </div> </div> </body> </html>
|
|
|
|