Re: [css-d] Horizontal Dropdown Menu Problem IE6

2006-11-03 Thread Ian Young
To: css-d@lists.css-discuss.org Subject: [css-d] Horizontal Dropdown Menu Problem IE6 Hi all, I am currently in the process of converting a complex table based layout to purely css styled page. I am running into a problem with the horizontal menu in IE6. I have been trying to figure out

[css-d] IE7 container woes

2006-11-03 Thread Julie Cooke
Hi, I'm struggling to correct a layout issue in IE7 and not making much progress, I'm hoping y'all could at least nudge me in the right direction. css: http://sinope.capitol-college.edu/styles/main.css example page: http://sinope.capitol-college.edu/newsevents/index.shtml In Firefox and IE6,

Re: [css-d] images don't line up evenly

2006-11-03 Thread Gunlaug Sørtun
[EMAIL PROTECTED] wrote: still, i wonder why the floated p has 'different' padding + margin than the non-floated p, as the only difference between the p's is the 'float: right' ?? There seems to be some 'collapsing margins'[1] at play here, where the two paragraphs interacts with the styled

[css-d] Three Columns

2006-11-03 Thread Richard Brown
Hi All Well after not posting to the list for a while, I get two issues I'm stuck on in quick succession! I am sure this one is simple but I can't work it out - maybe I'm using the wrong design. I have over the last year or so mostly been using two columns but I thought I would have a go at

Re: [css-d] Can't figure this out - Center a div with variable width

2006-11-03 Thread Clint Ecker
I might be reading your problem wrong, but most people usually center div's using div#mydiv { margin-left: auto; margin-right: auto; } So you might have: div style=width: 1000px; div style=width: 500px; margin-left: auto; margin-right: auto;foo bar!/div /div And the inner div would be

Re: [css-d] Can't figure this out - Center a div with variable width

