Re: [css-d] Basic formatting question

2010-06-13 Thread David Hucklesby
On 6/13/10 5:17 PM, David Laakso wrote: > John Dick wrote: >> I have the following style in my CSS: >> [code snipped and amended below] >> >> Now if I view this in browsers (IE8, FF 3.6.3), the text isn't vertically >> aligned. ... >> >> Thank you in advance for any advise on this. >> Here is ano

Re: [css-d] Basic formatting question

2010-06-13 Thread Thierry Koblentz
Hi David, > > The basic html is: > > > > > > Our business is tax. > > > > > > Now if I view this in browsers (IE8, FF 3.6.3), the text isn't > vertically aligned. However, if I put the text within tags (like: > Our business is tax. the text appears to be vertically aligned. > Changing the fo

Re: [css-d] Basic formatting question

2010-06-13 Thread David Laakso
John Dick wrote: > I have the following style in my CSS: > > body { > margin: 0; > padding: 0; > border: 0; > } > #ad { > width: 275px; > height: 275px; > margin-top: 0; > margin-bottom: auto; > border: 5px black double; > background-color: red; >

Re: [css-d] Basic formatting question

2010-06-13 Thread Thierry Koblentz
> I have the following style in my CSS: > > body { > margin: 0; > padding: 0; > border: 0; > } > #ad { > width: 275px; > height: 275px; > margin-top: 0; > margin-bottom: auto; > border: 5px black double; > background-color: red; > text-align: center; > v

Re: [css-d] Basic formatting question

2010-06-13 Thread Chris F.A. Johnson
On Sun, 13 Jun 2010, John Dick wrote: > > I have the following style in my CSS: > > body { > margin: 0; > padding: 0; > border: 0; > } > #ad { > width: 275px; > height: 275px; > margin-top: 0; > margin-bottom: auto; > border: 5px black double; > ba

[css-d] Basic formatting question

2010-06-13 Thread John Dick
I have the following style in my CSS: body { margin: 0; padding: 0; border: 0; } #ad { width: 275px; height: 275px; margin-top: 0; margin-bottom: auto; border: 5px black double; background-color: red; text-align: center; vertical-align: mi

Re: [css-d] Pure CSS fisheye menu with icons: a demo

2010-06-13 Thread Thierry Koblentz
Hi Gabriele, > I'm pretty inspired this time: > > http://onwebdev.blogspot.com/2010/06/pure-css-fisheye-menu-with- > icons.html > > I didn't test it in IE before publishing it, though. Well, IE has its > height: 100%, but I'm not sure that > a#id:hover will work... thanks for your attention! bye

Re: [css-d] css won't show in chrome, IEX

2010-06-13 Thread Thierry Koblentz
> I made a site with a js which substitues css for different resolutions. > But, IEX and Chrome won't show any css at all: > http://kunstomhetlijf.nl/fileadmin/template/2010/index.html > whilst firefox does show the css. > Anyone know why? David is right, it's the script. Try these two lines: if

Re: [css-d] css won't show in chrome, IEX

2010-06-13 Thread David Laakso
Thijs Hakkenberg wrote: > I made a site with a js which substitues css for different resolutions. > But, IEX and Chrome won't show any css at all: > http://kunstomhetlijf.nl/fileadmin/template/2010/index.html > whilst firefox does show the css. > Anyone know why? > Thijs, I will be the first

Re: [css-d] Pure CSS fisheye menu with icons: a demo

2010-06-13 Thread Claude Needham
> Claude, there is a link Gabriele's live "demo" page. > I think you just didn't see it... > > Best, > ~d Right you are. Sitting there in plain sight for all to see. Thanks for pointing the way to it. It is a nice effect.

Re: [css-d] Table cell padding

2010-06-13 Thread Jukka K. Korpela
bho...@aol.com wrote: > I'm waving the white flag here. I'm trying to create an html table > using css attributes, and regardless of what I'm trying, I can't get > rid of the cellpadding. Did you try setting the padding of cells to zero? > Shouldn't this work? > table{ > padding:0px; > } No, i

[css-d] Table cell padding

2010-06-13 Thread BHomis
I'm waving the white flag here. I'm trying to create an html table using css attributes, and regardless of what I'm trying, I can't get rid of the cellpadding. Shouldn't this work? table{ padding:0px; } bhomis __ css-discus

[css-d] css won't show in chrome, IEX

2010-06-13 Thread Thijs Hakkenberg
I made a site with a js which substitues css for different resolutions. But, IEX and Chrome won't show any css at all: http://kunstomhetlijf.nl/fileadmin/template/2010/index.html whilst firefox does show the css. Anyone know why? _

Re: [css-d] Pure CSS fisheye menu with icons: a demo

2010-06-13 Thread David Laakso
Claude Needham wrote: > > It is most helpful having a live demo of the effect. > That is something I missed with the first post in this thread. It is > so convenient having a live page. > > Claude > Claude, there is a link Gabriele's live "demo" page. I think you just didn't see it...

Re: [css-d] Pure CSS fisheye menu with icons: a demo

2010-06-13 Thread Claude Needham
> Why not use image replacement? Granted they would be larger images, > but that way you load and deal with only one image per menu item. > > Here's an example: > > http://webbytedd.com/bb/replace-image2/ > > Cheers, > > tedd It is most helpful having a live demo of the effect. That is something I

Re: [css-d] Pure CSS fisheye menu with icons: a demo

2010-06-13 Thread tedd
At 12:00 PM +0200 6/13/10, Gabriele Romanato wrote: >Hi all! >I'm pretty inspired this time: > >http://onwebdev.blogspot.com/2010/06/pure-css-fisheye-menu-with-icons.html > >I didn't test it in IE before publishing it, though. Well, IE has its >height: 100%, but I'm not sure that >a#id:hover will

Re: [css-d] Pure CSS fisheye menu with icons: a demo

2010-06-13 Thread David Laakso
Gabriele Romanato wrote: > Hi all! > I'm pretty inspired this time: > > http://onwebdev.blogspot.com/2010/06/pure-css-fisheye-menu-with-icons.html > > I didn't test it in IE before publishing it, though. Well, IE has its > height: 100%, but I'm not sure that > a#id:hover will work... thanks for y

[css-d] Pure CSS fisheye menu with icons: a demo

2010-06-13 Thread Gabriele Romanato
Hi all! I'm pretty inspired this time: http://onwebdev.blogspot.com/2010/06/pure-css-fisheye-menu-with-icons.html I didn't test it in IE before publishing it, though. Well, IE has its height: 100%, but I'm not sure that a#id:hover will work... thanks for your attention! bye :-) Gabriele http

Re: [css-d] Fwd: Re: Making sure my container turned out

2010-06-13 Thread Peter Bradley
Ar 13/06/10 02:46, ysgrifennodd Thierry Koblentz : > I believe the offset of relatively positioned elements is done in regard to > their position in the normal flow, *not* in relation to a ancestor. They are > *very* different from absolutely positioned elements. They can overlap > surrounding boxe