Re: [css-d] Very simple display of images (should be)

2009-10-20 Thread E Michael Brandt
Good to hear. Thanks. -- E. Michael Brandt www.divahtml.com www.divahtml.com/products/scripts_dreamweaver_extensions.php Standards-compliant scripts and Dreamweaver Extensions www.valleywebdesigns.com/vwd_Vdw.asp JustSo PictureWindow JustSo PhotoAlbum, et alia -- Norman Fournier wrote: > H

Re: [css-d] IE6 Layout Issues

2009-10-20 Thread Rahul Gonsalves
On 20-Oct-2009, at 12:10 PM, David Laakso wrote: > Rahul Gonsalves wrote: >> I have some issues with IE6, on two pages of this website: >> >> Home page: http://uncrpdindia.org/ > > > I could not cope with even looking at the inside page at 2:40a. :). > Try this stuff for the index. > > body#inde

Re: [css-d] IE6 Layout Issues

2009-10-20 Thread David McGlone
On Tuesday 20 October 2009 00:43:40 Rahul Gonsalves wrote: > Hi All, > > Many thanks to David Laakso, who managed to help sort out the jumping > content bug that I posted about on the weekend. > > I have some issues with IE6, on two pages of this website: On opera in the top right corner there is

Re: [css-d] IE6 Layout Issues

2009-10-20 Thread David Laakso
Rahul Gonsalves wrote: > I have some issues with IE6, on two pages of this website: > > Home page: http://uncrpdindia.org/ > Inside Page: http://uncrpdindia.org/about/text/ > > Apologies, but the webpage is password protected. Use the folowing to > log in: > > User: ncpedp > Pass: 11092009 > > Th

Re: [css-d] Very simple display of images (should be)

2009-10-20 Thread Val Dobson
The p tag should only be used for styling text. For a block of images, try using an unordered list within a div, using css to style all the tags: .. caption caption Using H tags automatically puts the caption on another line. Val 2009/10/20 : > Apparently, I cannot have ... tags within.

Re: [css-d] Very simple display of images (should be)

2009-10-20 Thread E Michael Brandt
This might help: http://divahtml.com/articles-tutorials/image_gallery/thumbnails_and_captions.php -- E. Michael Brandt www.divahtml.com www.divahtml.com/products/scripts_dreamweaver_extensions.php Standards-compliant scripts and Dreamweaver Extensions www.valleywebdesigns.com/vwd_Vdw.asp JustS

Re: [css-d] Very simple display of images (should be)

2009-10-20 Thread bruce . somers
Apparently, I cannot have ... tags within... tags, as in second batch, part 1 Dom Rich and Brendan How then, can I keep the captions together with the photos? Bruce __ css-discuss [cs...@lists.css-discuss.org] http://www.css-di

Re: [css-d] Nav element is dropped in IE

2009-10-20 Thread Wade Smart
G. Sørtun wrote: > Wade Smart wrote: >> My friend called about her web site having an issue. >> She said a button has dropped. >> >> http://www.bartlesvillehomefinder.net/ > > Zero out default margins and paddings on the ul... > > ul {padding: 0; margin: 0;} > > > regards > Georg Thanks