Click to See Complete Forum and Search --> : [RESOLVED] display:none html stuff


Toadums
07-10-2009, 02:15 PM
I know this isnt php..but Im having no luck on any other forums, and you guys are always great :D

So...when I set a style to display:none; in html/css, it just leaves a blank space where (what ever I am hiding) should be...

here is a link to my site..you can see the tree view...all the titles you can see SHOULD be in line with each other

http://pdem.info/Standards/testTreeview.php

so yeah...how do I get rid of the blank space left in place of what i am hiding?

thanks!

gah..it was because I had the &nbsp; outside of the hiddel label >.< stupid me! its too early to be working lol..

$toReturn = "&nbsp;&nbsp;<label style=\"cursor:pointer;font-size:9pt; display:none;\" id=\"$nodeID\">$space<input type=\"checkbox\" class\"smallCheck\" name=\"$nodeID\">$toReturn<br /></label>"; like that

bradgrafelman
07-10-2009, 11:08 PM
So did you get everything resolved? If so, don't forget to mark this thread resolved.

Toadums
07-11-2009, 01:59 AM
oops, sorry. yup!!

thanks for checking :P