Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / New Users / October 2006

Tip: Looking for answers? Try searching our database.

css failure on postback

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
catweezle2010 - 18 Oct 2006 11:33 GMT
Hello all,

I develop aspx pages for internal use. We use IIS 6, .net 2 and IE 6.

In the head of the clientcode I call a css file like "@import
url(../CSS/Styles.css);"

All this runs fine. When I pubish the site to the server and call it
from a clientmachine everything looks fine as well. But when there is a
postback all styles are gone and the site is nearby unuseable. On the
next postback it mostly looks fine again.

Do I use the wrong way to implement the css or do I have to update the
.net Framework with something?

Thanks for help.
Cowboy (Gregory A. Beamer) - 18 Oct 2006 13:28 GMT
I use CSS on my master page, which allows the dyanmic client side URL (i.e.
~):
<link href="~/css/common.css" rel="stylesheet" type="text/css" />

If I were using individual pages with CSS, I would still consider the <link>
tag.

Signature

Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
http://gregorybeamer.spaces.live.com

*************************************************
Think outside of the box!
*************************************************

> Hello all,
>
[quoted text clipped - 12 lines]
>
> Thanks for help.
catweezle2010 - 18 Oct 2006 15:10 GMT
Thanks Cowboy, but I think this wouldn't solve my problem?

Rate this thread:







Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.