2006-11-03 Thread Martin Davis
On 10/31/06, Mark Wheeler [EMAIL PROTECTED] wrote: Hi all, Is this even possible? (I'm sure it is, but I still feel pretty new to css) - Can you have a div (content) centered inside another div (container) BUT, the content div's width may be different because of content (thus you can't set

Re: [css-d] Can't figure this out - Center a div with variable width

2006-11-03 Thread Mark Wheeler
Hi Clint, Yes, I understand that part. But the problem is that the content changes. Thus, I can not specify the width for the content div. That's where the problem is. Any other ideas? Thanks, Mark --- On Oct 31, 2006, at 2:16 PM, Clint Ecker wrote: I might be reading your

Re: [css-d] Fading Borders Extending a Column

2006-11-03 Thread Martin Davis
On 10/23/06, David Merwin [EMAIL PROTECTED] wrote: Martin... Go read this: http://alistapart.com/articles/fauxcolumns/ Will help you do what you are trying to do. David Merwin [EMAIL PROTECTED] 541-335-1832 http://www.davemerwin.com http://www.purebluedesign.com

Re: [css-d] images don't line up evenly

2006-11-03 Thread francky
[EMAIL PROTECTED] wrote: thx [David] - i realized that [removing margin/padding] was the solution too... still, i wonder why the floated p has 'different' padding + margin than the non-floated p, as the only difference between the p's is the 'float: right' ?? Hi Francis, I've the impression

Re: [css-d] handheld css

2006-11-03 Thread Dejan Kozina
This link may be useful for starting: http://www.passani.it/gap/ djn -- Dejan Kozina Dolina 346 (TS) - I-34018 Italy tel./fax: +39 040 228 436 - cell.: +39 348 7355 225 http://www.kozina.com/ - e-mail: [EMAIL PROTECTED] __

Re: [css-d] Can't figure this out - Center a div with variable width

2006-11-03 Thread Rafael Holt
On 01/11/06, Mark Wheeler [EMAIL PROTECTED] wrote: Hi all, Is this even possible? (I'm sure it is, but I still feel pretty new to css) - Can you have a div (content) centered inside another div (container) BUT, the content div's width may be different because of content (thus you can't set

Re: [css-d] Can't figure this out - Center a div with variable width

2006-11-03 Thread Philippe Wittenbergh
On Nov 1, 2006, at 3:14 AM, Mark Wheeler wrote: Is this even possible? (I'm sure it is, but I still feel pretty new to css) - Can you have a div (content) centered inside another div (container) BUT, the content div's width may be different because of content (thus you can't set the width)

Re: [css-d] handheld css

2006-11-03 Thread Cem Meric
Would people mind sharing their experiences? Have they found handheld css useful? Is it just not implemented enough among phones for it to be worth any time? I use Opera Mini on my mobile and show customers how their web sites look on a handheld device after our design. They love it. Specially

Re: [css-d] IE7 Pseudoclass/hasLayout Weirdness

2006-11-03 Thread Steve Clason
Bruno Fassino wrote: Steve Clason wrote: Although IE7 does support the :hover pseudoclass on elements other than a, making Suckerfish-type navigation work without JavaScript, you have to be careful to trigger hasLayout in both the element and the element pseudoclass, and you have to use

[css-d] Three Columns

2006-11-03 Thread Richard Brown
Hi All Well after not posting to the list for a while, I get two issues I'm stuck on in quick succession! I am sure this one is simple but I can't work it out - maybe I'm using the wrong design. I have over the last year or so mostly been using two columns but I thought I would have a go at

[css-d] div inside a div, can't give exlusive top margin to the inside div.

2006-11-03 Thread itay Malin
Greetings, I try to give the inside div a margin, what realy happens that the outside div gets it. I can solve it by giving the outside div a padding, but I don't think this is the right solution: !doctype html public -//W3C//DTD XHTML 1.0 Strict//EN

[css-d] IE7 renders images at less than full size

2006-11-03 Thread Barney Carroll
Can't give you guys the url due to sensitivity of the project, I'm afraid, so I'm just going to describe this problem and hope others have encountered it. I have been building a site for some time and now that I have resolved all my major plone, finer css (sadly there are a lot of rather

Re: [css-d] [ADMIN- OFF TOPIC] Re: Blowtorches at the ready...

2006-11-03 Thread Barney Carroll
Sorry for the over-defensive tone, Alex: I accept that you have performed moderator duties to the letter. I appreciate the guidance and I won't touch the controversial issues here again. Apologies to 99.9% of the list members who were burdened by yet another instance of a thread that enjoys

[css-d] IE7 and hacks

2006-11-03 Thread Barney Carroll
Not wishing to suggest debate, but I want to know where IE7 stands with hacks. Position is Everything has an (by definition) authoritative article on IE7's hack support which I found to be somewhat useful. http://positioniseverything.net/articles/ie7-dehacker.html Significant here is that IE

Re: [css-d] An IE bug to fry (was Blowtorches at the ready...)

2006-11-03 Thread Arlen Walker
On Oct 31, 2006, at 5:44 AM, Barney Carroll wrote: I can't really imagine this, but this is because I used to use tables all the time. I can't imagine how they could be so frustrating though - and there is a lot of (respected) work around the net helping people constrained to div-based

[css-d] Site Check - MitraFoundation

2006-11-03 Thread Rahul Gonsalves
Dear All, http://rahulgonsalves.com/mitra/0111/index.html I would appreciate a site check, for this website - built for a non-profit looking to promote alternative energy choices. I have looked at the site in various Windows browsers - Opera 9, FF 2/1.5, IE 6,7, SeaMonkey and Flock. I have

[css-d] csshover.htc

2006-11-03 Thread Melissa Meyer
Okay. I have refrained from posting and tried everything I know of and have read about on previous posts to make this work, but nothing is working. I am using the latest csshover.htc which is Version 1.42.060206 to make the drop down menus work in IE. As I began to populate pages of the site (some

[css-d] Site check, problems with IE7, navigation, footer

2006-11-03 Thread Marilyn Langfeld
Hi folks, We're redesiging our web site, which is in XHTML 1.0 Strict. The site validates in XHTML and CSS. XHTML doesn't support conditional statements, so while the site works fine in all other browsers, there are problems with positioning in IE7 that we can't solve without your help.