[css-d] forcing an element to the bottom of a cell?

2007-02-23 Thread Douglas Fraser
Hi, On http://www.microcinemadvd.com/documentary/, I want to get the BROWSE ENTIRE STORE link (on the left side) to always end up just above the newsletter signup form. But on FF, the link always seems to end up in the middle of the page - on the first display of the page. If the

Re: [css-d] Jumping buttons in IE6 fixed position hack. - update

2007-02-23 Thread francky
... And some more no-style friendly (and searchbot friendly), a beginning: * updated testpage http://home.tiscali.nl/developerscorner/css-discuss/test-universal_index6-update.html Good luck, francky __ css-discuss

[css-d] Do this here but not there...

2007-02-23 Thread Bruce MacKay
Hello folks, My apologies for the title, but I couldn't think of another way to signal my question. I have a div within which can appear table, p, or li elements. I want these elements to have a left hand margin of 10px so... #myDiv p, #myDiv table, #myDiv li { margin-left: 10px; }

Re: [css-d] Styling legend in fieldset

2007-02-23 Thread Austin Harris
I have just been doing something similar again and dug out my basic page... Looks like it will work for whatever width you want, (just set the formWrapper to what you want.) http://art-dept.org/test/standardform.html All the css id in the head and there is one background image. Any comments

Re: [css-d] Do this here but not there...

2007-02-23 Thread Martin Heiden
Bruce, on Friday, February 23, 2007 at 12:27 Bruce MacKay wrote: #myDiv p, #myDiv table, #myDiv li { margin-left: 10px; } However, sometimes the li elements are within a table within #myDiv. I'd appreciate some guidance on how to write my CSS so that those li elements (within

[css-d] Nested Percentage Values

2007-02-23 Thread Lee Powell
Hi Recently I've been moving from 'px' based sites and onto more fluid and elastic layouts. I've just been playing around with using % heights and margins in the following document: http://sixtyten.co.uk/test.html Basically, it's a div nested inside a container div. I've set a height and

Re: [css-d] Styling legend in fieldset

2007-02-23 Thread Eystein Alnaes
http://art-dept.org/test/standardform.html Austin That looks a lot like what I needed 2-3 days ago :) Deadline is today, and the site is almost done. With some bad markup. But I'm definitly bookmarking your example for later use. Thanks! ~eys

Re: [css-d] Nested Percentage Values

2007-02-23 Thread Philippe Wittenbergh
On Feb 23, 2007, at 8:51 PM, Lee Powell wrote: http://sixtyten.co.uk/test.html Basically, it's a div nested inside a container div. I've set a height and width for the container div in %, and then applied a similar format to the nested div... this has all worked fine. However the problem

[css-d] IE7 text size bug?

2007-02-23 Thread Arlen Walker
I seem to be triggering a text size bug in IE7. I don't have a copy of 7 yet, but when I went to a test machine to view the site, all the text was microscopic. The markup is XHTML 1.0 strict and validates as such. The CSS has validation errors on lines 230, 239, 704 and 705. The latter two

Re: [css-d] IE7 text size bug?

2007-02-23 Thread Ian Young
I seem to be triggering a text size bug in IE7. I don't have a copy of 7 yet, but when I went to a test machine to view the site, all the text was microscopic. Just checked the site on another PC with IE6. On first load the site is Ok, menus work, except preferences. On clicking on a menu,

Re: [css-d] IE7 text size bug?

2007-02-23 Thread ~davidLaakso
Arlen Walker wrote: I seem to be triggering a text size bug in IE7. Site: http://www.whc2008.org/ Arlen You are not triggering a text-size-bug . Check and re-set the machine. Default in IE/7.0 is: pagezoom100% viewtext-size medium Best, ~dL -- http://chelseacreekstudio.com/

Re: [css-d] IE7 text size bug?

2007-02-23 Thread Arlen Walker
On Feb 23, 2007, at 10:42 AM, Ian Young wrote: Just checked the site on another PC with IE6. On first load the site is Ok, menus work, except preferences. On clicking on a menu, the font on the menus reduce in size. Refreshing the page results in the page starting normal size and then

Re: [css-d] IE7 text size bug?

