Weird ASP.NET/VS2k8/CSS problem

Man of Honour
Joined
17 Nov 2006
Posts
1,931
Location
Tooting, London
Hi basically currently developing a site and now trying to implement the style sheets. In the preview section inside Visual Studio all is well with the page looking correct, however, when ran on the localhost the css for the body works but the other div's we have defined appear to be ignore by the browser.

Any ideas?
 
What browser you using out of interest? I would never trust the design view in VS to be honest. Always just test in the browser. Not sure what the problem would be really but its more just some advice to stay away from design view. It is handy for dropping controls onto if need be but for doing proper layout and styling i'd recommend using the browser.
 
Back
Top Bottom