Click here to Skip to main content
15,887,356 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: A good book to learn web services Pin
bleedingfingers27-Dec-10 23:19
bleedingfingers27-Dec-10 23:19 
QuestionHello Pin
willie1227-Dec-10 5:02
willie1227-Dec-10 5:02 
AnswerRe: Hello Pin
Richard MacCutchan27-Dec-10 7:30
mveRichard MacCutchan27-Dec-10 7:30 
AnswerRe: Hello Pin
PompeyBoy331-Dec-10 0:12
PompeyBoy331-Dec-10 0:12 
QuestionHow do I Close print dialog opened by JScript by JScript itself? Pin
krishnaraj4026-Dec-10 20:56
krishnaraj4026-Dec-10 20:56 
AnswerRe: How do I Close print dialog opened by JScript by JScript itself? Pin
Yusuf5-Jan-11 10:18
Yusuf5-Jan-11 10:18 
AnswerRe: How do I Close print dialog opened by JScript by JScript itself? Pin
shamly6-Jan-11 19:14
shamly6-Jan-11 19:14 
QuestionUnable to conrol space between nav bar and images Pin
raydona25-Dec-10 7:26
raydona25-Dec-10 7:26 
Hi,
Inside a div I have a horizontal navigation bar and some images, which are links, below the bar. I am unable to control the spacing between the images and the bar, i.e. I wish to move the images up, closer to the bottom of the bar, but am unable to do so. I have tried everything I could think of, margins, padding, etc. but nothing seems to be working. I wonder if anyone has any solutions? All help would be greatly appreciated.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <style type="text/css">
    body 
    { text-align: center;
      min-width: 1044px;
      margin: 0px;
      padding: 0px;
      font-family: arial;
    }
    #wrapper 
    { position: relative;
      text-align: left;
      width: 1044px;
      height: 100%;
      margin: 0px auto;
    }
    #top-header-block
    { width: 1010px;
      height: 170px;
      background-color: cyan;
    }
    ul#list-nav
    { list-style:none;
      clear: both;
      margin-top:12px;
      padding:0;
      width:1104px;
      float:left;
    }
    ul#list-nav li
    { display:inline
    }
    ul#list-nav li a
    { text-decoration:none;
      padding:5px 0px;
      width:100px;
      height: 3.20em;
      line-height: 3.20em;
      background: url(blue_square_A.jpg) #0d2474 bottom left repeat-x;
      color:#FFFFFF;
      float:left;
      text-align:center;
      border-left:1px solid #fff;
      font-size: 12px;
      font-weight: bold;
    }
    ul#list-nav li a.noBorder
    { border-left: 0;
    }
    ul#list-nav li a.widthA
    { width:90px;
    }
    ul#list-nav li a.widthB
    { width:72px;
    }
    ul#list-nav li a.widthC
    { width: 80px;
      background: #990000;
    }
    ul#list-nav li a.widthD
    { padding: 0px;
      background: #FF8C00;
      width: 80px;
      height: 48px;
    }
    ul#list-nav li a img.noBorder
    { border-style: none;
    }
    ul#list-nav li a:hover
    { text-decoration:none;
      background-color: #3333CC;
      color:#FFFFFF;
    }
    img.delivery
    { margin-left: 15px;
      float: left;
    }
    img.lorry
    { float: right;
      margin-right: 25px;
    }
  </style>
</head>
 
<body>
  <div id="wrapper"> 
    <div id="top-header-block">
    <ul id="list-nav">
      <li><a class="noBorder"
             href="#">****** ******</a></li>
      <li><a href="#">*** *******</a></li>
      <li><a href="#">*** ** *** **</a></li>
      <li><a href="#">***********</a></li>
      <li><a class="widthA"
             href="#">*********</a></li>
      <li><a href="#">*********</a></li>
      <li><a href="#">*************</a></li>
      <li><a class="widthB"
             href="#">****</a></li>
      <li><a class="widthC"
             href="#"
              onMouseOver="this.style.background='#DC143C'" 
               onMouseOut="this.style.background='#990000'">******</a></li>
      <li><a class="widthB"
             href="#">****</a></li>
      <li><a class="widthD"
             href="#"
              onMouseOver="this.style.background='#FF8C00'">
               <img class="noBorder" src=""
               alt="" width="73" height="44" /></a></li>
    </ul>
    <a href="#">
      <img class="delivery" src="" alt="" width="122" height="25"/>
    </a>
    <a href="#">
      <img class="delivery" src="" alt="" width="90" height="25"/>
    </a>
    <a href="#">
      <img class="delivery" src="" alt="" width="85" height="25"/>
    </a>
    <a href="#">
      <img class="delivery lorry" src="" alt="" width="288" height="25"/>
    </a>
  </div>
</div>

</body>

</html>

AnswerRe: Unable to conrol space between nav bar and images Pin
JOAT-MON27-Dec-10 19:13
JOAT-MON27-Dec-10 19:13 
QuestionHow does the "src" tag in javascript work? Pin
Tal Rasha's Guardianship17-Dec-10 18:20
Tal Rasha's Guardianship17-Dec-10 18:20 
AnswerRe: How does the "src" tag in javascript work? Pin
Graham Breach18-Dec-10 4:24
Graham Breach18-Dec-10 4:24 
QuestionThe Javascript variable under HTML reference questions:) [modified] Pin
hack00412-Dec-10 10:57
hack00412-Dec-10 10:57 
AnswerRe: The Javascript variable under HTML reference questions:) Pin
Jules VDV14-Dec-10 4:28
Jules VDV14-Dec-10 4:28 
GeneralRe: The Javascript variable under HTML reference questions:) Pin
hack00414-Dec-10 20:38
hack00414-Dec-10 20:38 
Questionhow to add item and notify item double-click of jquery sortable? Pin
Jun Jin Pyo7-Dec-10 22:44
Jun Jin Pyo7-Dec-10 22:44 
AnswerRe: how to add item and notify item double-click of jquery sortable? Pin
Jules VDV14-Dec-10 4:39
Jules VDV14-Dec-10 4:39 
GeneralRe: how to add item and notify item double-click of jquery sortable? Pin
Not Active14-Dec-10 4:45
mentorNot Active14-Dec-10 4:45 
GeneralRe: how to add item and notify item double-click of jquery sortable? Pin
Jules VDV14-Dec-10 4:59
Jules VDV14-Dec-10 4:59 
QuestionHttpException Path 'zGET' is forbidden. [modified] Pin
markymark826-Dec-10 23:29
markymark826-Dec-10 23:29 
AnswerRe: HttpException Path 'zGET' is forbidden. Pin
NeverHeardOfMe8-Dec-10 0:16
NeverHeardOfMe8-Dec-10 0:16 
GeneralRe: HttpException Path 'zGET' is forbidden. Pin
markymark829-Dec-10 4:59
markymark829-Dec-10 4:59 
AnswerRe: HttpException Path 'zGET' is forbidden. Pin
GenJerDan28-Dec-10 4:00
GenJerDan28-Dec-10 4:00 
GeneralRe: HttpException Path 'zGET' is forbidden. Pin
markymark823-Jan-11 22:21
markymark823-Jan-11 22:21 
QuestionCenter Site Pin
SortyZ5-Dec-10 8:27
SortyZ5-Dec-10 8:27 
AnswerRe: Center Site PinPopular
TweakBird24-Dec-10 1:39
TweakBird24-Dec-10 1:39 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.