Forums

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

Home Forums CSS Can’t click on my link.. Why?

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #43307
    djrolstad
    Participant

    http://stonecreeklandscapingllc.com/

    When I try to click on my find us on facebook image it doesn’t go to my facebook page..

    #127780
    djrolstad
    Participant

    Trying it out on Windows XP latest version of Chrome

    #127807
    pixelgrid
    Participant

    you have to increase the height of the span container where your facebooklogo class is

    setting no height for the span.number would be the best also height from 120 seems ok but pushes the content below

    .number {
    float: right;
    margin-top: 20px;
    width: 162px;
    }
    Or

    .number {
    float: right;
    margin-top: 20px;
    height: 120px;
    width: 162px;
    }

    makes the whole image clickable

    #127817
    sumitweb
    Participant

    You have to add this property on you class

    .menu-menu-container{clear:both;}

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