rejetto forum
Software => HFS ~ HTTP File Server => HTML & templates => Topic started 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!
-
<div style="z-index: 4; position: absolute; left: 0px; top: 92px; width:100%"; id="contentsandfoot">
I'm probably wrong, but give that a try.
-
i see no error in your code.
but WHAT program is giving you that error?
it may be wrong
-
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!
-
try posting the full html page as attachment
-
ubbjohn
<div style="z-index: 4; position: absolute; left: 0px; top: 92px; width:100%" id="contentsandfoot">
as say maverick
<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 !!!!!
-
wrong, the ; is not missing
it's not part of the correct syntax
-
Effectively rejetto, I believe that I had to forget to put my glasses before posting :D ;D
-
Looks like a javascript error to me, look for a line with a missing ; 'close' on the end.