2007-02-23 Thread Gunlaug Sørtun
Arlen Walker wrote: Site: http://www.whc2008.org/ Observations on a slow connection. In IE6: page loads ok with pretty normal text, but once everything is in place _all_ text switches to a size I need glasses to read - 10px I think. Same happens on reloads. Some javascript that overrides

Re: [css-d] IE7 text size bug?

2007-02-23 Thread ~davidLaakso
Arlen Walker wrote: On Feb 23, 2007, at 10:56 AM, ~davidLaakso wrote: You are not triggering a text-size-bug . Check and re-set the machine. Default in IE/7.0 is: pagezoom100% viewtext-size medium Hmmm. I had done that. One thing, though, that machine had custom font size in the video

Re: [css-d] forcing an element to the bottom of a cell?

2007-02-23 Thread david
Douglas Fraser wrote: On http://www.microcinemadvd.com/documentary/, I want to get the BROWSE ENTIRE STORE link (on the left side) to always end up just above the newsletter signup form. But on FF, the link always seems to end up in the middle of the page - on the first display of

Re: [css-d] Styling legend in fieldset

2007-02-23 Thread francky
Austin Harris wrote: [...] http://art-dept.org/test/standardform.html [...] Hi Austin, This kind of pages we like! :-) I seem to be spending more and more time on forms so found it useful to get the stuff in one place, maybe I'll start getting a library of these things together at

[css-d] FooterStickAlt with a background color

2007-02-23 Thread Rakesh Pai
So, I've created a page using the exact code from footerStickAlt http://www.themaninblue.com/writing/perspective/2005/08/29/ except I've given a background to the HTML. Unfortunately, the background applies only to the page to the extent of the viewport height. Which means that if the page is

[css-d] Help with box

2007-02-23 Thread Adam Boettiger
I have a basic question. I am learning how to design a site with rounded corners. The test URL is below. I have a top and bottom graphic with a div box in between but am seeing whitespace under the top graphic. Any help would be appreciated. http://www.wildfiremediagroup.com/test.html --

[css-d] CSS Navigation: Unordered lists within unordered lists / scaling with increased fonts

2007-02-23 Thread Steve Jenkins
Hi, Wonder if anyone can help. I've put together a CSS navigation based upon http://alistapart.com/articles/slidingdoors/: see http://www.countingclouds.co.uk/dump/css-query . The main navigation (Home / Widgets / Flibberts / Doobies / Contact Us ) is an unordered list (UL), uses some images to

[css-d] forcing an element to the bottom of a cell?

2007-02-23 Thread Douglas Fraser
Hi, On http://www.microcinemadvd.com/documentary/, I want to get the BROWSE ENTIRE STORE link (on the left side) to always end up just above the newsletter signup form. But on FF, the link always seems to end up in the middle of the page - on the first display of the page. If the

[css-d] New Image Replacement Method

2007-02-23 Thread Peter Anderson
Hi everyone, A few years back, I developed an image replacement method that I hope works in almost all situations. Going off Dave Shea's page (http://www.mezzoblue.com/tests/revised-image-replacement/), a good image replacement method will work with screen readers, work with 'images off, CSS

[css-d] ie6 problem: nav list border visibility, positioning, tranparency

2007-02-23 Thread James Taylor
just launched a new site: http://stormpetrel.us/black_swan_excerpt.htm the XHTML 1.0 Strict DOCTYPE pages use inline 'tab' type list Navigation with background images and hover/active states based upon Dan Cederholm mini-tabs #nav { position: relative; margin: 0 0 15px 0;

Re: [css-d] Help with box

2007-02-23 Thread Gunlaug Sørtun
Adam Boettiger wrote: I have a basic question. I am learning how to design a site with rounded corners. The test URL is below. I have a top and bottom graphic with a div box in between but am seeing whitespace under the top graphic. Any help would be appreciated.

Re: [css-d] Help with box

2007-02-23 Thread ~davidLaakso
Adam Boettiger wrote: I have a basic question. I am learning how to design a site with rounded corners. The test URL is below. I have a top and bottom graphic with a div box in between but am seeing whitespace under the top graphic. Any help would be appreciated.