rejetto forum

Software => HFS ~ HTTP File Server => HTML & templates => Topic started by: ubbjohn on November 27, 2008, 08:48:14 AM

Title: Can you tell me where the error is in this line?
Post by: ubbjohn on November 27, 2008, 08:48:14 AM
<div style="z-index: 4; position: absolute; left: 0px; top: 92px; width:100%" id="contentsandfoot">

keep getting errors from this section

Error message stats:

Line: 142
Char: 22
Expected: ';'

Now I've been puzzled lookin at this for 1hr or so trying to figure it out. I must be blind or maybe someone else can see what I can't.
Thanks!
Title: Re: Can you tell me where the error is in this line?
Post by: maverick on November 27, 2008, 10:18:42 AM
<div style="z-index: 4; position: absolute; left: 0px; top: 92px; width:100%"; id="contentsandfoot">

I'm probably wrong, but give that a try.

Title: Re: Can you tell me where the error is in this line?
Post by: rejetto on November 27, 2008, 10:42:07 AM
i see no error in your code.
but WHAT program is giving you that error?
it may be wrong
Title: Re: Can you tell me where the error is in this line?
Post by: ubbjohn on November 27, 2008, 11:08:08 AM
It's coming from firefox and IE7 saying error on page and I click on the error symbol and that's the error it comes up with!
Title: Re: Can you tell me where the error is in this line?
Post by: rejetto on November 27, 2008, 11:42:44 AM
try posting the full html page as attachment
Title: Re: Can you tell me where the error is in this line?
Post by: Mars on November 27, 2008, 06:20:21 PM
Quote

ubbjohn
<div style="z-index: 4; position: absolute; left: 0px; top: 92px; width:100%" id="contentsandfoot">

as say maverick
Quote
<div style="z-index: 4; position: absolute; left: 0px; top: 92px; width:100%" ; id="contentsandfoot">

A semicolon ; , between width:100% and id="contentsandfoot" was only missing only !!!!!

Title: Re: Can you tell me where the error is in this line?
Post by: rejetto on November 27, 2008, 09:03:50 PM
wrong, the ; is not missing
it's not part of the correct syntax
Title: Re: Can you tell me where the error is in this line?
Post by: Mars on November 28, 2008, 03:13:32 AM
Effectively rejetto, I believe that I had to forget to put my glasses before posting :D ;D
Title: Re: Can you tell me where the error is in this line?
Post by: TSG on November 29, 2008, 03:10:30 PM
Looks like a javascript error to me, look for a line with a missing ; 'close' on the end.