Jump to content
  • 0

полоса выделения с заданным значением длины полосы


riaron
 Share

Question

хочу чтобы в моем меню,состоящего из 4 hello world и размером 192 на 127 пикселей.была первая полоса с выделением размером 192 на 27 пикселей.

ниже код https://jsfiddle.net/meyrjtvn/ не работает

html

<link rel="stylesheet" href="styles.css" type="text/css"/><ul id="menu">    <li class="kolonki"><b>ПОДОБРАТЬ<br/>ПЕРСОНАЛ</b>      <ul id="menu1" >        <li width="192px" height="27px" padding="500px"> hello world      </li>        <li>helo world </li>        <li>helo world </li>        <li>helo world </li>      </ul>    </li></ul>  

css

ul#menu1{	width:192;	height:127; background-color: #fdf4e3; /*border-radius: 6px;*/ box-shadow: 0 1px 1px #777; text-decoration: none; text-shadow: 0 1px 0 #000; }ul#menu1 li:hover{	background: #d8af75;}
Edited by riaron
Link to comment
Share on other sites

2 answers to this question

Recommended Posts

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy