I see the problem. The premise of these read more’s (as I understood
it) was that you wanted to have an intro to each topic, and then a
click to expand the rest of that topic discussion:
###Osteoporosis
Brief introduction to the topic here, and here, and here.
read more…
###Menopause
Brief introduction to the topic here, and here, and here
read more…
Looking at your page, there seems to be a mixture of table-based and
DIV-based layout. Nothing wrong with tables, but the only way that the
effect will work as written is if all of the disclosed elements have a
single common parent. In my very quick test here, I used this structure:
DIV (undefined height)
P (intro paragraph)
DIV (class=disclose) (undefined height)
P (further info)
P (further info)
P (further info)
/DIV
P (intro paragraph)
DIV (class=disclose) (undefined height)
P (further info)
P (further info)
/DIV
P (intro paragraph)
DIV (class=disclose) (undefined height)
P (further info)
P (further info)
P (further info)
/DIV
/DIV
Now you could substitute the outer DIV with a TD, as you would find in
your table-based layout. But all of the inner content should be nested
into a single HTML box on your page. This will also fix the problem
you’re having with the footer crashing into the bottom-most read
more… link.
The content you have on your page is good, and using this trick will
make the page appear approachable to a casual visitor, while allowing
the more motivated reader to drill down – all with the entire content
remaining in the page for SEO reasons.
Keep fiddling with the page structure, and I’m sure you’ll get it to
work. Try to do less – I often find that when I over-think things,
I’m just making the problem harder to solve.
Walter
On Feb 22, 2011, at 10:53 AM, Julie Maxwell Allen wrote:
Ok, it is working - wonderful and so simple
Thank you
but I have one question… it is giving a read more to an above
paragraph (different HTML box) and hiding the rest.
freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options