1200字范文,内容丰富有趣,写作的好帮手!
1200字范文 > html 导航栏 选中状态 CSS导航菜单高亮选中菜单项

html 导航栏 选中状态 CSS导航菜单高亮选中菜单项

时间:2023-03-07 20:08:51

相关推荐

html 导航栏 选中状态 CSS导航菜单高亮选中菜单项

我开发了一个CSS导航菜单,并为每个导航项我写了php.file。CSS导航菜单高亮选中菜单项

homepage.php

My First Try Of CSS Navigation Bar

/* Begin Navigation Bar Styling */

#nav {

width: 100%;

float: left;

margin: 0 0 3em 0;

padding: 0;

list-style: none;

background-color: #f2f2f2;

border-bottom: 1px solid #ccc;

border-top: 1px solid #ccc;

}

#nav li {

float: left;

}

#nav li a {

display: block;

padding: 8px 15px;

text-decoration: none;

font-weight: bold;

color: #069;

border-right: 1px solid #ccc;

}

#nav li a:hover {

color: #c00;

background-color: #fff;

}

/*

End navigation bar styling. */

/* This is just styling for this

specific page. */

body {

background-color: #555;

font: small/1.3 Arial, Helvetica, sans-serif;

}

#wrap {

width: 900px;

margin: 0 auto;

background-color: #fff;

}

h1 {

font-size: 1.5em;

padding: 1em 8px;

color: #333;

background-color: #069;

margin: 0;

}

#content {

padding: 0 50px 50px;

}

.active {

background-color: red;

}

Shree Shree Property, Kolhapur

HomeAbout USContact

US

LoginArea

aboutus.php

Shree Shree Property,Kolhapur

/* Begin Navigation Bar Styling */

#nav {

width: 100%;

float: left;

margin: 0 0 5em 0;

padding: 0;

list-style: none;

background-color: #f3f3f3;

border-bottom: 1px solid #ccc;

border-top: 1px solid #ccc;

}

ul.primary li:hover a {

background: pink;

color: #666;

text-shadow: none;

}

#nav li {

float: left;

background: #0080ff;

}

#nav li a {

display: block;

padding: 8px 17.5px;

text-decoration: none;

font-weight: bold;

color: black;

border-right: 1px solid #ccc;

}

#nav li a:hover {

color: black;

background-color: #00bfff;

}

/* End navigation bar styling. */

/* This is just styling for this specific page.

*/

body {

background-color: #555;

font: small/1.3 Arial, Helvetica, sans-serif;

}

#wrap {

width: 900px;

margin: 0 auto;

background-color: #00bfff;

}

h1 {

font-size: 1.5em;

padding: 1em 8px;

color: #333;

background-color: #069;

margin: 0;

}

#content {

padding: 0 50px 50px;

}

h4 {

font-size: 1.1em;

float: center;

padding: 1em 8px;

color: #333;

background-color: #00bfff;

margin: 0;

-webkit-align-content: center;

align-content: center;

}

#content {

padding: 1em 8px;

}

#current a {

color: #ff0000;

}

#dddd {

color: red;

}

.active {

background-color: red;

}

Shree

Shree Property, Kolhapur

Home

href="../riteshproject/aboutus.php ">About US

href="# ">Contact US

LoginAdd PropertyLuxarious PropertyProperty For SaleOther

Services

Shree Shree Property

Shree Shree Property provides

leading property consultancy in Kolhapur

我需要设置只从左手边第一个主菜单的颜色。然后 我只需要改变选择的菜单背景 的颜色和whenver我转到其他菜单该菜单的颜色也需要改变 和以前在主页

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。