Page 1 of 1

[not solved] Stylesheet omit while login/out FEU

Posted: Tue Jan 19, 2010 7:09 pm
by Gamonon
I have posted a similar question before, but my problem remains. So I'll try it again.

When login in and out FEU, the current page is shown for about two seconds, without the stylesheet.
That is any page with the login/out template and with several different stylesheets. Same problem on
other computers and other browsers.

This results in some graphics and text on the page without styles.
After login and logout, the new page is loaded by a and ends abrupt in the middle of the code.
It is clear that the page is not shown correctly in this way.
The question though is, what makes the page look like this?

I would highly appreciate any comments

Thanks
John

Re: Stylesheet omit while login/out FEU

Posted: Wed Jan 20, 2010 9:17 pm
by Dr.CSS
If it has tables in it it will look unstyled till all tables and cells are built, this is one good reason to not use tables in layout...

Re: Stylesheet omit while login/out FEU

Posted: Thu Jan 21, 2010 12:03 am
by Gamonon
Dr.CSS wrote: If it has tables in it it will look unstyled till all tables and cells are built, this is one good reason to not use tables in layout...
Thanks for your reply Dr.CSS

I have the FEU module in a small table so I removed the table. Unfortunaly this did not solve it.

I must add that the same happens when I logout the admin and am automatically returned to the admin login screen.
Split second no style.

Strangely, when I log in the admin and am redirected to the startpage, this does not occur. I have tried that several
times with the same result. So the issue must be somewhere in the difference between those two processes? This realy
intrigues me