• o4tuna

    (@o4tuna)


    While working on my site I noticed that when I resize the window width down to where the media query fires for the smart phone sizes, the link quit working. You can hover over them, but the cursor never changes. All the code is still there, but it’s like there is not a single <a href on the page. I can resize to the base and to a 1024 media query/css and it works fine. Any ideas?

Viewing 4 replies - 1 through 4 (of 4 total)
  • graphical_force

    (@graphical_force)

    Can you post a link to your site where we can see this happening?

    Thread Starter o4tuna

    (@o4tuna)

    graphical_force

    (@graphical_force)

    I noticed no issue when resizing to the size of a phone but I did when resizing to the size of maybe a tablet.

    Look at this css:

    @media only screen and (max-width: 863px) and (min-width: 651px)
    #right {
    margin: 0 auto;
    float: none;
    }

    If you remove that float, it seems to take care of the issue.

    Thread Starter o4tuna

    (@o4tuna)

    Yes, it did. Thanks for helping me out. It would have taken me forever to figure that one out.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Resizing window kills links. What's up with that?’ is closed to new replies.