开发者

How to change whole UI on an ASP.NET website?

I am working on asp.net website and i want to implement themes on my site. If i select any theme then it will change whole UI not only colors. After Change it will show a new User interface. Like change in div size, width and location same for controls and same all html tag that is used in page.

I got lot of example of themes where it it changing only UI color. Can any buddy suggest me the any exam开发者_Go百科ple where whole UI can change.

Thanks


Two suggestions spring to mind, they are separate but combined at the same time. They are Master pages and CSS.

Master pages would allow you to implement significantly different HTML markup for the page structure while CSS allows you to implement differing attributes (size, location, colour, border, font, etc) for the markup elements.

So, if you are just looking to rearrange the elements on a page then CSS alone can help. Look at CSS Zen Garden for loads of examples of what's possible.

If, however, you are looking to completely change the interface, perhaps by representing data using different controls then Master pages is probably your first stop.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