[not solved] Stylesheet omit while login/out FEU

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Locked
Gamonon

[not solved] Stylesheet omit while login/out FEU

Post 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
Last edited by Gamonon on Tue Jan 26, 2010 12:14 am, edited 1 time in total.
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Stylesheet omit while login/out FEU

Post 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...
Gamonon

Re: Stylesheet omit while login/out FEU

Post 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
Locked

Return to “Layout and Design (CSS & HTML)”