Jump to content

Welcome to Geeks to Go - Register now for FREE

Need help with your computer or device? Want to learn new tech skills? You're in the right place!
Geeks to Go is a friendly community of tech experts who can solve any problem you have. Just create a free account and post your question. Our volunteers will reply quickly and guide you through the steps. Don't let tech troubles stop you. Join Geeks to Go now and get the support you need!

How it Works Create Account
Photo

Color problem in Fireforx?


  • Please log in to reply

#1
NullWolf

NullWolf

    Member

  • Member
  • PipPipPip
  • 225 posts
OK, I've got my site up, hoping to generate some business as a kinda billboard (in addition to my other advertising methods, which all list the site address).

Anyhow, I was checking it with my Firefox the other day, and the text in my footer, where it shows my copyright info doesn't show in Firefox (the text is supposed to be teal).

Anyone know where I messed up? (the site link is in my sig.)
Here's the index.html
<html>
 <head>
  <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
  <title>
   Robert Booth, Freelance Computer Technician
  </title>
  <link rel="stylesheet" href="./css/index-css.css" />
 </head>
 <body bgcolor="black" text="white">

<!-- UPDATE -->
  <div id="update">

   Today is:<br />
   <script>

var mydate=new Date()
var year=mydate.getYear()
if (year < 1000)
year+=1900
var day=mydate.getDay()
var month=mydate.getMonth()
var daym=mydate.getDate()
if (daym<10)
daym="0"+daym
var montharray=new Array("January","February","March","April","May","June","July","August","September","October","November","December")
document.write("<font color='orange'><b>"+montharray[month]+" "+daym+", "+year+"</b></font>")

   </script>
   <br /><br />
   <b>Page Updated:</b><br />
   <font color="orange">8/11/2005</font>
  </div>

<!-- HEADER -->
  <div id="header">
   <center>
    <a href="mailto:[email protected]"><img src="./images/rbooth1.png" id="bcs-header" border="0" alt="RBooth Comp Tech" /></a>
   </center>
  </div>

<!-- NAVBAR -->
  <div id="nav">
   <center>
    <b>Services</b><hr />
   </center>
   Virus Removal<br />
   Computer Repair<br />
   Computer Upgrades<br />
   Networking<br />
   Cabling<br />
   Computer Setup<br />
   Peripheral Setup<br />
   Vinyl Cutters<br />
   <hr />
   <center>
<font color="red"><b>LOW COST!</b></font>
   </center>
   <hr />
   For more information, or a <font color="red">quote</font>, call or e-mail me today!<br /><hr />
   <center>
    <b>Hours</b>
   </center>
   <hr />
   <center>
    <table border="0">
     <tr>
      <td>Tues - Fri</td>
      <td>8am-10am</td>
     </tr>
     <tr>
      <td>Tues - Fri</td>
      <td>7pm-9pm</td>
     </tr>
     <tr>
      <td>Sat</td>
      <td>4pm-9pm</td>
     </tr>
     <tr>
      <td>Sun - Mon</td>
      <td>9am-9pm</td>
     </tr>
    </table>
   </center>
  </div>

<!-- MAIN -->
  <div id="main">
   <img src="./images/map1.gif" border="0" alt="Map" id="map1" />
  </div>

<!-- Sidebar -->
  <div id="side">
   Computer caught a <font color="red">virus</font>?<br />
   Need help <font color="red">setting up</font> your new computer?<br /> 
   If you're within <font color="red">30 miles</font> of Pottsboro, TX 75076, then I'll come to you.<br />
   (The <font color="lime">green</font> area on the map.)<br /> Sorry, I'm not setup to work in Oklahoma at the moment.<br /><br />
   <font color="black">techie computer technician technical support help desk repair onsite denison sherman gainseville bonham
  </div>

<!-- FOOTER -->
  <div id="footer">
   <center>
    &copy Robert W. Booth 2005<br />
For Questions / Comments, e-mail: <a href="mailto:[email protected]">R.W. Booth</a>
   </center>
  </div>

 </body>
</html>
And the CSS Sheet:
      #header {
        position: absolute;
        width: 500;
        height: auto;
        top: 0;
        right: 0;
        bottom: auto;
        left: 150;
	z-index: 1;
       }
      #nav {
        position: absolute;
        width: 150;
        height: 300;
        top: 115;
        right: auto;
        bottom: auto;
        left: 0;
	color: white;
	z-index: 2;
       }
      #main {
        position: absolute;
        width: 465;
        height: 415;
        top: 115;
        right: auto;
        bottom: auto;
        left: 160;
	word-wrap: break-word;
	color: orange;
	overflow: auto;
	z-index: 3;
       }
      #update {
        position: absolute;
        width: 150;
        height: 105;
        top: 0;
        right: auto;
        bottom: auto;
        left: 0;
	word-wrap: break-word;
	text-align: center;
	font-weight: bold;
	z-index: 1;
       }
      #footer {
        position: absolute;
        width: 800;
        height: 60;
        top: 500;
        right: auto;
        bottom: auto;
        left: 0;
	word-wrap: break-word;
	color: teal;
       }
      #side {
        position: absolute;
        width: 170;
        height: 300;
        top: 115;
        right: 0;
        bottom: auto;
        left: 640;
	z-index: 2;
       }

Edited by NullWolf, 18 August 2005 - 05:18 PM.

  • 0

Advertisements


#2
NullWolf

NullWolf

    Member

  • Topic Starter
  • Member
  • PipPipPip
  • 225 posts
Nevermind LOL. I forgot to close a FONT.

Its the simplest things that'll get ya!
  • 0






Similar Topics

0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users

As Featured On:

Microsoft Yahoo BBC MSN PC Magazine Washington Post HP