Search:
Type: Posts; User: metropolitica
Search :
Search took 0.01 seconds.
Quick fix: In the code view, place a
<br/> after the image tag.
or
Easy patch: Within the image tag, place
align="top"
or
Okay, so it ended up being the border on the ".accordion dd". I dunno why, but everything is fine without it. I had put it there to properly separate an open accordion item with the closed one...
I've realized the problem is with the CSS. Once I have the final CSS, I'll post it here as [resolved].
As stated in the thread title, my JS accordion items will not re-open after closing.
You can view it here.
XHTML item sample:
<div id="accordion">
<dl class="accordion" id="slider">
...on a page that displays content that scales to browser size, using Javascript?
For example, if the following is my XHTML Strict:
<div class="box">
<div class="display">
...