[css-d] FF gap disappears with Border set to none?

2007-04-18 Thread Robert Lane
http://tinyurl.com/2d279b Can someone explain this? I was getting a 10px gap between the footer div and the maincontent with the body background color showing through in FF - but IE7 showed it the way I intended with no gap. When I added a border and then set it to none on the p.addr in the f

Re: [css-d] IE 1-pixel bug

2007-04-18 Thread ~davidLaakso
brian wrote: > In IE 6 & 7, i'm seeing a 1-pixel or so shift to the right in the text > that is inside #content where it runs beside #nav. That is, below the > bottom of nav, the text correctly hugs the left side of #content. It's > sort of like text wrapping around a float, but actually seems t

[css-d] IE 1-pixel bug

2007-04-18 Thread brian
I have two divs, #nav (floated left) & #content. They do not touch each other at all and have 0 margins & padding, except for #content, which has a left margin 10px greater than the width of #nav. In IE 6 & 7, i'm seeing a 1-pixel or so shift to the right in the text that is inside #content whe

[css-d] Vailiation

2007-04-18 Thread Arthur Maloney
Hello css-discuss, I'm familiar with W3W validation service. A lot of the time I'm working on a laptop and the Internet is not available to me. Does anybody know of a validator I can download (bought or free). -- Best regards, Arthur mailto:[EMAIL PROTECTED]

[css-d] Link menu - Background gap in FF]

2007-04-18 Thread Robert Lane
The test page is at: http://tinyurl.com/2adrbd I put a ul menu in a wrapper div and then tried to center that with auto margin in another div. It looks correct in IE7 but in Firefox 2.0 there is a 2px gap on each side where the background color isn't showing. What would be doing that and how co

Re: [css-d] Height difficulty

2007-04-18 Thread ~davidLaakso
Richard Brown wrote: > Hi All > > On 16/04/07, Richard Brown <[EMAIL PROTECTED]> wrote: > >> >> >> >> > Thank you to everyone for their advice. I think the s

Re: [css-d] Styling ruby

2007-04-18 Thread Philippe Wittenbergh
On Apr 19, 2007, at 7:10 AM, Richard Grevers wrote: > Sitting on the bleeding edge here... > > I have to display ruby text for some chinese language learning > modules. > I've put up an experiment at > > http://www.paen.net/en/ruby.mv > > using the stylesheet from http://web.nickshanks.com/styl

[css-d] Styling ruby

2007-04-18 Thread Richard Grevers
Sitting on the bleeding edge here... I have to display ruby text for some chinese language learning modules. I've put up an experiment at http://www.paen.net/en/ruby.mv using the stylesheet from http://web.nickshanks.com/stylesheets/ruby.css (I will only be using simple ruby, so the rtc stuff ha

Re: [css-d] Navigation being hidden in IE

2007-04-18 Thread Phil Turner
Thanks for the help Gunlaug The float is still not clearing shouldnt the navigation div push the image divs down? although the footer clears now :-) Thanks >> http://www.philturner-uk.com/kruger/ Phil Turner FREELANCE DESIGNER TEL: 0161 439 1669 Chartered Graphic Designer MCSD BA Hons [E

Re: [css-d] Navigation being hidden in IE

2007-04-18 Thread Gunlaug Sørtun
Phil Turner wrote: > The image boxes should be below the navigation in IE they are lying > over the top An old IE 'float won't clear float' bug. Add... * html #leftimageboxone{ float: none; } ...after existing #leftimageboxone declarations. To cure header-problems in IE6, add... #header img {

Re: [css-d] ie6 png nightmare

2007-04-18 Thread jeffrey morin
> > No. It's just that the path you specify in the filter has to work for > all your pages. > Let's say you have the following structure: > > /css/styles.css > /images/logo.png > index.html > /pages/books.html > > Then, for the image to be loaded into your index.html page, the path > would be imag

Re: [css-d] ie6 png nightmare

2007-04-18 Thread Lori Lay
jeffrey morin wrote: >> Yes I ran into this as well. It turns out that the path for the image >> loader is relative to the /page/ that the image is being displayed in - >> not the CSS file. I had to move this into a conditional comment on each >> page because I don't have all my pages in one dire

Re: [css-d] IE Bug (6&7): Absolutely positioned element takes up vertical space

2007-04-18 Thread Ingo Chao
Dave Simon wrote: > ... > > ... > Details & Floor > Plans > > Unit Description & > Information > Floorplans > > > ... > Depending on the page you are on, the sub menus show or hide. > ul#details-flo

Re: [css-d] ie6 png nightmare

2007-04-18 Thread jeffrey morin
> > Yes I ran into this as well. It turns out that the path for the image > loader is relative to the /page/ that the image is being displayed in - > not the CSS file. I had to move this into a conditional comment on each > page because I don't have all my pages in one directory, or even at the >

[css-d] Navigation being hidden in IE

2007-04-18 Thread Phil Turner
Hi Everyone Site validates ok but having a positioning problem in IE The image boxes should be below the navigation in IE they are lying over the top ALSO need some help to push the footer below everything I've read a few tutorials on this but no success I've found putting spacers or returns

