[css-d] Text positioning in FF and Chrome - They go opposite ways

2012-02-13 Thread Andrew C. Johnston
Hi All, wonder if I can tap into the wetware database with a question. I have a lot of teaser boxes that entice users to click on them, with text in the boxes. Nothing shaking or flashing or anything (yet).  Due to my design's limitations (or my own) I need to keep this box fairly short, I guess

Re: [css-d] h tag and float problem

2012-02-13 Thread Ghodmode
On Tue, Feb 14, 2012 at 1:32 AM, Carol Swinehart 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. > > I

[css-d] h tag and float problem

2012-02-13 Thread Carol Swinehart
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 whi

[css-d] html5shiv problem

2012-02-13 Thread Ellen Herzfeld
Hello, According to https://code.google.com/p/html5shiv/, the script enables printing html5 elements in IE < 9. What I find is that if I use the script hosted on googlcode.com, it works fine for the screen but doesn't work for printing. However, if I download the source from https://code.googl

Re: [css-d] Text flow around a DIV containing absolutely positioned items

2012-02-13 Thread Tim Dawson
On 13/02/2012 15:02, Tim Arnold wrote: On Mon, Feb 13, 2012 at 9:50 AM, Tim Dawson wrote: http://www.webadit.co.uk/test/templates/partialsolution.html Is there any other way I can achieve both objectives, preferably without resorting to absolutely positioning everything ? Try taking the "o

Re: [css-d] Text flow around a DIV containing absolutely positioned items

2012-02-13 Thread Tim Arnold
On Mon, Feb 13, 2012 at 9:50 AM, Tim Dawson wrote: > http://www.webadit.co.uk/test/templates/partialsolution.html > > Is there any other way I can achieve both objectives, preferably without > resorting to absolutely positioning everything ? > Try taking the "overflow: hidden;" off of the tag a

[css-d] Text flow around a DIV containing absolutely positioned items

2012-02-13 Thread Tim Dawson
I am trying to position four images in a 2x2 formation on the right of a page, and have paragraph text on their left and then flowing below the images. In the first example the images are just contained in a right-floated DIV. The text flow is OK, but the image placing is wrong. http://www.web