• 0

[Help] Webpage, expandable "box" on hover?


Question

7 answers to this question

Recommended Posts

  • 0

You could always use javascript and change the display css property for the box when you hover over it

I know very little, and definitely have no knowledge of javascript and limited CSS, think you could provide an example? I am trying to sift through their code to understand how it works, failing.

  • 0

very easy with CSS, here's the pseudo-code (two alternatives)


#1: parent is shown, child is what shows up on hover (works with any element, including lists)


<parent>
<child></child>
</parent>


child {
display:none; #hides it by default
}

parent:hover child {
display:block; #display child when parent is hovered
}

# you can add animation with css 3 transitions, google it
[/CODE]

[CODE]
#2: expand a single element

<element></element>

element {
height:100px; # some arbitrary property
overflow:hidden; # possibly hide the overflow, which will allow you to put more content in the element than the collapsed form can fit, and will show up when the element expands on hover
}

element:hover {
height:200px; # a new value for that property when you hover on it
}

# you can add animation same as above.
[/CODE]

  • 0

very easy with CSS, here's the pseudo-code (two alternatives)


#1: parent is shown, child is what shows up on hover (works with any element, including lists)


<parent>
<child></child>
</parent>


child {
display:none; #hides it by default
}

parent:hover child {
display:block; #display child when parent is hovered
}

# you can add animation with css 3 transitions, google it
[/CODE]

[CODE]
#2: expand a single element

<element></element>

element {
height:100px; # some arbitrary property
overflow:hidden; # possibly hide the overflow, which will allow you to put more content in the element than the collapsed form can fit, and will show up when the element expands on hover
}

element:hover {
height:200px; # a new value for that property when you hover on it
}

# you can add animation same as above.
[/CODE]

Wow, see this (I think) is what I am looking for, however, where do I place this? Header or body? or different parts in different spots? I am very unskilled, and apologize if I come across as stupid!? :/ Could I get actual, non pseudo-code or would this work plugged into the proper spots?

  • 0

BUMP, re-interested in doing this for personal use, I really just want my own little webpage and these boxes with that sort of functionality is the only thing I need before I even bother with everything else. Can anyone just please code it for me (working just like their webpage)? It would be so greatly appreciated. Been working with the pseudocodes previously posted and I know, I know, it probably is simple but I cannot get it:

- I do not know where to place the code

+ Header?

+ within CSS?

+ within body?

- is there java/jquery? (difference?)

- html5?

Basically if you can replicate exactly what theirs is, where all I have to do is place it in a 'div'(?) and move it where I want it, replacing your sample text with mine that would be fantastic - clearly no rush as this is strictly personal use and the topics 4 months old haha

  • 0

BUMP, re-interested in doing this for personal use, I really just want my own little webpage and these boxes with that sort of functionality is the only thing I need before I even bother with everything else. Can anyone just please code it for me (working just like their webpage)? It would be so greatly appreciated. Been working with the pseudocodes previously posted and I know, I know, it probably is simple but I cannot get it:

- I do not know where to place the code

+ Header?

+ within CSS?

+ within body?

- is there java/jquery? (difference?)

- html5?

Basically if you can replicate exactly what theirs is, where all I have to do is place it in a 'div'(?) and move it where I want it, replacing your sample text with mine that would be fantastic - clearly no rush as this is strictly personal use and the topics 4 months old haha

He's given you some CSS. Place the CSS inside this (which goes in the <head>):


<style type="text/css">
// PUT IN HERE
</style>
[/CODE]

Now are you using a single element? If so use the second method. It cuts the height of the element short and hides whatever overflows. When the element is hovered over it is expanded to its full height.

Replace where he said 'element' witch your selector. E.g. if it's a div with an id of banana:

[CODE]#banana[/CODE]

but if it is a div with a class of apple:

[CODE].apple[/CODE]

The first method works by completely hiding the child but showing it when the parent element is hovered over. To be honest this will involve some unnecessary markup. I would use something similar but with a definition list and expanding the description when the title is hovered over. This would require some sibling selectors or even javascript. But this seems above your level so stick with method #2.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • My son is in Monaco right now, and I was checking his location in Apple's Find My app. I noticed that Prince Albert's Palace was blurred out on the satellite imagery in both Find My and Apple Maps. I checked Google Maps, and the palace wasn't blurred there. Does Apple have some kind of process where property owners can request that their homes be blurred on Apple Maps?  
    • No, it was THAT ugly and I’d rather forget it completely existed.
    • There is a lot of reasons not to use Edge but faster fixes and security updates is not one of them.
    • Can't reproduce. I installed Edge, went to neowin.net > accepted the cookie consent > used menu to go to forums, everything loads and I can browse around the forums. If you can't interact with the dialog on the forums for some reason, go to the main site and accept the cookie consent there? It is true that the site will not function properly until the cookie consent is accepted or rejected,. it's a legal requirement and I also know that certain VPN/ad blockers block it, which is a user related issue and not a neowin.net problem.   This is not our cookie consent dialog. Gotta love browser hijacking... /s Edit: this may be what Californians see, I will confirm with our consent provider.
    • Google Chrome 149.0.7827.115 (offline installer) by Razvan Serea The web browser is arguably the most important piece of software on your computer. You spend much of your time online inside a browser: when you search, chat, email, shop, bank, read the news, and watch videos online, you often do all this using a browser. Google Chrome is a browser that combines a minimal design with sophisticated technology to make the web faster, safer, and easier. Use one box for everything--type in the address bar and get suggestions for both search and Web pages. Thumbnails of your top sites let you access your favorite pages instantly with lightning speed from any new tab. Desktop shortcuts allow you to launch your favorite Web apps straight from your desktop. Chrome has many useful features built in, including automatic full-page translation and access to thousands of apps, extensions, and themes from the Chrome Web Store. Google Chrome is one of the best solutions for Internet browsing giving you high level of security, speed and great features. Important to know! The offline installer links do not include the automatic update feature. Download web installer: Google Chrome Web 32-bit | Google Chrome 64-bit | Freeware Download: Google Chrome Offline Installer 64-bit | Direct Link | 131.0 MB Download: Google Chrome Offline Installer 32-bit | Direct Link | 119.0 MB Download page: Google Chrome Portable Download: Chrome ARM64 | Direct Link View: Chrome Website | Release Notes Get alerted to all of our Software updates on Twitter at @NeowinSoftware
  • Recent Achievements

    • One Month Later
      Clizby earned a badge
      One Month Later
    • One Month Later
      Timaximus earned a badge
      One Month Later
    • Week One Done
      Timaximus earned a badge
      Week One Done
    • Rookie
      FBSPL went up a rank
      Rookie
    • First Post
      davidbazooked earned a badge
      First Post
  • Popular Contributors

    1. 1
      +primortal
      491
    2. 2
      PsYcHoKiLLa
      170
    3. 3
      +Edouard
      164
    4. 4
      Steven P.
      85
    5. 5
      ATLien_0
      76
  • Tell a friend

    Love Neowin? Tell a friend!