473,671 Members | 2,467 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Disappearing text

Hi All,

I have a bit of a weird problem.

The text I have on a webpage is only visible half on initial pageload.

When I move the mouse over the area where the text should be with the
right mouse button pressed, it apears again, same when I scrll down
the page and back up. When I than refresh the page, the text is gone
again.

I've checked and re-checked the HTML and I've run my CSS through the
W3C's validator, all seems ok.....

Is this a CSS related issue ? My browser is IE6 with all appl.
patches, running on XP Home. I don't havethis prob with any other
pages.

The url is http:www.sgtclog.nl/sports.htm

Can anyone shed some light on this please ?

Thank you in advance

Erik Schulp
www.sgtclog.nl
eschulp@-houjerotzooimaa r-home.nl

-Let's all hope there is intelligent life on other planets,
cuz' here on earth, there is bugger all!- *Monty Python*
Jul 20 '05 #1
3 3272
Erik Schulp wrote:
Hi All,

I have a bit of a weird problem.

The text I have on a webpage is only visible half on initial pageload.

When I move the mouse over the area where the text should be with the
right mouse button pressed, it apears again, same when I scrll down
the page and back up. When I than refresh the page, the text is gone
again.

[snip]

Could it be:

<URL:http://www.positionise verything.net/explorer/peekaboo.html>

--
Jim Dabell

Jul 20 '05 #2
Erik Schulp pounced upon this pigeonhole and pronounced:
Hi All,

I have a bit of a weird problem. .... The url is http:www.sgtclog.nl/sports.htm


p {
font-family: Verdana, Times New Roman;
font-size: x-small;
font-style: italic;
margin-top: 0px;
text-align: justify;
color: #FE0000;
margin:0px 10px 10px 10px;...

...is very hard to read. Why are you mixing serif and sans-serif fonts?

Try:
p {
font-family: sans-serif;
font-size: 100%;
color: black;
} /* No justify, set margins ... */

In Firebird/Mozilla, your text is on top of your pictures in the center
column.

Why is there a <span> inside each paragraph? What are the classes "p1",
"p2" etc that I don't see in your style sheet? Could these <span>s be a
cause of your posted problem?

Hoping this helps...

--
-bts
-This space intentionally left blank.
Jul 20 '05 #3
Dear Jim,
This indeed seems to be the problem.

And I now know why it only occurs on this particular page.

Thanks :)

On Thu, 25 Sep 2003 18:03:31 +0100, Jim Dabell
<ji********@jim dabell.com> wrote:
Erik Schulp wrote:
Hi All,

I have a bit of a weird problem.

The text I have on a webpage is only visible half on initial pageload.

When I move the mouse over the area where the text should be with the
right mouse button pressed, it apears again, same when I scrll down
the page and back up. When I than refresh the page, the text is gone
again.

[snip]

Could it be:

<URL:http://www.positionise verything.net/explorer/peekaboo.html>


Erik Schulp
www.sgtclog.nl
eschulp@-houjerotzooimaa r-home.nl

-Let's all hope there is intelligent life on other planets,
cuz' here on earth, there is bugger all!- *Monty Python*
Jul 20 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

9
3318
by: Larry Woods | last post by:
I have a site that works fine for days, then suddenly, I start getting ASP 0115 errors with an indication that session variables IN SEPARATE SESSIONS have disappeared! First, for background information, I have a customized 500-100 page that sends the value of various session variables via email to my support site. The situation: On the home page of the site, the FIRST THING that is done is a Session
3
1618
by: Csaba2000 | last post by:
I apologize for the length of the page below, but I've tried to whittle it down as much as I can. The problem is that Netscape 6.1 on my Win 2K Pro machine is disappearing the final row of the table. Opera 7.01 and IE 5 and 5.5 are both OK with the page, and the offending line is right before the commented out alert line, but I have been unable to figure why it's happening. Thanks,
1
1894
by: R0bert Neville | last post by:
My web page has one unordered list that disappears in Firefox. The unordered list in question has the class="dir". I double-checked the source code and verified the markup's semantics. Everything looked fine. So I placed the code in the W3C validator and it passed with no errors. Then I placed a regular unordered list with no class before the previous unordered list. Upon a reload, the new unordered list did not render, yet the unordered...
5
4360
by: lkrubner | last post by:
Except for missing ALT tags on images, this site validates, yet I get some strange disappearing text in IE on a PC. Check out this page: http://www.alexmarshall.org/index.php?pageId=50 At the bottom of the middle box is the text "Categories: About my book", which shows up normally in FireFox, but which disappears in IE. Why so?
0
1640
by: John Wind | last post by:
Hello, I posted this problem in a thread on a seperate message, I'm not sure I did it right so I started a new message, sorry for any problem this has caused. This problem has me pulling my hair out, any help would be appreciated I am experiencing the disappearing text in combo boxes problem on two machines I've just installed ( one a new machine and the other a re-formatted older
2
4084
by: neptune | last post by:
I built a form to access a query with a 2 field primary key. It should use 2 controls to find the unique record and display the other field values on the form. In the criteria section of the query, I set the 2 primary key values equal to the 2 control values on my form. When I input a value to these 2 controls the query finds the correct record, so I know my query with the criteria works. My problem is trying to get the output values...
2
2604
by: Rachel Suddeth | last post by:
Here is my scenario: I have a few custom controls that I set up on a form and tested setting properties and appearances. Then I added a couple references to the project which add classes I need to get data from the server to actually do something useful. (These are generated by 3rd party database software.) After adding those references, and no other changes to my form.... all the controls disappear from the visual interface on the...
6
1630
by: Winshent | last post by:
I have read many threads which indicate that this was a problem with version 2002. Why should i be suffering this? I am using VB.NET 2003 Standard Edition... is it still a problem with 2003? I have used the wizards to generate the connection and adapter, which generates the code in 'InitializeComponent', and i have stored the connection string within web.config and it seems to get rid of this
2
2285
by: insanity | last post by:
Can anyone help me with a problem that I have with apparently unrelated text disappearing in IE7 when I set a className. This does not happen in Firefox. I am trying to create an Ajax driven table where you can click on an active cell to pop up a form, then submit that form to modify the cell value. My page uses several layers of tables and divs in different sequences. Setting the className of a div within a deep table causes text to...
1
1936
by: JDeats | last post by:
I have many labels that are disappearing from my form when the user resizes it, they seem to dissapear when certain width/height thresholds are exceeded. I have no code in place purposely trying to alter these controls on maximize, minimize or form resize so whatever is causing this is default behavior. The settings on the labels that are disappearing are all default settings with the exception of Font, which is set to Vernanda 8.25pt...
0
8483
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8926
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
8603
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
7444
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6236
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5703
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4227
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4416
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
2060
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.