Re: [css-d] IE Floating problem

2009-03-07 Thread Ib Jensen
2009/3/7 Alan Gresley a...@css-class.com: Alan Gresley wrote: Ib Jensen wrote: Link: http://ikjensen.dk/test/  (repaired) I forgot to mention about the float drop in IE6 due to it's quirky handling of percentages. The fix is changing the width. .subcolumns {  width: 99%; /* Change to

Re: [css-d] IE Floating problem

2009-03-07 Thread Ib Jensen
2009/3/7 Ib Jensen ibkjen...@gmail.com: 2009/3/7 Alan Gresley a...@css-class.com: Alan Gresley wrote: Ib Jensen wrote: .subcolumns {  width: 99%; /* Change to keep IE6 happy */  overflow:hidden;  } This wasn't nescessary to adjust, ( I think ). But always nice to know. Link:

Re: [css-d] css, in place of javascript

2009-03-07 Thread David Laakso
karla pringle wrote: Hello, I am rebuilding a very basic image gallery, http://www.niagara-galleries.com.au/artists/imagno.html Some links you may find helpful? http://www.tjkdesign.com/articles/thumbnail_and_caption/gallery_of_thumbnails.asp

Re: [css-d] css, in place of javascript

2009-03-07 Thread karla pringle
HI Thanks for this, although the layout of the gallery isn't the problem, Im using tables for another purpose. What I really wanted to know was, Is there a way to rollover an image and have text elsewhere on the page apply a hover attribute. for example I mouse over an image on the page and

Re: [css-d] css, in place of javascript

2009-03-07 Thread Gunlaug Sørtun
karla pringle wrote: What I really wanted to know was, Is there a way to rollover an image and have text elsewhere on the page apply a hover attribute. An image, no... for example I mouse over an image on the page and the text below is highlighted. ...but it can be simulated visually by

Re: [css-d] Element alignment.

2009-03-07 Thread bruce . somers
bruce.som...@web.de wrote: Again at http://www.maireadnesbitt.com/initial.html - how can the borders on leftcontent and rightcontent extend out the bottom of the window? Els el...@tiscali.nl replied: rightcontent: height: 100%; border: 4px double black; 100% plus 4px is more than 100%.

Re: [css-d] Element alignment.

2009-03-07 Thread Els
bruce.som...@web.de wrote on Saturday, March 7, 2009: Yes, it wouldn't make much sense to have the menu scroll off screen We differ in opinion there. It does makes sense to have the menu scroll with the rest of the page, so that every part of it can be accessed. I have no idea how to

[css-d] Options in a select

2009-03-07 Thread trevor bayliss
Hi all, I have a select box that is 150px but the options are larger than that. For design purposes I need to keep the size as 150px but the options I need to be bigger. How can I do that? Thank you __ css-discuss

Re: [css-d] css, in place of javascript

2009-03-07 Thread Bob Rosenberg
At 00:29 +1100 on 03/08/2009, karla pringle wrote about Re: [css-d] css, in place of javascript: Is there a way to rollover an image and have text elsewhere on the  page apply a hover attribute. for example I mouse over an image on the page and the text below is highlighted. How about: a

Re: [css-d] css, in place of javascript

2009-03-07 Thread karla pringle
that is marvellous, thank you very much! Karla On 08/03/2009, at 12:56 AM, Gunlaug Sørtun wrote: karla pringle wrote: What I really wanted to know was, Is there a way to rollover an image and have text elsewhere on the page apply a hover attribute. An image, no... for example I mouse over