ONLY just noticed this wierd problem in Internet Explorer, my realtime page
http://www.h-i-r.org.uk/weather/realtime.php
When viewed in FF works perfectly, but when viewed in IE the menu appears BELOW the gauge area?
Any ideas peeps?
Welcome to the Cumulus Support forum.
Latest Cumulus MX V4 release 4.4.2 (build 4085) - 12 March 2025
Latest Cumulus MX V3 release 3.28.6 (build 3283) - 21 March 2024
Legacy Cumulus 1 release 1.9.4 (build 1099) - 28 November 2014
(a patch is available for 1.9.4 build 1099 that extends the date range of drop-down menus to 2030)
Download the Software (Cumulus MX / Cumulus 1 and other related items) from the Wiki
If you are posting a new Topic about an error or if you need help PLEASE read this first viewtopic.php?p=164080#p164080
Latest Cumulus MX V4 release 4.4.2 (build 4085) - 12 March 2025
Latest Cumulus MX V3 release 3.28.6 (build 3283) - 21 March 2024
Legacy Cumulus 1 release 1.9.4 (build 1099) - 28 November 2014
(a patch is available for 1.9.4 build 1099 that extends the date range of drop-down menus to 2030)
Download the Software (Cumulus MX / Cumulus 1 and other related items) from the Wiki
If you are posting a new Topic about an error or if you need help PLEASE read this first viewtopic.php?p=164080#p164080
IE Realitime problem
Moderator: daj
-
Synewave
- Posts: 642
- Joined: Mon 25 Jan 2010 1:55 pm
- Weather Station: Watson W-8681
- Operating System: Raspian
- Location: Brighton, UK
- Contact:
Re: IE Realitime problem
Rob,
Without looking in detail, I can see two errors at least in your code.
You have no closing </table> nor </tbody>
Without looking in detail, I can see two errors at least in your code.
Code: Select all
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody>
- steve
- Cumulus Author
- Posts: 26672
- Joined: Mon 02 Jun 2008 6:49 pm
- Weather Station: None
- Operating System: None
- Location: Vienne, France
- Contact:
Re: IE Realitime problem
Well, not really "fixed", just "broken differently"robynfali wrote:fixed those two, not affected it tho
You've closed the <table> but left the <tbody> outside it. Do you actually need the table anyway?
Apart from the broken table, you have no closing </body>, and shouldn't the whole thing be enclosed in <html ...> ... </html> tags?
Steve
- steve
- Cumulus Author
- Posts: 26672
- Joined: Mon 02 Jun 2008 6:49 pm
- Weather Station: None
- Operating System: None
- Location: Vienne, France
- Contact:
Re: IE Realitime problem
You still have an orphaned <tbody>...</tbody>
You have 4 <div> but only 3 </div>
You have 4 <div> but only 3 </div>
Steve
- beteljuice
- Posts: 3292
- Joined: Tue 09 Dec 2008 1:37 pm
- Weather Station: None !
- Operating System: W10 - Threadripper 16core, etc
- Location: Dudley, West Midlands, UK
Re: IE Realitime problem
You no longer have a table so you don't need <tbody>, but there is nothing to tell the <div>s where they are within the <div id=content> </div>, so one is simply ontop of the other !
if you go 'back' to using a table
<table>
<tr>
<td>
<Left content div>
</td>
<td>
<silverlight div>
</td>
</tr>
</table>
Then you can start tweaking .... else ask daj for a crash course in CSS div positioning
if you go 'back' to using a table
<table>
<tr>
<td>
<Left content div>
</td>
<td>
<silverlight div>
</td>
</tr>
</table>
Then you can start tweaking .... else ask daj for a crash course in CSS div positioning
......................Imagine, what you will KNOW tomorrow !
