Re: [css-d] Two-column fluid layout

2008-01-24 Thread David Laakso
Murphy, Kristen Anne wrote: > Murphy, Kristen Anne wrote: > >> In Firefox and IE7, I'm getting a horizontal scroll bar. There's also >> approximately 1px worth of the body (red) showing through on the far right >> of the page. I'm guessing the two are related. >> >> Also in Firefox and IE7, th

Re: [css-d] [ADMIN] Re: [OT] who do I have to sleep with...

2008-01-24 Thread Rob Emenecker
> So, I guess I'll know where everything stands once I hit the "SEND" > button on this reply and see WHEN it shows up on the list. Okie dokie. 3 minutes from send to receiving a copy back. This kid will sleep tonight knowing that the world is once again a happy place! Consider this thread done a

Re: [css-d] checkbox + IE 7 + zoom = overlapped text

2008-01-24 Thread Philippe Wittenbergh
On Jan 25, 2008, at 7:42 AM, j s wrote: > If using IE7, and then Zoom In, the checkbox on the page linked below > overlaps the text next to it. I've tried putting margins around the > checkbox, padding, using display properties, but nothing seems to > help. Anyone have any suggestions? > > http:/

Re: [css-d] [ADMIN] Re: [OT] who do I have to sleep with...

2008-01-24 Thread Rob Emenecker
Hi Alex and Dean, Let me clarify. Several weeks back this was not happening. I don't post frequently, however when I posted this week there was a significant lag. Approximately 36 hours. That seemed like an unnecessarily long time for a message because (a) I've posted in the past and posts showed

Re: [css-d] Extra vertical space between LI elements in IE

