Is 'Adright' a reserved word somewhere?

J

JGWinster

In the page below, any class name starting with "adRight" (case
sensitive) renders the div invisible - but only using FF3 when served
via my WAMP setup. If I view the same code in FF3 as a file rather
than through WAMP, it displays fine. It also displays fine with IE7
both viewed as a file or via WAMP.

Can anyone shed any light?

<html>
<head></head>
<body>
<div>ONE</div>
<div class="adRight">TWO</div>
<div class="adRight123123123">THREE</div>
<div class="adLeft">FOUR</div>
<div>FIVE</div>
</body>
</html>

[I would expect to see divs ONE to FIVE. With FF3 through Apache, I
see ONE FOUR FIVE.]
 
H

Harlan Messinger

In the page below, any class name starting with "adRight" (case
sensitive) renders the div invisible - but only using FF3 when served
via my WAMP setup. If I view the same code in FF3 as a file rather
than through WAMP, it displays fine. It also displays fine with IE7
both viewed as a file or via WAMP.

Can anyone shed any light?

<html>
<head></head>
<body>
<div>ONE</div>
<div class="adRight">TWO</div>
<div class="adRight123123123">THREE</div>
<div class="adLeft">FOUR</div>
<div>FIVE</div>
</body>
</html>

[I would expect to see divs ONE to FIVE. With FF3 through Apache, I
see ONE FOUR FIVE.]

Whenever something is unexpectedly invisible and the word "ad" or
"banner" is involved, I have learned to suspect Norton Ad-blocker or
some similar software. I don't know why it would leave "adLeft"
untouched, though.
 
N

Neredbojias

In the page below, any class name starting with "adRight" (case
sensitive) renders the div invisible - but only using FF3 when served
via my WAMP setup. If I view the same code in FF3 as a file rather
than through WAMP, it displays fine. It also displays fine with IE7
both viewed as a file or via WAMP.

Can anyone shed any light?

<html>
<head></head>
<body>
<div>ONE</div>
<div class="adRight">TWO</div>
<div class="adRight123123123">THREE</div>
<div class="adLeft">FOUR</div>
<div>FIVE</div>
</body>
</html>

[I would expect to see divs ONE to FIVE. With FF3 through Apache, I
see ONE FOUR FIVE.]

Whenever something is unexpectedly invisible and the word "ad" or
"banner" is involved, I have learned to suspect Norton Ad-blocker or
some similar software. I don't know why it would leave "adLeft"
untouched, though.

Maybe the app's a southpaw.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top