On Tue, Feb 14, 2012 at 1:32 AM, Carol Swinehart
<ckfswebdevelopm...@gmail.com> wrote:
> I have a fairly simply design with one main area and a pullout box that
> appears on the right. If I put h tags like h2 tag in the area on the left
> even if I have it set to float: left it forces all the text below the
> pullout box.
>
> If I set the text area to float left the h tags go below the text which is
> now positioned correctly to the left.
>
> I can not get the h tags to behave the way they are suppose to and want
> subtitles for my paragraphs.
>
> Any suggestions most appreciated.

Without seeing any code, it's difficult to give a good answer, but my best guess
is that you want to want to float both the h2 and the text area to the left and
also set clear:left on both.

I don't know how your "pullout box" is implemented, but I would usually
implement that kind of thing with absolute positioning so that it doesn't affect
other page elements when it's pulled out.

--
Vince Aggrippino
a.k.a. Ghodmode
http://www.ghodmode.com


>
> Carol F. Swinehart
> ckfswebdevelopm...@gmail.com
______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
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/

Reply via email to