So specifying control sizes, etc in CSS would cause a problem for the VS2008 renderer? Positioning is handled with <div> tags in the HTML
Main Topics
Browse All TopicsI recently converted a VS 2005 project to VS 2008 (Service Pack1). In the newly converted project, I have a MasterPage which is used as a parent for several pages within the website. I have several .css files that are referenced in the MasterPage. The .css properties are used in both the parent masterpage and the children webpages. In the Design view or Split view the pages are rendered, but most of the controls are skewed either to the extreme right or not even viewable at all. When the website is compiled, it displays properly. I didn't have this problem in VS2005. I found a Hotfix that deals with Design view rendering and installed it but it did not resolve the problem. Anyone know of anything else I could try?
The MasterPage references the .css files as such.
ex.
<link type="text/css" rel="stylesheet" href="Theme/SSPT.CONTROLS.
<link type="text/css" rel="stylesheet" href="Theme/SSPT.GRID.css"
<link type="text/css" rel="stylesheet" href="Theme/SSPT.LAYOUT.cs
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: ina_donPosted on 2008-08-25 at 12:33:36ID: 22308386
I read somewhere about how the rendering engine or something to that effect was improved in 2008. This meant that those pages that would render in 2005 albeit poor code, would now show in 2008 and Internet Explorer 8 or Firefox 2.5 and above would also show poor code. Try and adjust you pages or perhaps use absolute sizes and positioning and see if that improves the situation.