Re: overlapping cells in table with firebird

2004-02-17 Thread Frédéric Dreier
Veresh Jain wrote:



-Original Message-
From: Andrew Hill [mailto:[EMAIL PROTECTED] 
Sent: Monday, February 16, 2004 2:24 PM
To: Struts Users Mailing List
Subject: RE: overlapping cells in table with firebird

Have you tried 'dipping' the window? That is - dragging the window by its
title bar partially off the bottom of the screen and back again to see if
the forced re-rendering fixes the problem in the dipped part.
Ive noticed the latest firebird sometimes stuffs up its rendering when it
loads a page and needs to be forced to rerender (but not reload) the page
sometimes. Ie - by dipping or hiding and reshowing thr window.
If dipping corrects the problem then its a browser error rather than an
error of yours. (Ive seen similar problems in IE in places also - especially
where css and table cells backgrounds are involved)
-Original Message-
From: Frédéric Dreier [mailto:[EMAIL PROTECTED]
Sent: Monday, 16 February 2004 16:39
To: Struts Users Mailing List
Subject: overlapping cells in table with firebird
Hi,

When displaying struts page in firebird or mozilla for the first time
(increased load time due to jsp compilation) I got some strange effect:
Some table's cells overllaps themself. Redisplaying the page using F5
corrects the problem.
It's non-dynamical HTML  with an external CSS.

I'm curious to know if someone else got this problem before asking mozilla
guru.
Regards,

Frederic

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


 

dipping or resizing the windows does not correct the layout. But 
reloading does it : even if both html source are the same (I check them 
with diff).

I will check again after making my code to validating with the w3c 
html-validator.

Regards,

Frédéric





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: overlapping cells in table with firebird

2004-02-16 Thread Andrew Hill
Have you tried 'dipping' the window? That is - dragging the window by its
title bar partially off the bottom of the screen and back again to see if
the forced re-rendering fixes the problem in the dipped part.

Ive noticed the latest firebird sometimes stuffs up its rendering when it
loads a page and needs to be forced to rerender (but not reload) the page
sometimes. Ie - by dipping or hiding and reshowing thr window.

If dipping corrects the problem then its a browser error rather than an
error of yours. (Ive seen similar problems in IE in places also - especially
where css and table cells backgrounds are involved)

-Original Message-
From: Frédéric Dreier [mailto:[EMAIL PROTECTED]
Sent: Monday, 16 February 2004 16:39
To: Struts Users Mailing List
Subject: overlapping cells in table with firebird


Hi,

When displaying struts page in firebird or mozilla for the first time
(increased load time due to jsp compilation) I got some strange effect:
Some table's cells overllaps themself. Redisplaying the page using F5
corrects the problem.

It's non-dynamical HTML  with an external CSS.

I'm curious to know if someone else got this problem before asking
mozilla guru.


Regards,

Frederic


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: overlapping cells in table with firebird

2004-02-16 Thread Veresh Jain
 

-Original Message-
From: Andrew Hill [mailto:[EMAIL PROTECTED] 
Sent: Monday, February 16, 2004 2:24 PM
To: Struts Users Mailing List
Subject: RE: overlapping cells in table with firebird

Have you tried 'dipping' the window? That is - dragging the window by its
title bar partially off the bottom of the screen and back again to see if
the forced re-rendering fixes the problem in the dipped part.

Ive noticed the latest firebird sometimes stuffs up its rendering when it
loads a page and needs to be forced to rerender (but not reload) the page
sometimes. Ie - by dipping or hiding and reshowing thr window.

If dipping corrects the problem then its a browser error rather than an
error of yours. (Ive seen similar problems in IE in places also - especially
where css and table cells backgrounds are involved)

-Original Message-
From: Frédéric Dreier [mailto:[EMAIL PROTECTED]
Sent: Monday, 16 February 2004 16:39
To: Struts Users Mailing List
Subject: overlapping cells in table with firebird


Hi,

When displaying struts page in firebird or mozilla for the first time
(increased load time due to jsp compilation) I got some strange effect:
Some table's cells overllaps themself. Redisplaying the page using F5
corrects the problem.

It's non-dynamical HTML  with an external CSS.

I'm curious to know if someone else got this problem before asking mozilla
guru.


Regards,

Frederic


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: overlapping cells in table with firebird

2004-02-16 Thread Tim Coy
Are you using c:url to reference the external CCS file?

Tim


 Hi,
 
 When displaying struts page in firebird or mozilla for the first time
 (increased load time due to jsp compilation) I got some strange effect:
 Some table's cells overllaps themself. Redisplaying the page using F5
 corrects the problem.
 
 It's non-dynamical HTML  with an external CSS.
 
 I'm curious to know if someone else got this problem before asking
 mozilla guru.
 
 
 Regards,
 
 Frederic
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: overlapping cells in table with firebird

2004-02-16 Thread Frédéric Dreier
Tim Coy wrote:

Are you using c:url to reference the external CCS file?

Tim

 

Hi,

When displaying struts page in firebird or mozilla for the first time
(increased load time due to jsp compilation) I got some strange effect:
Some table's cells overllaps themself. Redisplaying the page using F5
corrects the problem.
It's non-dynamical HTML  with an external CSS.

I'm curious to know if someone else got this problem before asking
mozilla guru.
Regards,

Frederic

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
   





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
 

actually not. I use:
link rel=stylesheet 
href=%=request.getContextPath()%/resources/stylesheet.css 
type=text/css/

I will try c:url instead (it look better).



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]