2008-01-24 Thread Erik Domingo
Validated the markup - except for an issue with a bit of javascript in the footer, the page is valid Strict XHTML. I also tried removing all the whitespace between tags, but the extra vertical space is still showing in IE6 & 7. Thoughts? TIA, Erik On Jan 23, 2008 5:35 PM, David Laakso <[EMAIL P

Re: [css-d] Two-column fluid layout

2008-01-24 Thread Alan K. Gay
-Original Message- From: Alan K. Gay [mailto:[EMAIL PROTECTED] Sent: Thursday, January 24, 2008 11:04 AM To: css-d@lists.css-discuss.org Subject: RE: [css-d] Two-column fluid layout Kristin, I'm not versed in the hack you are using for min-width on IE6. I do observe that if I resize m

Re: [css-d] Multiple Column Lists

2008-01-24 Thread Jim Davis
> > Is there any way to change the flow in the browser to vertical, like for > instance with Chinese text? Or am I dreaming? > > > Here is a link to information about a JavaScript / CSS3 implementation of what you are interested in. http://www.csscripting.com/wiki/index.php?title=Main_Page Unfortu

[css-d] Multiple Column Lists

2008-01-24 Thread Adam Hardy
1 4 7 2 5 8 3 6 9 I read the article "Do You Want To Do That With CSS? - Multiple Column Lists" [1] by Holly Bergevin and John Gallant online about how to display lists across multiple columns and make the item order follow the columns rather than flow along the rows. At the end they round off

Re: [css-d] Why is a class ignored inside an ID?

2008-01-24 Thread Arlen Walker
On Jan 23, 2008, at 10:06 AM, Geoffrey Hoffman wrote: > #outer { border:4px solid red; } > #outer a { color:red; } > .inner { border:4px solid green; } > .inner a { color:green; } The why has been answered well, but let me chime in. If you want it green, simply replace .inner { border:4px sol

[css-d] [ADMIN] Re: [OT] who do I have to sleep with...

2008-01-24 Thread Alex Robinson
At 16:08 -0700 24/1/08, Dean Mah wrote: >That would be an issue to take up with the css-d owner and moderators. > evolt.org takes not manage the list, we only host it. > >There must be reasons for the list being completely moderated and I >would suspect that the amount of time that a message is he

Re: [css-d] Scaling type isn't expanding the container div

2008-01-24 Thread Gunlaug Sørtun
Michael Stevens wrote: > http://nancyray.accountsupport.com/index0.php > I can't figure out why the type under the Presstek Ad isn't pushing > the div below it down when I scale the type. Setting a height like you have... #content div.tab_section { height : 165px; } ...has that effect in compl

Re: [css-d] Scaling type isn't expanding the container div

2008-01-24 Thread Susan Grossman
> http://nancyray.accountsupport.com/index0.php > http://nancyray.accountsupport.com/bct.css > > The layout is still crap but it's coming together. I can't figure out why > the type under the Presstek Ad isn't pushing the div below it down when I > scale the type. #content div.tab_section { d

Re: [css-d] Style tag AFTER body tag?

2008-01-24 Thread Geoffrey Hoffman
Matt, that rocks. Thanks for sharing - I had the thought that someone may have made an "external-css-to-inline-css" converter for just that reason. Brilliant. On Jan 24, 2008 3:34 AM, Matt Birch <[EMAIL PROTECTED]> wrote: > You may want > to have a look at Alex Dunae's premailer, which will take

Re: [css-d] [OT] who do I have to sleep with...

2008-01-24 Thread Dean Mah
That would be an issue to take up with the css-d owner and moderators. evolt.org takes not manage the list, we only host it. There must be reasons for the list being completely moderated and I would suspect that the amount of time that a message is held is related to the number of moderators and

Re: [css-d] XHTML 1.0 Transitional and IE6

2008-01-24 Thread Michael Adams
On Thu, 24 Jan 2008 15:19:37 +0100 Gunlaug Sørtun wrote: > Michael Adams wrote: > > > Using a two column negative margin layout, only IE5, IE5.5 and IE6 > > all show the sidebar below the main content, though everything looks > > offset correctly in the x direction. First time i've tried working

Re: [css-d] Scaling type isn't expanding the container div

2008-01-24 Thread Michael Stevens
I knew I jumped the gun... I had that height so that the headings don't come up into the text space above. See the link again and you'll know what I mean... http://nancyray.accountsupport.com/index0.php Since IE ignores min-height I just used height to make sure the next TAB div didn't come up to

Re: [css-d] Scaling type isn't expanding the container div

2008-01-24 Thread Kepler Gelotte
> I'm sure it's an easy fix but I'm missing it... Hi Mike, Try getting rid of the "height: 165px;" from the "#content div.tab_section" style definition. Regards, Kepler Gelotte __ css-discuss [EMAIL PROTECTED] http://www.css-d

[css-d] checkbox + IE 7 + zoom = overlapped text

2008-01-24 Thread j s
Hello, If using IE7, and then Zoom In, the checkbox on the page linked below overlaps the text next to it. I've tried putting margins around the checkbox, padding, using display properties, but nothing seems to help. Anyone have any suggestions? http://inkpixelspaper.com/clients/rbmstaticsi

Re: [css-d] [OT] who do I have to sleep with...

2008-01-24 Thread Dean Mah
> for my posts to get to the list in a timely fashion. > > I sent a message to the list on Monday at 10:51 PM (-500 GMT) and I just > received a copy of it back from the list just moments ago (approx. 1:45 PM > on Wednesday 1/23, still -500 GMT). In looking through the header the lag > was not

Re: [css-d] Two-column fluid layout

2008-01-24 Thread Murphy, Kristen Anne
Murphy, Kristen Anne wrote: > > In Firefox and IE7, I'm getting a horizontal scroll bar. There's also > approximately 1px worth of the body (red) showing through on the far right of > the page. I'm guessing the two are related. > > Also in Firefox and IE7, the min-width isn't working properly. It

Re: [css-d] Style tag AFTER body tag?

2008-01-24 Thread Geoffrey Hoffman
Actually, I find Dreamweaver's CSS editing features to be extremely handy. What Tim is referring to is how Dreamweaver interprets and displays complex CSS in "design mode". True, I agree it is lacking in this area... In effect, it is yet another browser (it handles CSS rules differently than FFX,

Re: [css-d] Style tag AFTER body tag?

2008-01-24 Thread Rob Emenecker
Jennifer, You may want to check out: http://www.campaignmonitor.com/blog/archives/2007/04/a_guide_to_css_support_ in_emai_2.html There is a handy charge you can download there, as well as good info as to what CSS is/is not supported in mail clients. As far as Dreamweaver, it is only a tool, it i

Re: [css-d] [OT] who do I have to sleep with...

2008-01-24 Thread Rob Emenecker
Alex Robinson wrote: >> Back to my point, who/where do I send inquiries about the list management. >> There are no points-of-contact on ANY of pages linked to in the footers >> tagged onto the messages. >> > > > <[EMAIL PROTECTED]> > > > That's odd, I thought it used to be on the page refe

Re: [css-d] Two-column fluid layout

2008-01-24 Thread David Laakso
Murphy, Kristen Anne wrote: > > > In Firefox and IE7, I'm getting a horizontal scroll bar. There's also > approximately 1px worth of the body (red) showing through on the far right of > the page. I'm guessing the two are related. > > Also in Firefox and IE7, the min-width isn't working properly.

Re: [css-d] Scaling type isn't expanding the container div

2008-01-24 Thread Michael Stevens
Damn... too many DIVs to keep track of. That's what happens when I stare at the same code too long. I knew it was simple. Thanks to all of you! Mike -Original Message- From: Gunlaug Sørtun [mailto:[EMAIL PROTECTED] Sent: Thursday, January 24, 2008 2:03 PM To: [EMAIL PROTECTED] Cc: css-d

[css-d] Scaling type isn't expanding the container div

2008-01-24 Thread Michael Stevens
http://nancyray.accountsupport.com/index0.php http://nancyray.accountsupport.com/bct.css The layout is still crap but it's coming together. I can't figure out why the type under the Presstek Ad isn't pushing the div below it down when I scale the type. It keeps the divs in place as though I've gi

Re: [css-d] [OT] who do I have to sleep with...

2008-01-24 Thread Alex Robinson
>Back to my point, who/where do I send inquiries about the list management. >There are no points-of-contact on ANY of pages linked to in the footers >tagged onto the messages. <[EMAIL PROTECTED]> That's odd, I thought it used to be on the page referenced at the bottom of every single post

Re: [css-d] Style tag AFTER body tag?

2008-01-24 Thread Big Moxy
Jennifer, Forget about Dreamweaver. It does a terrible job of supporting CSS formatting. It's best to use your local system for testing CSS formats. Tim Jennifer Knowles wrote: > Can I put the

Re: [css-d] XHTML 1.0 Transitional and IE6

2008-01-24 Thread Gunlaug Sørtun
Michael Adams wrote: > Using a two column negative margin layout, only IE5, IE5.5 and IE6 > all show the sidebar below the main content, though everything looks > offset correctly in the x direction. First time i've tried working in > quirks mode and wonder if anyone can see my overlooked issue. >

Re: [css-d] Why is a class ignored inside an ID?

2008-01-24 Thread Chris Broadfoot
Christian Kirchhoff wrote: > Geoffrey Hoffman schrieb: >> Or, conversely, why doesn't a class' CSS override a parent container >> ID's CSS? It seems like it should. >> >> Tia, >> Geoff >> > Hello, > > you might consider looking at this page: > http://www.w3.org/TR/REC-CSS2/cascade.html#specif

Re: [css-d] Two-column fluid layout

2008-01-24 Thread Murphy, Kristen Anne
Murphy, Kristen Anne wrote: > I'm trying to create a two-column, fluid layout using the method > described in this article: > http://www.alistapart.com/articles/multicolumnlayouts/ (In short, the > method involves creating the illusion of equal-height columns by > making a div with a wide left bor

Re: [css-d] Style tag AFTER body tag?

2008-01-24 Thread Matt Birch
Hi Jennifer, Moving your style declarations to the body will work in more clients than keeping it in the head. However, there are several clients (Gmail for one) which will also strip the HTML of anything in between the tags. I'd recommend declaring all of your styles inline to try and increa

[css-d] IE PC issue with footer, looks like negative margin

2008-01-24 Thread Bert Mahoney
Hi, Having an issue with some css with a particular browser. Weird thing is this is not a consistent behaviour. On another computer with exactly the same browser the error does not come up. This page looks fine in Firefox. The error appears to be a vertical negative margin issue. The footer

[css-d] [OT] who do I have to sleep with...

2008-01-24 Thread Rob Emenecker
...for my posts to get to the list in a timely fashion. I sent a message to the list on Monday at 10:51 PM (-500 GMT) and I just received a copy of it back from the list just moments ago (approx. 1:45 PM on Wednesday 1/23, still -500 GMT). In looking through the header the lag was not my server

Re: [css-d] Style tag AFTER body tag?

2008-01-24 Thread James Leslie
Can I put the

[css-d] Style tag AFTER body tag?

2008-01-24 Thread Jennifer Knowles
Can I put the

[css-d] XHTML 1.0 Transitional and IE6

2008-01-24 Thread Michael Adams
Am trying my first site using the xml declaration in its correct place. The intent is to throw IE6 and 5.5 into quirks mode and (almost) identical behaviour. This is a template for Joomla and it should be fine before Joomla throws its plethora of tables inside my template. Using a two column neg