rejetto forum

Can you tell me where the error is in this line?

ubbjohn · 9 · 10907

0 Members and 1 Guest are viewing this topic.

Offline ubbjohn

  • Occasional poster
  • *
    • Posts: 2
    • View Profile
<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!


Offline maverick

  • Tireless poster
  • ****
    • Posts: 1052
  • Computer Solutions
    • View Profile
<div style="z-index: 4; position: absolute; left: 0px; top: 92px; width:100%"; id="contentsandfoot">

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

maverick


Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13523
    • View Profile
i see no error in your code.
but WHAT program is giving you that error?
it may be wrong


Offline ubbjohn

  • Occasional poster
  • *
    • Posts: 2
    • View Profile
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!


Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13523
    • View Profile

Offline Mars

  • Operator
  • Tireless poster
  • *****
    • Posts: 2068
    • View Profile
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 !!!!!



Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13523
    • View Profile

Offline Mars

  • Operator
  • Tireless poster
  • *****
    • Posts: 2068
    • View Profile
Effectively rejetto, I believe that I had to forget to put my glasses before posting :D ;D


Offline TSG

  • Operator
  • Tireless poster
  • *****
    • Posts: 1935
    • View Profile
    • RAWR-Designs
Looks like a javascript error to me, look for a line with a missing ; 'close' on the end.