Total members 10261 | Gratitudes |It is currently Tue May 22, 2012 3:44 pm Login / Join Codemiles


All times are UTC [ DST ]




Post new topic Reply to topic  Quick reply  [ 1 post ] 
Author Code Snippet
 Code subject: background-image Anchor in header links
PostPosted: Sat Dec 03, 2011 11:17 pm 
Offline
Mastermind
User avatar

Joined: Tue Mar 27, 2007 10:55 pm
Posts: 2279
Location: Earth
Has thanked: 39 time
Have thanks: 61 time

Anchor of links background images.

Code:
<html>
<
head>
<
title>background-image Anchor </title>
<
style rel="stylesheet" type="text/css">


#header {
  display: block;
  float: left;
  padding: 41px 0 0 0;
}

#header li {
  display: block;
  float: left;
  padding: 5px 30px 5px 5px;
}

#header a {
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: blue;
  text-decoration: none;
  padding: 0 15px 0 15px;
 
   
}
    
#header a:hover{
   text-decoration: underline;
     font-weight: normal;
}
#header a:visited {
      color: red;
      
} 
 

.header1 {
  background-image: url(site_logo.gif)
}

 


</style>
</
head>
<
body>
  <div id="header">
    <ul id="header">
      <li><a href="#" class="header1">Home</a></li>
      <li><a href="#" class="header1">Login</a></li>
      <li><a href="#" class="header1">Register</a></li>
    </ul>
     
  
</div>
</
body>

</
html>

 

_________________
Currenlty programming with : java , html , php , and javascript . (OCJP-6 certified )


TOP
 Profile Send private message  
Reply with quote  
Post new topic Reply to topic Quick reply  [ 1 post ] 
Quick reply


  

 Similar topics
 Image Insert in Excel File Using POI
 image processing
 Code to open multiple links.
 help me How do I load image from my pc to matlab
 Image compression
 JavaCV crop image
 X and Y background position
 gradient background color using CSS
 background attachments
 links CSS properties

All times are UTC [ DST ]


Users browsing similar codes

Users browsing this forum: No registered users and 1 guest



Jump to:  
Previous Code Snippet | Next Code Snippet 




Home
General Talks
Finished Projects
Code Library
Games
Tutorials

Java
C/C++
C-sharp
php
Script
JSP/Servlets
Ajax
ASP/ASP.net
Google SEO
Database
Communications
Phpbb3 styles
Photoshop tutorials
Flash tutorials
Find a job






Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
All copyrights reserved to codemiles.com 2007-2011
mileX v1.0 designed by codemiles team