[size=10pt]My web site, www.ka3pmw.us uses a table to displat images on the main page. It is working, but the page jumps every time a new picture is displayed. Any ideas?
[php]
KA3PMW Website <!-- body,td,th { color: #333333; font-family: Arial, Helvetica, sans-serif; font-size: 12px; } body { background-color: #eeeeee; } .urbangreymenu{ width: 190px; /*width of menu*/ } .urbangreymenu .headerbar{ font: bold 13px Verdana; color: white; background: #606060 url(images/downgreen.gif) no-repeat 8px 6px; /*last 2 values are the x and y coordinates of bullet image*/ margin-bottom: 0; /*bottom spacing between header and rest of content*/ text-transform: uppercase; padding: 7px 0 7px 31px; /*31px is left indentation of header text*/ } .urbangreymenu ul{ list-style-type: none; margin: 0; padding: 0; margin-bottom: 0; /*bottom spacing between each UL and rest of content*/ } .urbangreymenu ul li{ padding-bottom: 2px; /*bottom spacing between menu items*/ } .urbangreymenu ul li a{ font: normal 12px Arial; color: black; background: #E9E9E9; display: block; padding: 5px 0; line-height: 17px; padding-left: 8px; /*link text is indented 8px*/ text-decoration: none; } .urbangreymenu ul li a:visited{ color: black; } .urbangreymenu ul li a:hover{ /*hover state CSS*/ color: white; background: black; } fadein { position:relative; height:332px; width:500px; margin:0 auto; background: url("slideshow-bg.png") repeat-x scroll left top transparent; padding: 10px; } fadein img { position:absolute; left:10px; top:10px; } <?php $ip = GetHostByName($REMOTE_ADDR); $HOST= gethostbyaddr($_SERVER['REMOTE_ADDR']); $myFile = "ipaddress.txt"; $fh = fopen($myFile, 'a') or die("can't open file"); $stringData = "IP address = "; fwrite($fh, $stringData); fwrite($fh,$ip); $stringData = " Host Name = "; fwrite($fh, $stringData); fwrite($fh,$HOST); $stringData = " - Date = "; fwrite($fh, $stringData); $stringData = date("m/d/y: H:i:s",time()); fwrite($fh, $stringData); $stringData = " \r\n"; fwrite($fh, $stringData); fclose($fh); ?>
Please wait while the website is loading...
|
||
|