build a sample navigation Sprite in css ?
index.html
<!DOCTYPE html>
<html>
<head>
<style>
#navigation {
position: relative;
}
#navigation li {
margin: 0;
padding: 0;
list-style: none;
position: absolute;
top: 0;
}
#navigation li, #navigation a {
height: 44px;
display: block;
}
#first {
left: 0px;
width: 46px;
background: url('img.gif') 0 0;
}
#second {
left: 63px;
width: 43px;
background: url('img1.gif') -47px 0;
}
#third {
left: 129px;
width: 43px;
background: url('img2.gif') -91px 0;
}
</style>
</head>
<body>
<ul id="navigation">
<li id="first"><a
href="www.google.com"></a></li>
<li id="second"><a
href="www.google.com"></a></li>
<li id="third"><a
href="www.google.com"></a></li>
</ul>
</body>
</html>
Output:

CSS style rules tell the browser How to control the navigation of pages Where page links should be placed To ignore comments How some part of the web page is to be displayed
I am writing an html site and need help with dropdown navigation bars. The navigation bar should have dropdown menus to navigate around the site to different pages. The issue is that it cannot use div elements and while it can use javascript it would be highly preferred it did not. The home page is in its own directory as well as the css has its own directory and the web pages have their own directory. The navigation bar should...
I am writing an html site and need help with dropdown navigation bars. The navigation bar should have dropdown menus to navigate around the site to different pages. The issue is that it cannot use <div> and while it can use javascript it would be highly preferred it did not. The navigation bar should also point to an outside css file if possible.
Remember to include: A consistent design and color scheme An external CSS document to control these aspects CSS applied to a single page Use of inline styles A consistent navigation between parts of your site A minimum of 5-8 pages At least three external hyperlinks An email link with the subject filled in A form (it does NOT have to connect to a database because that is beyond the scope of this class) Properly placed images on at least three...
Class project: personal portfolio website Requirements: - The Website should have a Navigation Bar at the top with the following links: o Home o About o Contact o Education Background o Talents, Skills and Expertise o Hobbies o Image Gallery (Personal Images) Notes: - Zip all the files (html, css and images) plese anyone can do this this portfolio is all about to make a website and add all the information
Please build a web page in HTML/css that does the following: The Home Page: It should be a welcome page with options to buy sell or trade. The Buy Page: You should be asked "What book are you trying to buy?" and be able to enter a book name After pressing enter you should see a list of books that fell under what you searched. The Sell Page: You should be asked "What book are you trying to sell?" and...
define patient navigation and describe the role of the medical assitant as a patient navigation.
How does network navigation differ from other forms of navigation?
among the three different ways to link CSS specifications to an HTML document (inline CSS, document CSS, external CSS), which prefered method and why?
web programming (html & css)
Parking lot design using html & css.