开发者

Few tutorial on CSS footers?

I was wondering if there were any sites for designing the CSS footer..I have searched http://www.searchr.us/web-search.phtml?search=CSS+footers but i didn't get how to make one.

NOTE: I want to make a pl开发者_StackOverflow中文版ain footer with a background.Thats it !!


by designing you mean through basic CSS?

Just put things like:

    #footer {
        background-image: url("pathToImage");
        background-repeat: repeat; (if its a gradient)
    {

Not sure what else you would want if its only a "plain" background?

http://net.tutsplus.com/articles/web-roundups/inspiration-40-unique-footer-designs/

This link is brilliant


http://ryanfait.com/sticky-footer/

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