Today's Posts Follow Us On Twitter! TFL Members on Twitter  
Forum search: Advanced Search  
Navigation
Marketplace
  Members Login:
Lost password?
  Forum Statistics:
Forum Members: 24,254
Total Threads: 80,792
Total Posts: 566,472
There are 2110 users currently browsing (tf).
 
  Our Partners:
 
  TalkFreelance     Design and Development     HTML/XHTML/DHTML/CSS :

Dude, wheres my content? (IE Probs)

Thread title: Dude, wheres my content? (IE Probs)
Closed Thread    
    Thread tools Search this thread Display Modes  
10-08-2005, 01:24 AM
#1
Aphex is offline Aphex
Aphex's Avatar
Status: Member
Join date: Aug 2004
Location: United States
Expertise:
Software:
 
Posts: 244
iTrader: 0 / 0%
 

Aphex is on a distinguished road

Send a message via AIM to Aphex Send a message via MSN to Aphex

  Old  Dude, wheres my content? (IE Probs)

I'm having some problems in IE, something I haven't encountered before - flickering text. What I mean is this: there appears to be no text under the news titles until you "Ctrl + A" to select all of the text (or just selecting the sections of missing text reveals it). But, once you deselect the text either disappears, or leaves behind blotches of text.

Here is the page: http://hosted.sector7-halo.com/new/p...iew/index.html

(Open in IE, thats the only thing thats giving me problems at the moment) I don't know what is causing this, I am completely stumped. At first I had thought it was just my browser, but I asked more people and they had similar problems with IE as well.

I need some suggestions as to what it could be. Has anyone encountered a similar problem? How did you fix it?

I also have it documented on what exactly I am seeing, and what it is supposed to look like (in Firefox) here:
http://hosted.sector7-halo.com/IE%20BUG/

10-08-2005, 01:44 AM
#2
Jonny is offline Jonny
Status: Member
Join date: Feb 2005
Location: UK
Expertise:
Software:
 
Posts: 335
iTrader: 0 / 0%
 

Jonny is on a distinguished road

  Old

That is a bloody wierd bug, and I can't see any obvious fix. (googling didn't help either)

Is there anyway you can not use tables? Perhaps that might help.

10-08-2005, 01:53 AM
#3
Aphex is offline Aphex
Aphex's Avatar
Status: Member
Join date: Aug 2004
Location: United States
Expertise:
Software:
 
Posts: 244
iTrader: 0 / 0%
 

Aphex is on a distinguished road

Send a message via AIM to Aphex Send a message via MSN to Aphex

  Old

The only tables that are used it to make the category icon, and the postbit info align perfectly. Its pretty impossible to vertically align using DIVs, so tables are my only option. But they definately should not be affecting the text that is lying under it, at least I don't suppose.

I'll try getting rid of the tables and see if the text changes in any way.

EDIT: I just did the above, and nothing has changed. The problem persists.

10-08-2005, 01:54 AM
#4
.Nick is offline .Nick
.Nick's Avatar
Status: Request a custom title
Join date: Feb 2005
Location:
Expertise:
Software:
 
Posts: 1,159
iTrader: 3 / 100%
 

.Nick is on a distinguished road

  Old

http://www.positioniseverything.net/explorer.html

I don't know if you have checked this site, but it has a nice comprehensive list of Internet Explorer bugs and workarounds.

10-08-2005, 05:35 AM
#5
<Isurfr> is offline <Isurfr>
Status: Member
Join date: Aug 2005
Location: w3c
Expertise:
Software:
 
Posts: 193
iTrader: 0 / 0%
 

<Isurfr> is on a distinguished road

  Old

Just tested files in IE for PC and about 60% of it loaded.
In your code you have tables then <div>


<table>
<tr>
<td></td>
</tr>
<tr>
<td></td>
</tr>
</table>
<div></div>
Why not make another <tr> and insert the div with the content.
Also using the <br/> after sections. XHTML is not friendly to
loose sections as they will overlap.


<table></table>
<br/>
<div></div>
<br/>
<table></table>
<br/>
<div></div>
Option

<table>
<tr>
<td></td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><div></div></td>
</tr>

</table>
_|

10-08-2005, 01:48 PM
#6
Aphex is offline Aphex
Aphex's Avatar
Status: Member
Join date: Aug 2004
Location: United States
Expertise:
Software:
 
Posts: 244
iTrader: 0 / 0%
 

Aphex is on a distinguished road

Send a message via AIM to Aphex Send a message via MSN to Aphex

  Old

The <br />'s didn't seem to work, but having the content in a row in the table did seem to work. However, I don't particularly like this option because of the use of tables, but I will take it. If anyone has any better option, please post it.

I never noticed how much crap IE was until I started making more complex layouts with CSS. It really is ****.

Thanks again guys!

10-08-2005, 10:41 PM
#7
Bas is offline Bas
Status: I love this place
Join date: Jan 2005
Location: The Netherlands
Expertise: Frontend, vBulletin
Software: Coda, Photoshop
 
Posts: 607
iTrader: -1 / 0%
 

Bas is on a distinguished road

Send a message via MSN to Bas

  Old

Add the CSS line 'position: relative' to the element where the dissapearing content is in.
That will fix it.

10-10-2005, 12:57 AM
#8
sysblnk is offline sysblnk
Status: I love this place
Join date: Mar 2005
Location:
Expertise:
Software:
 
Posts: 640
iTrader: 0 / 0%
 

sysblnk is on a distinguished road

  Old

The bug is called the peekaboo bug read more here: http://www.positioniseverything.net/.../peekaboo.html


I hope that helps

10-10-2005, 01:21 PM
#9
Aphex is offline Aphex
Aphex's Avatar
Status: Member
Join date: Aug 2004
Location: United States
Expertise:
Software:
 
Posts: 244
iTrader: 0 / 0%
 

Aphex is on a distinguished road

Send a message via AIM to Aphex Send a message via MSN to Aphex

  Old

Thanks Bas, that fixed the problem. Sysblnk, I don't think its the peekaboo bug, that happens under very specific conditions, and has to do with the use of <a> elements. I think what Isurfr said was more towards the money:


XHTML is not friendly to loose sections as they will overlap.
Both solutions worked, tables, and position:relative. In case anyone has any similar problems.

Thanks guys! I'll post the finished product when I can.

Closed Thread    


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

  Posting Rules  
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump:
 
  Contains New Posts Forum Contains New Posts   Contains No New Posts Forum Contains No New Posts   A Closed Forum Forum is Closed