I´m going crazy (Links does not work...)

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
tellus
Posts: 94
Joined: Tue 17. Feb 2004, 18:53
Location: Sweden
Contact:

I´m going crazy (Links does not work...)

Post by tellus »

suddely some links doesn´t work in FF (OSX/Win) , I have 2 examlples:

"Förstasidan, Left column"

Image: "Debattera med DIN Debattforum" and

"Senast uppdaterad", title: "2007-07-02 - Tällberg Foundation 2007: Ett möte i skuggan av det växande klimat- och miljöhotet världen över."

http://www.dinlokaltidning.se

It works under IE 6/7.

/Anders
User avatar
DeXXus
Posts: 2168
Joined: Fri 28. Nov 2003, 06:20
Location: USA - Florida

Post by DeXXus »

I think "part" of the problem is the "mixed case" of your onmouseover and onmouseout statements (as seen by Firefox and Opera):
<!-- Slutar vanster -->
<div style="margin:20px 0 0 0; padding:0 0 0 0; clear:both;"></div><center><a href='http://www.dinlokaltidning.se/banner/ad ... se%2Fforum' target='_blank' onMouseOver="self.status='DIN Lokaltidning'; return true;" onMouseOut="self.status='';return true;"><img src='http://www.dinlokaltidning.se/banner/ad ... nttype=gif' width='150' height='107' alt='DIN Lokaltidning' title='DIN Lokaltidning' border='0'></a><div id="beacon_66" style="position: absolute; left: 0px; top: 0px; visibility: hidden;"><img src='http://www.dinlokaltidning.se/banner/ad ... 30293cabfa' width='0' height='0' alt='' style='width: 0px; height: 0px;'></div></center><div style="margin:5px 0 0 0; padding:0 0 0 0; clear:both;"></div><strong>GUIDE: Hur man registrerar sig i forumet <a href="index.php?forumregistrering">klicka h&auml;r</a>.<br />
<br />
</strong><hr width="100%" size="2" noshade="" color="#000000" /><div style="margin:20px 0 0 0; padding:0 0 0 0; clear:both;"></div><strong>Senast uppdaterat<br />
<br />
</strong> <div class="news"><p class="news"><a href="index.php?id=4,321,0,0,1,0"><span class="datelink">2007-07-02 - </span>Tällberg Foundation 2007: Ett möte i skuggan av det växande klimat- och miljöhotet världen över.</a><p class="news"><a href="index.php?id=44,320,0,0,1,0">
line 80 column 50 - Error: there is no attribute "tabIndex"
line 127 column 252 - Error: there is no attribute "onMouseOver"
line 127 column 310 - Error: there is no attribute "onMouseOut"
Also maybe if you "tidy" up your <img> tags for XHTML by closing them like this:

Code: Select all

<img src=....    />
Post Reply