On 2/07/2009, at 3:52 PM, JR Heard wrote: > Hi all, > > On every browser and every machine I've tried, there's an extra bit of > padding after the last item in the <ul> on the right side of > http://himom.jrheard.com . I can't for the life of me figure out what > it is - poking at it with Firebug indicates that the <ul> is correctly > sized and positioned, but that the padding does exist within its > parent <div>, and I just don't know why. This has been going on since > before the fancy JavaScript scrolling behavior, so I'm pretty sure > it's not that, but it *may* have something to do with opentape, which > I'm using here to power the tape in question. Any ideas? >
Well it is something that javascript is doing because disabling javascript makes it go away. The #openplayer object is taking up the space. Set it to position: absolute to take it out of the document flow. ______________________________________________________________________ css-discuss [[email protected]] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
