News   Apr 08, 2026
 684     0 
News   Apr 08, 2026
 487     0 
News   Apr 08, 2026
 1.4K     1 

Ad blocking drop down menu

drum118

Superstar
Member Bio
Joined
Apr 24, 2007
Messages
22,953
Reaction score
30,515
Location
Mississauga, where cars rule city growth
The drop down menu for search and quick links is being block by the add and this applies to all browesers.
 
Anyone having a problem with this on Macs?

42
 
it seems to be fixed now. but the difference now is that there's a GIF banner advert for urban toronto. before there was a flash banner advert. maybe the flash advert caused the problem?
 
it's still happening. it happens whenever the banner is a flash file.
 
It works fine on Firefox on a Mac too. So is it just Internet Explorer on Windows that it does not work with? And which Windows, BTW?

42
 
It works fine on Firefox on a Mac too. So is it just Internet Explorer on Windows that it does not work with? And which Windows, BTW?

42


firefox 3.0.8 & XP

IE 8.0.6001.18702 & XP

chrome 1.0.154.53 & XP

all problematic. adobe flash 10,0,22,87
 
this might be useful:


Editing HTML code manually

To edit an existing HTML page, add the WMODE parameters to the HTML code.

1. Add the following parameter to the OBJECT tag:

Code:
<param name="wmode" value="transparent">

2. Add the following parameter to the EMBED tag:

Code:
wmode="transparent"



this is actually a mode the does the same as above but with better system performance:


If you prefer to edit your HTML by hand, there are two areas you need to tweak:

1. To the Object tag, add the following parameter (opaque is shown as an example):


Code:
<param name="wmode" value="opaque">

2. To the Embed tag, add the following attribute:


Code:
wmode="opaque"
 
Last edited:

Back
Top