Jump to content

stormsearchers

Members
  • Posts

    35
  • Joined

  • Last visited

Everything posted by stormsearchers

  1. thanks fore that will have a look soon at it.
  2. Hi can anybody tell me of i can build a weather calender if so has any body do this yet all is willing to share the code with me mike
  3. is there anythink else i need to fix up with the css body { background-color:#000000; margin:0; /* disable mandatory margin taken by html pages*/ padding:0;}#table { width: 100%; background-color: #98bf21; border-collapse: collapse; border-spacing: 0;}td, th { border: 1px solid #CCC; }ul { list-style-type: none; margin: 0; padding: 0;}a { display: block; width: 60px;}ul { list-style-type: none; margin: 0; padding: 0; overflow: hidden;}li { float: left;}a { display:block; padding: 15px; /*or set the width according to your longest word*/ width: 100%; font-weight: bold; color: #FFFFFF; background-color: #98bf21; text-align: center; text-decoration: none; text-transform: uppercase;}a:hover, a:active { background-color: #7A991A;}#section { width:350px; float:left; padding:10px; }#container { width: 1000px; color:#FFFFFF; text-align:center; margin:auto; font-size:20px; font-weight:bold;}#content { float: left; width: 750px; background-color: #C53234; padding: 10px 0px;}#footer { background-color:black; color:white; clear:both; text-align:center; padding:5px; }
  4. what i want to do is with the table add color to it with the nav memu can i use colspan and how do i do that
  5. hi all since i am working on a stormchasers websiteI want to get images put on to my site like this http://realtime2.bsch.com.au/vis_sat2.html?region=mackay how can i do this mike
  6. Hi all i have started to create my first html for my stormchasing website. I need help with some coding please my table is not showing up for the hole with of the page width inside the table is my nav_memu i want to create colspam fore each section of my nav like home,forecast,stormchasing,charts,about us,contact us. i have included my code for my help on this <!DOCTYPE html><html><head><meta charset="UTF-8"><meta name="description" content="weather,weather data, forecast,weathercharts,social media"><meta http-equiv="refresh" content="30"><meta name="author" content="Michael Wright"><title>EyeCyclones.com</title><link rel="stylesheet" type="text/css" href="eyecyclones.css"></head><body><table align="centre" border="1" cellpadding="0" cellspacing="0" width="100%"> <tr> <td div align="center"> <ul> <li><a href="index.html">Home</a></li> <li><a href="forecast.php.">Forecast</a></li> <li><a href="charts.asp">Weathercharts</a></li> <li><a href="stormchasing.asp">stormChasing</a></li> <li><a href="about.asp">About Us</a></li> <li><a href="about.asp">Contact Us</a></li> </ul> </td> </tr></table></div><div id="section"><h1 style="text-align:center">Welcome to Our Website</h1><div id="footer">Copyright © 2015 eyecyclones Alrights Reserved.</div></div></body></html> and my css is here also body { background-color: #000000}#table { width: 100%; align: center; border-collapse: collapse; border-spacing: 0;}td, th { border: 1px solid #CCC; }ul { list-style-type: none; margin: 0; padding: 0;}a { display: block; width: 60px;}ul { list-style-type: none; margin: 0; padding: 0; overflow: hidden;}li { float: left;}a:link, a:visited { display: block; width: 120px; font-weight: bold; color: #FFFFFF; background-color: #98bf21; text-align: center; padding: 4px; text-decoration: none; text-transform: uppercase;}a:hover, a:active { background-color: #7A991A;}#section { width:350px; float:left; padding:10px; }#footer { background-color:black; color:white; clear:both; text-align:center; padding:5px; }
  7. #footer { background-image: url(images/footer1.jpg);background-image: url(images/footer.jpg);background-attachment: fixed;color:white; clear:both; text-align:center; width:100%; height:100px;} this is my footer css
  8. i have check the files on the server and it's loading the image what i want to do is have a fixed footer at the bottom of the page is this possible the first image is the footer1.jpg the second one is the footer it self how can i line these to images mike thanks for your help by the way thankyou heeps
  9. Hi guys i am trying to work out my footer in html, i have two images for the footer how ever the to images don't line up also i an having a bit of trouble as you can see on my website http://stormsearchers.net76.net the images dont load am i doing any think wrong mike
  10. body {background-color:#000000;font-family: georgia,sans-serif;color:#000000;margin:0;padding:0;}ul#menu {width:100%;height:100px;background:repeat-x;list-style:none;margin:0;padding:0;padding-top:20px;padding-left:20%;}ul { list-style-type:none; margin:0; padding:0; } a { display:block; width:60px; } hi I am trying to create a css style for my website nav but cant seam to get it right
×
×
  • Create New...