If this is your first visit, kitchen containers be sure to check out the FAQ by clicking the link that you register in the forum if you wish to participate, but if you want viewing messages, select the forum that you want to visit below. Glory God and praise I bear witness that there is no god except You forgiveness and repent to you (by the grace of God this) that a lot of forums prevent you from viewing links until after the registration or reply to the topic. We are on the reversal armies Forums Forums allow the emergence of links without any mention selections, be sure that you do not register, but if you want to complement your career with us not tire yourself in the registry if the intention is to ask for help to penetrate the site or e-mail
Abdullhadi kitchen containers JC Profile View Forum Posts Private Message hacker distinct Array Join Date Jul 2009 Posts 1,067 state Underworld
Peace, mercy and blessings of God lesson titled How do I make a drop-down list using the CSS3 and HTML only. The reason for the work of this lesson is that I find a lot spared about how the drop-down list using the CSS and HTML only First I'll start with the HTML for each design in the beginning you do not need to know about the result, even if a picture: This is a picture of the work will be completed in the end, God willing, HTML Code : In the beginning we must start making major sectors are as follows, kitchen containers for example: kitchen containers home, About us, Contact Us, bla bla bla ....
Code HTML: <ul kitchen containers id = "menu"> <li> <a href= "#"> Home </a> </ li> <li> <a href= "#"> About </a> </ li > <li> <a href= "#"> Services </a> </ li> <li> <a href= "#"> Portfolio </a> </ li> <li> <a href = "# "> Contact </a> </ li> </ ul> After that I will start by giving these sectors following the style of the css
Code HTML: #menu {list-style: none; width: 940px; margin: 30px auto 0px auto; height: 43px; padding: 0px 20px 0px 20px; } This is just the list and, width and height and Alaptaadat margin and paddings. This code will only be curved to make the list of Parties (almost a quarter of a circle)
Code HTML: -moz-border-radius: 10px -webkit-border-radius: 10px; border-radius: 10px; This is the style with the Style #menu now, I'm Alon existing kitchen containers work and also color graded using the css instead of the use of images (a) What is the color that will do and what is the color that will end.
Code HTML: background: # 014464; background: -moz-linear-gradient (top, # 0272a7, # 013953); background: -webkit-gradient (linear, 0% 0%, 0% 100%, from (# 0272a7), to (# 013953)); And also put this code to make the style of existing under and take the third dimension that gives the design (not a shadow image but using css)
Code HTML: #menu {list-style: none; width: kitchen containers 940px; margin: 30px auto 0px auto; height: 43px; padding: 0px 20px 0px 20px; / * Rounded Corners * / -moz-border-radius: kitchen containers 10px; -webkit-border-radius: 10px; border-radius: 10px; / * Background color and gradients * / background: # 014464; background: -moz-linear-gradient (top, # 0272a7, # 013953); background: -webkit-gradient (linear, 0% 0%, 0% 100%, from (# 0272a7), to (# 013953)); / * Borders * / border: 1px solid # 002232; -moz-box-shadow: inset 0px 0px 1px # edf9ff; -webkit-box-shadow: inset 0px 0px 1px # edf9ff; box-shadow: inset 0px 0px 1px # edf9ff; } Now Benati the style of menu Items to is the <li> and be as follows:
Code HTML: #menu li {float: left; display: block; text-align: center; position: kitchen containers relative; padding: 4px 10px 4px 10px; margin-right: 30px; margin-top: 7px; border: none; } And also as we have done in the mother do list this section and give it color and include:
Code HTML: -moz-border-radius: 5px 5px 0px 0px; -webkit-border-radius: 5px 5px 0px 0px; border-radius: 5px 5px 0px 0px; And now we will look to the final status of the style of the list when it passes kitchen containers the mouse (mouse hover)
Code HTML: #menu li: hover {border: 1px solid # 777777; padding: 4px 9px 4px 9px; / * Background color and gradients * / background: # F4F4F4; background: -moz-linear-gradient (top, # F4F4F4, #EEEEEE); background: -webkit-gradient (linear, 0% 0%, 0% 100%, from (# F4F4F4), kitchen containers to (#EEEEEE)); / * Rounded corners * / -moz-border-radius: 5px 5px 0px 0px; -webkit-border-radius: 5px 5px 0px 0px; border-radius: 5px 5px 0px 0px; } And let us also give a speech located kitchen containers under:
Code HTML: #menu li a {font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #EEEEEE; display: block; outline: 0; text-decoration: kitchen containers none; text-shadow: 1px 1px 1px # 000; } When the mouse after the link is so:
Code HTML: #menu li .drop {padding-right: 21px; background: url ("img / drop.png") no-repeat right 8px; } #menu Li: hover .drop {background: kitchen containers url ("img / drop.png") kitchen containers no-repeat right 7px; } This is the style full form until we see the result in the end:
Code HTML: #menu {list-style: none; width: 940px; margin: 30px auto 0px auto; height: 43px; padding: kitchen containers 0px 20px 0px 20px; / * Rounded Corners * / -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; / * Background color and gradients * / background: # 014464; background: -moz-linear-gradient (top, # 0272a7, # 013953); background: -webkit-gradient (linear, 0% 0%, 0% 100%, from (# 027
No comments:
Post a Comment