Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS image link is too big… how do I make smaller?

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #23070
    jbope
    Participant

    My javascript link area is much bigger than the image itself. How do I make it just where the image is. The page is <www.bopedesign.com//photos.php> the link is in the header and says "Listen Now" . If you mouse over you will see that the link area extends up quite aways and to the left also. I am obviously doing something wrong but I can’t figure out how to do it differently. Thanks in advance.

    Code:
    /* Reset & Page Setup */
    * { margin: 0; padding: 0; }
    html { overflow-y: scroll; }
    body { font: 62.5% Helvetica, sans-serif;
    background: url(images/body-bg.jpg) top center no-repeat;
    background-attachment: fixed;
    background-position: 50% 15%;
    }

    ul { list-style: none inside; }
    p { font-size: 1.2em; line-height: 1.2em; margin-bottom: 1.2em; }
    a { outline: none; }
    a img { border: none; }
    /* End Reset */

    /* Floats and Clear */
    .floatleft { float: left; }
    .floatright { float: right; }
    .clear { clear: both; }
    /* End Floats and Clears */

    /* Sructure */
    #page-wrap {
    width: 840px;
    margin: 0 auto;
    background: url(images/content-bg.jpg) repeat-y;
    }

    #header {
    width: 840px;
    height: 216px;
    margin: 0 auto;
    background: url(images/header.jpg) center no-repeat;
    }

    #listen {
    height: 23px;
    width: 117px;
    padding: 165px 0px 0px 82px;
    background: url(images/listennowimage.jpg) bottom center no-repeat;
    }

    ul#nav {

    }
    ul#nav li {
    display: inline;
    }
    ul#nav li a {
    display: block;
    height: 42px;
    text-indent: -9999px;
    float: left;
    }
    ul#nav li.schedule a {
    width: 132px;
    background: url(images/schedule2.jpg) top center no-repeat;
    }
    ul#nav li.contact a {
    width: 79px;
    background: url(images/contact2.jpg) top center no-repeat;
    }
    ul#nav li.store a {
    width: 57px;
    background: url(images/store2.jpg) top center no-repeat;
    }
    ul#nav li.music a {
    width: 98px;
    background: url(images/music2.jpg) top center no-repeat;
    }
    ul#nav li.news a {
    width: 55px;
    background: url(images/news2.jpg) top center no-repeat;
    }
    ul#nav li.booking a {
    width: 127px;
    background: url(images/booking2.jpg) top center no-repeat;
    }
    ul#nav li.about a {
    width: 79px;
    background: url(images/about.jpg) top center no-repeat;
    }
    ul#nav li.support a {
    width: 71px;
    background: url(images/support.jpg) top center no-repeat;
    }
    ul#nav li.newsletter a {
    width: 142px;
    background: url(images/newsletter.jpg) top center no-repeat;
    }
    ul#nav li a:hover {
    background-position: bottom center;
    }

    /* ================================================================
    This copyright notice must be untouched at all times.

    The original version of this stylesheet and the associated (x)html
    is available at http://www.cssplay.co.uk/menu/lightbox.html
    Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
    This stylesheet and the associated (x)html may be modified in any
    way to fit your requirements.
    =================================================================== */
    /* common styling */

    a {color:#000;}
    a:hover {text-decoration:none;}
    a:visited {color:#000;}

    /* slides styling */

    .photo {width:635px; height:550px; text-align:left; position:relative; margin: 60px auto 20px auto;}

    .photo ul.topic {padding:0; margin:0; list-style:none; width:635px; height:auto; position:relative; z-index:10;}

    .photo ul.topic li {display:block; width:125px; height:31px; float:left;}
    .photo ul.topic li a.set {display:block; font-size:11px; width:124px; height:30px; text-align:center; line-height:30px; color:#000; text-decoration:none; border:1px solid #fff; border-width:1px 1px 0 0; background:#bbb; font-family:verdana, arial, sans-serif;}

    .photo ul.topic li a ul,
    .photo ul.topic li ul
    {display:none;}

    .photo ul.topic li.active a
    {color:#000; background:#bbb;}

    .photo ul.topic li a:hover,
    .photo ul.topic li:hover a
    {color:#fff; background:#aaa;}

    .photo ul.topic li.active ul
    {display:block; position:absolute; left:0; top:31px; list-style:none; padding:0; margin:0; height:375px; background:#ddd; width:464px; padding:40px 60px; border:20px solid #bbb; z-index:1;}

    .photo ul.topic li a:hover ul,
    .photo ul.topic li:hover ul
    {display:block; position:absolute; left:0; top:31px; list-style:none; padding:0; margin:0; height:375px; background:#ddd; width:464px; padding:40px 60px; border:20px solid #aaa; z-index:100;}

    .photo ul.topic li ul li
    {display:inline; width:112px; height:87px; float:left; border:1px solid #fff; margin:1px;}

    .photo ul.topic li ul li a
    {display:block; width:110px; height:85px; cursor:default; float:left; text-decoration:none; background:#444; border:1px solid #888;}

    .photo ul.topic li ul li a img
    {display:block; width:100px; height:75px; border:5px solid #eee;}

    .photo ul.topic li a:hover ul li a:hover,
    .photo ul.topic li:hover ul li a:hover
    {white-space:normal; position:relative;}

    .photo ul.topic li a:hover ul li a:hover img,
    .photo ul.topic li:hover ul li a:hover img
    {position:absolute; left:-50px; top:-32px; width:200px; height:150px; border-color:#fff;}
    /* End Structure */

    p.footertext {
    padding: 25px 0px 0px 80px;
    color: #999999;
    }

    p.footertext span {
    padding: 0px 0px 0px 200px;
    }

    p.footertext span a {
    color: #996633;
    text-decoration: none;
    }

    p.footertext span a:hover {
    color: #999999;
    text-decoration: none;
    }

    #footer {
    width: 840px;
    height: 71px;
    margin: 0 auto;
    background: url(images/footer-bg.jpg);
    }

    #49105
    jbope
    Participant

    Thanks. Of course it worked great. And I now understand more about how to do it next time. Again thanks.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.