Total members 11889 |It is currently Tue Mar 19, 2024 5:22 am Login / Join Codemiles

Java

C/C++

PHP

C#

HTML

CSS

ASP

Javascript

JQuery

AJAX

XSD

Python

Matlab

R Scripts

Weka





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>

 




_________________
M. S. Rakha, Ph.D.
Queen's University
Canada


Author:
Mastermind
User avatar Posts: 2715
Have thanks: 74 time
Post new topic Reply to topic  [ 1 post ] 

  Related Posts  to : background-image Anchor in header links
 How to add links in header ? (mile100style)     -  
 Move image in front of a background image     -  
 Many links for the one image     -  
 No repeated background image     -  
 Set position of background image in pixels     -  
 Hide the background image by one click     -  
 right bottom background image position     -  
 Repeat background image on x axis     -  
 Repeat background image on y axis     -  
 Table background image problem     -  



Topic Tags

CSS Background
cron





Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
All copyrights reserved to codemiles.com 2007-2011
mileX v1.0 designed by codemiles team
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com