Forum Moderators: not2easy

Message Too Old, No Replies

CSS Mouseover Popup List help!

         

mat420

6:22 pm on Oct 19, 2010 (gmt 0)

10+ Year Member



hey everyone
[aciddr0p.net...]
if you put your mouse over the "more" buttons on the main page, I need a way...well i think the nicest way is to make it so all of the bottoms line up of the popup on mouseover, and as i type in more information, the box just gets bigger height wise, and doesnt drop below the tan colored (box?) behind it.

someone said try using javascript but idk what im doing with css or javascript, im just trying to edit this to exactly how i need it :\

help me out please!
thanks so much for even attempting.

Major_Payne

3:35 am on Oct 20, 2010 (gmt 0)



Seem lined up in Firefox. Lots of coding errors may be affecting what you see in the browser you are using.

78 Critical HTML Errors [validator.w3.org]

CSS Errors [jigsaw.w3.org]

Why Validate?: [validator.w3.org...]

mat420

4:15 am on Oct 20, 2010 (gmt 0)

10+ Year Member



i just opened it in firefox
the more BUTTONS line up
but the pop ups that more causes, dont line up with eachother (the three popups, that each go with a more button)
although i do need to fix the errors, there is a reason, or a way to get them to all line up how i want. any idea bro? thanks for ur input

mat420

11:48 pm on Oct 20, 2010 (gmt 0)

10+ Year Member



what do these mean btw
Line 115, Column 49: end tag for "param" omitted, but OMITTAG NO was specified

Line 115, Column 9: start tag was here
<param name="wmode" value="transparent">

wow nevermind i dont know how to fix any of these im going to look for a site that has "how to fix" also on error check

Major_Payne

8:19 am on Oct 21, 2010 (gmt 0)



If you are using an XHTML document type, all tags have to be closed. Those tags that did not have closing tags in HTML 4.01 need to have a space and the "/" symbol added to the end of the tag. Example:

"<br />"

"<param name="wmode" value="transparent" /> "

mat420

6:11 am on Oct 29, 2010 (gmt 0)

10+ Year Member



so wait what can i do? can i just get rid of all the /'s in the document that are in a <br> or param name, type code line?