Total members 11889 |It is currently Fri Mar 29, 2024 1:57 pm Login / Join Codemiles

Java

C/C++

PHP

C#

HTML

CSS

ASP

Javascript

JQuery

AJAX

XSD

Python

Matlab

R Scripts

Weka





Anchor div background position.
Code:
<html>
<
head>
<
title>Anchor background-position</title>
<
style rel="stylesheet" type="text/css">
#header {
  width: 800px;
  height: 300px;
  background-position: top right;
  background-image: url(site_logo.gif);
}

#sectionPart {
  float: left;
  margin: 50px 0 0 30px;
}

#sectionPart li {
  display: inline;
  line-height: 40px;
}

#sectionPart li a {
  background-color: green;
  background-position: top right;
  background-repeat: no-repeat;
  height: 40px;
  display: block;
  float: left;
  font-size: 13px;
  color: white;

}

</
style>
</
head>
<
body>
  <div id="header">
    <ul id="sectionPart" >
      <li><a href="#" >Fixed list element example!...</a></li>
       <li><a href="#" >Fixed list element example!...</a></li>
        <li><a href="#" >Fixed list element example!...</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 : setting div background position
 X and Y background position     -  
 Set position of background image in pixels     -  
 right bottom background image position     -  
 Change background position when mouse over     -  
 Setting a Cookie Value in php     -  
 Setting maximum height of paragraph -P tag     -  
 (3.0.4) Skymiles Setting Fixed WIDTH     -  
 Dynamically Setting and Accessing Variables     -  
 Toggle the Multi Monitor Setting in Windows XP     -  
 Mouse position in C++     -  



Topic Tags

HTML Div, 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