Forums

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

Home Forums CSS Trouble getting sized pop to work from inside

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #253302
    danlederer
    Participant

    Hi,
    the following works great by itself:

    click to open popup

    But in the following context,, a new window is spawned but not sized

     <li>
    <a href="selfrespect.html" target="popup">click to open popup</a>
             </li>
    

    What am I missing? Thanks!!

    #253304
    Paulie_D
    Member

    The link you gave is a 404 and you haven’t provided a working demo to show the problem.

    If you can recreate it in Codepen.io we might be able to help.

    #253305
    Beverleyh
    Participant

    Is the link supposed to go to a demo?

    I think you’ll need to clarify what it is you’re trying to do and what part the “popup” class plays. I’m guessing that it’s part of some JavaScript that creates a custom popup/modal? As it stands, the markup is just standard HTML doing exactly what’s its supposed to do.

    To be clear, please provide a demo in something like CodePen, and explain both the undesirable and desirable behaviour so we understand more about what you’re trying to do (and what you’ve already tried).

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