OscarGuy
05-19-2012, 04:32 PM
This may not be exactly what they are called, but I recently had some people help me set up a CSS notation that would enable me to display an image to the right of a set of text when you hover over the text. This was done using div classes. The problem is that these are being housed within a line of text in the document that is encased in an <h4> tag.
It may not be the <h4> tag's fault as I think it's a DIV issue, but in essence, the DIV is causing extra lines after the </h4> tag closes than normal. Here's a link to a page with the specific issue:
http://www.cinemasight.com/this-day-in-oscar-history-may-17-3/
The first item for Jack Patrick is how it's supposed to display when there's no [Pictured] link. The third item down for Bob Merrill is how it's displaying with the [Pictured] hover div. Notice how the space under the name and [Pictured] has a taller set of blank space than the other? That's what I'm trying to eliminate. Is there something I add to cause the div not to add blank space beneath?
It may not be the <h4> tag's fault as I think it's a DIV issue, but in essence, the DIV is causing extra lines after the </h4> tag closes than normal. Here's a link to a page with the specific issue:
http://www.cinemasight.com/this-day-in-oscar-history-may-17-3/
The first item for Jack Patrick is how it's supposed to display when there's no [Pictured] link. The third item down for Bob Merrill is how it's displaying with the [Pictured] hover div. Notice how the space under the name and [Pictured] has a taller set of blank space than the other? That's what I'm trying to eliminate. Is there something I add to cause the div not to add blank space beneath?