Re: [css-d] ie6 png nightmare

2007-04-18 Thread Lori Lay
jeffrey morin wrote: > hello again, > > i was wondering if anyone knows what is going on with this. i have been > reading about png support in ie6 and am trying to not use javascript to fix > it. i have my img src pointing to a blank gif like i was told and have the > following in my css: > > * htm

Re: [css-d] This breaks completely in IE6 - request for help

2007-04-18 Thread Gunlaug Sørtun
Rachel Mawhood wrote: > http://www.jonathanlouth.co.uk/development/key-jla.htm > > I am guessing that it is because MSIE interprets "margin" differently > but I really don't know where to start with hacking it, before I do > the other pages. I haven't tested it yet in MSIE 7. Gecko interprets

[css-d] ie6 png nightmare

2007-04-18 Thread jeffrey morin
hello again, i was wondering if anyone knows what is going on with this. i have been reading about png support in ie6 and am trying to not use javascript to fix it. i have my img src pointing to a blank gif like i was told and have the following in my css: * html #logo{ background: transparent; f

Re: [css-d] Height difficulty

2007-04-18 Thread Richard Brown
Hi All On 16/04/07, Richard Brown <[EMAIL PROTECTED]> wrote: > > On this site: > > > I am trying to get the products to sit nicely! I have added a height > declarat

Re: [css-d] IE Bug (6&7): Absolutely positioned element takes up vertical space

2007-04-18 Thread Dave Simon
> It's the way you reveal the UL. Why display: inline;? If you let the > UL stay "block" then IE won't have the bug. Use display: block; > instead > of display: inline;. > > What's interesting is that I believe AP elements are required to be > block > at all times just like floats are, but then

Re: [css-d] better CSS option to group image/content

2007-04-18 Thread Jukka K. Korpela
On Fri, 18 May 2007, Bob Meetin wrote: > http://dottedi.biz/codesamples/format_image_text.php > > I made the text extra small to emphasize the problem. In the left > column there are 2 Events boxes. In the first I am letting the text > flow around the right or left aligned images. In the second

Re: [css-d] This breaks completely in IE6 - request for help

2007-04-18 Thread jeffrey morin
On 4/18/07, Rachel Mawhood <[EMAIL PROTECTED]> wrote: > > I have validated both the css and the html, and although this > displays as intended in Firefox and an old copy of Netscape, it > completely breaks in MSIE 6 (old), all on a pc. > > http://www.jonathanlouth.co.uk/development/key-jla.htm > >

[css-d] CSS I/O Error: Stream closed

2007-04-18 Thread Anahita Shafa
Hi, I have made a website and the CSS validates on most pages (only one CSS and the same throughout entire website), however, on same pages the CSS Validator gives me the following error message: CSS Validator Error I/O Error: Stream closed. Does anybody know what this is? I do not believe it

Re: [css-d] better CSS option to group image/content

2007-04-18 Thread Bob Meetin
Yeah. I usually provide examples but it was late and I was worn. I made up an example page seen at: http://dottedi.biz/codesamples/format_image_text.php I made the text extra small to emphasize the problem. In the left column there are 2 Events boxes. In the first I am letting the text flo

[css-d] This breaks completely in IE6 - request for help

2007-04-18 Thread Rachel Mawhood
I have validated both the css and the html, and although this displays as intended in Firefox and an old copy of Netscape, it completely breaks in MSIE 6 (old), all on a pc. http://www.jonathanlouth.co.uk/development/key-jla.htm I am guessing that it is because MSIE interprets "margin" differen

Re: [css-d] A DIV that stay at the bottom of the container whatever happens

2007-04-18 Thread Dejan Kozina
This is the way I'd do it: #infosarea { position: relative; // this creates a positioned ancestor padding-bottom: XXXpx; // enough space for #PartenairesArea } #PartenairesArea { position: absolute; // puts it at the bottom of the first bottom: 0;

[css-d] A DIV that stay at the bottom of the container whatever happens

2007-04-18 Thread Sébastien FICHOT
Hello everyone ! I'm wondering if someone knows how to force a DIV to stay at the bottom of another DIV that contains it. The DIV "InfosArea" must have a non-flexible height, but the DIV "PartenairesArea" could be fixed height. I've done this code, but that's not really a solution : - - - - - -

Re: [css-d] Image menu - need bottom alignment (IE-only problem)

2007-04-18 Thread Yasir Assam
Many thanks for the fix Ingo. It works very well. Yasir > Yasir Assam wrote: > >> ... >> http://archivist.incutio.com/viewlist/css-discuss/84900 >> >> That solution needs some revision now because I need to use images of >> different heights, and on IE the images are top-aligned, and I need th

Re: [css-d] Phantom margin problem in IE6

2007-04-18 Thread Yasir Assam
Many thanks for this Georg. Your explanation is very good, and this fixes my problem. Yasir > Yasir Assam wrote: > >> I have a phantom margin problem on IE6. You can see it here: >> http://endlessvoid.com/test_css/phantom_margin1.html >> >> The blue bar at the bottom doesn't go right up to th