开发者

please refer links for CSS and other simple styling ways used with Visual Studio c#

开发者 https://www.devze.com 2023-01-23 06:09 出处:网络
yes can search google but there are thousand of results by your experience which links give the best for a beginner who has to make some website using it within a month.

yes can search google but there are thousand of results

by your experience which links give the best for a beginner who has to make some website using it within a month.

  • i mean the styling,

  • the ways to style the footer (you knw the copyright message)

using vs08 c# asp开发者_如何学Gox


First of all, when you are beginning to use CSS you understand that browser compatibility is the main point. You can't only referer to CSS2 or CSS3 convention. Take a look at quirkmode.

Then here come HTML Dog.

W3Schools is good for beginners but you'll quickly need more pro and detailed references. And at this point, it will depend on your needs.

Then you have to know some CSS tricks & hacks : https://stackoverflow.com/questions/500827/css-tips-which-every-beginning-developer-should-know-about. Firebug is really our savior.

@media screen { div p.goodLuck:before { content: "Good luck !" // Don't work on IE (owwww noz, first compatiblity fail :D) } }

0

精彩评论

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