Well I am still having problems, I almost don't care about it, but someone brought it to my attention again recently so I thought I would have another crack at figuring it out, unfortunately I don't understand PHP well enough to get there on my own...
So a few more details...
I have 2 sites, one is mainly just for testing, unfortunately its the live site that has the problem ..
grrr.Ok in the forums on the respective sites there are menus that appear when you run the mouse over them, these menu's are ONLY in the forums.
Under Firefox/Opera/Mozilla/Epiphany (what ever its called) these menu's work fine.
In IE the menus do not pop up.
I have IE 6, on winXP with Service Pack 2. (each of the users that have mentioned the problem are in the same boat here - so one test I have not had the opportunity to try is does this effect SP1 users or users of earlier IE versions?)
The site admin at the failing site emailed me to let me know that the menu's do work if you use an anonymizer style service. Which is even more confusing.
Service:
http://www.the-cloak.com/login.htmlI don't mind chopping and changing code, but I don't know what to change as the problem only seems to effect IE users visting one site.
One more point is that IE users make up just under 50% of traffic, its enough for me to want to figure it out, but not enough for me to rip everything out and start again.
I wonder if another pair of eyes might figure this out.
A link to my test site (a working -test- forum):
This one worksAnd a link to a thread on the site that has the problem:
This one doesn'tAny suggestions:
Thanks
Dave
If I examine the source of the pages (I realise the server has already done the work by the time I do this) I see some differences:
WORKING <table class="outer" cellpadding="6" cellspacing="0" border="0" width="100%" align="center" style="border-bottom-width: 0px;">
<tr>
<th width="100%"> <div align="right">
<ul class="newbb_level1">
<li class="newbb_folder">
<div class="newbb_submenu"><strong><img src="http://www.dickinsd.f2s.com/modules/newbb/images/imagesets/default/doubledown-a.[b]png[/b]" style="width: 17px; height:17px; margin: 0px;" alt="" align="middle" /> Topic optionsstrong>div>
<ul class="newbb_level2">
<table cellspacing="1" cellpadding="4" width="100%" border="0">
<tr>
<td class="head"><small><a class="newbb_link" href="print.php?form=1&topic_id=1&forum=1&order=ASC&start=0[b]&PHPSESSID=97b677c9e0bd02d3364033a52df99f5e" [/b]target="_blank" ><img src="http://www.dickinsd.f2s.com/modules/newbb/images/imagesets/default/printer-a.[b]png[/b]" style="width: 16px; height:16px; margin: 0px;" alt="" align="middle" /> Print Topica>small>td>
tr>
table>
NOT WORKING <table class="outer" cellpadding="6" cellspacing="0" border="0" width="100%" align="center" style="border-bottom-width: 0px;">
<tr>
<th width="100%"> <div align="right">
<ul class="newbb_level1">
<li class="newbb_folder">
<div class="newbb_submenu"><strong><img src="http://www.linuxjourney.com/modules/newbb/images/imagesets/default/doubledown-a.[b]gif[/b]" style="width: 17px; height:17px; margin: 0px;" alt="" align="middle" /> Topic optionsstrong>div>
<ul class="newbb_level2">
<table cellspacing="1" cellpadding="4" width="100%" border="0">
<tr>
<td class="head"><small><a class="newbb_link" href="print.php?form=1&topic_id=145&forum=4&order=ASC&start=0" target="_blank" ><img src="http://www.linuxjourney.com/modules/newbb/images/imagesets/default/printer-a.[b]gif[/b]" style="width: 16px; height:16px; margin: 0px;" alt="" align="middle" /> Print Topica>small>td>
tr>
table>
The difference's are in
BOLD, this is the first time I have noticed that one page is serving .gif file and the other is serving.png files.. BUT the biigest difference appears to be this:
&PHPSESSID=97b677c9e0bd02d3364033a52df99f5e" So any tips people?
Thank you for
any help