Results 1 to 3 of 3

Thread: rollover buttons showing up very small

  1. #1
    Join Date
    Apr 2008
    Posts
    8
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default rollover buttons showing up very small

    http://profile.myspace.com/index.cfm...endid=46458831


    if u look in the friends section in the middle theres a small blue rollover button coded with css, i dont know why its showing up so small i have height in width tags in bolth the css and the actual codeing of it any ideas?

  2. #2
    Join Date
    Apr 2008
    Posts
    8
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    here the code i did for my button if it helps


    .button {
    background: url('http://img525.imageshack.us/img525/4984/paigehn0.jpg');
    width:138px;
    height:178px;
    }
    .button:hover {
    background: url('http://img175.imageshack.us/img175/2/paigegmw3.gif');
    width:138px;
    height:178px;
    }


    and heres the html

    <a href="http://www.msplinks.com/MDFodHRwOi8vd3d3Lm15c3BhY2UuY29tL2NhcHRhaW5zdGlja3k=" class="button" width="139" height="178">

  3. #3
    Join Date
    Mar 2007
    Location
    Currently: New York/Philadelphia
    Posts
    2,735
    Thanks
    3
    Thanked 519 Times in 507 Posts

    Default

    I guess you changed your page because I don't see you using the button class on any of your links.

    A quick glance though shows that you have multiple style blocks within the body of page. CSS HAS to be in the <head> and within a single set of <style></style> tags.

  4. The Following User Says Thank You to Medyman For This Useful Post:

    fresh83 (04-15-2008)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •