Re: [css-d] IE issues with element width

2008-01-22 Thread Marten Gallagher
www.captureintegration.com I apologize for making this my first post. I hope I can make contributions to this community after I have a little more experience, but for now I am a lost newbie. I have managed to style a Wordpress website to my liking after many months of experimentation (I am

[css-d] whiteout Problem on IE7

2008-01-22 Thread Lord Armitage
Hy Folks, I'm working on a specific bug on the site I'm developing right now for something like a week and its driving me crazy. The Site is rendered on IE6 and FF like intended (some minor positioning glitches), but on IE7 a whole part of the Site just disappears after you start using it until

[css-d] Margin (?) problem with menu.

2008-01-22 Thread rollandburn
Hi everyonecan anyone spot the Waldo in my css on this page... my dev site is athttp://public.alliancepacific.com/Corporate/About_Us I am having a hard time finding out why the top level UL's appear to have a margin which does not allow the menu to squeeze up to the header. If anyone

Re: [css-d] Footer CSS Coding

2008-01-22 Thread Christian Kirchhoff
Rick Good schrieb: I've designed a site that works: www.themeridiangrp.com In creating the footer though I needed to set each page separately, e.g., .meridian #footer_650, #footer_700, #footer_750, #footer_800, #footer_900, #footer_950, #footer_1000, #footer_1050, #footer_1150,

Re: [css-d] Margin (?) problem with menu.

2008-01-22 Thread David Laakso
rollandburn wrote: Hi everyonecan anyone spot the Waldo in my css on this page... my dev site is athttp://public.alliancepacific.com/Corporate/About_Us I am having a hard time finding out why the top level UL's appear to have a margin which does not allow the menu to squeeze up to

[css-d] Footer CSS Coding

2008-01-22 Thread Rick Good
I've designed a site that works: www.themeridiangrp.com In creating the footer though I needed to set each page separately, e.g., .meridian #footer_650, #footer_700, #footer_750, #footer_800, #footer_900, #footer_950, #footer_1000, #footer_1050, #footer_1150, #footer_1250,

Re: [css-d] Margin (?) problem with menu.

2008-01-22 Thread rollandburn
jeezthat was too easy. Sometimes when you stare at something for hours on end its hard to see the simple solutions. thanks alot David. On 22-Jan-08, at 11:01 AM, David Laakso wrote: rollandburn wrote: Hi everyonecan anyone spot the Waldo in my css on this page... my dev site

Re: [css-d] Margin (?) problem with menu.

2008-01-22 Thread Ray Leventhal
rollandburn wrote: Hi everyonecan anyone spot the Waldo in my css on this page... my dev site is athttp://public.alliancepacific.com/Corporate/About_Us I am having a hard time finding out why the top level UL's appear to have a margin which does not allow the menu to squeeze up

[css-d] : The way IE6 clears

2008-01-22 Thread Christian Kirchhoff
Hello, it seems to me that Firefox or IE7 - if an object has clear: left, right or both - only clear floated objects up to a parent that is positioned absolutely or relatively. IE6 seems to clear all floated objects on the page. Is that correct? I have a two column layout: left menu column

Re: [css-d] Footer CSS Coding

2008-01-22 Thread James Leslie
I've designed a site that works: www.themeridiangrp.com In creating the footer though I needed to set each page separately... -- Hi Rick, The site may work for you, but try resizing your text up a couple of

Re: [css-d] Footer CSS Coding

2008-01-22 Thread David Laakso
Rick Good wrote: I've designed a site that works: www.themeridiangrp.com Since it's working I'm not overly concerned, but I would like to know the right way to do it. Thanks. Rick A page or site working on the Web is relative to any users discretion. Font-scaling and

Re: [css-d] menu box that floats with scrolling

2008-01-22 Thread Gabriel Padoan
I simply use for this: HTML div class=fixed Foo Bar /div CSS .fixed {position:fixed;} Hope it help -- ;-) On Jan 21, 2008 4:39 PM, [EMAIL PROTECTED] wrote: Hello lists.css-discuss.org I have seen the effect on at least two sites, one of which is http://www.quirksmode.org/css/display.html

Re: [css-d] Footer CSS Coding

2008-01-22 Thread Gunlaug Sørtun
Rick Good wrote: www.themeridiangrp.com .meridian #footer { position: absolute; bottom: 40 px; left: 0 px; ... does not work. You're absolute positioning all main elements, which means the #container doesn't stretch the full pageheight since A:P elements don't take up space and can't be

Re: [css-d] Position image at bottom of cell containing text

2008-01-22 Thread Ray Leventhal
John Nichel wrote: Hi, With our company being between designers at the moment, some of the day to day tasks of our site have fallen into my lap (hey, you're in IT, you fix the web site). What I'm trying to accomplish seems like it should be pretty simple, but the solution has escaped

[css-d] Horizontal Vertical scroll bars appear in IE even tho overflow: hidden

2008-01-22 Thread Juanita
Hi List, I'm having a problem that's driving me nuts. I have a scrolling message in an iframe, and it looks perfect in Firefox, Netscape Opera, the problem is only in IE Problem #1 the iframe (style is inline) is flush left. Putting any sort of margin or padding messes it up in the other

Re: [css-d] Horizontal Vertical scroll bars appear in IE even tho overflow:

2008-01-22 Thread Juanita
Much Thanx Georg In the meantime - we also figured out a workaround. Due to conflicting style on our page, we set the left right margin to be the same! Thanx, Juanita, Webmaster KCSM TV/FM 650.524.6927 [EMAIL PROTECTED] Gunlaug Sørtun [EMAIL PROTECTED] on Tuesday, January 22, 2008 at 6:38 PM

Re: [css-d] Horizontal Vertical scroll bars appear in IE even tho overflow: hidden

2008-01-22 Thread Gunlaug Sørtun
Juanita wrote: I have a scrolling message in an iframe, and it looks perfect in Firefox, Netscape Opera, the problem is only in IE http://www.kcsm.org/marquee.php The quick fix... iframe src =marquee_iframe.php style=overflow:hidden; height:4.5em; width:32.5em; border:0; padding: 0;