[css-d] IE layout blues

2009-05-21 Thread David Bailey
Hi, I am having trouble with several things in IE with a site I'm working on and seek some advice. I'm still grappling with a few areas of css so the issues may be simple, but I just can't see them! Please look at http://www.webanz.com/webanz_new/index3.php. Stylesheets:

[css-d] setting a div's width to container remaining available space

2009-05-21 Thread Ido dekkers
is there a way to make div2 below take the entire remaining space of container if i don't know how wide div1 will be? all of them are positioned relative and float to the left? div id=container div id=div1 /div div id=div2 /div /div Thanks Ido

Re: [css-d] IE layout blues

2009-05-21 Thread Kevin Doyle
[snip] I am having trouble with several things in IE with a site I'm working on and seek some advice. I'm still grappling with a few areas of css so the issues may be simple, but I just can't see them! [/snip] : Hi Dave, A couple suggestions for

Re: [css-d] Displaying/Simulating handwritten fonts on notebook paper

2009-05-21 Thread Stephen Tang
Hi Yukka, Thanks for your reply. This looks interesting. I didn't consider this possiblity. Bruno's implementation is much closer to what our users were going for, but your technique could be an alternative, if I can convince them. The main problem is that our users would like whatever font

Re: [css-d] IE layout blues

2009-05-21 Thread Quiller
I'd like to add my two cents to Kevin's suggestions. I've used IE Tester in the past and found it to be convenient, but it isn't always a perfect representation of how the various versions of IE will handle a particular web site. This is especially true when dealing with advanced cookies or

Re: [css-d] Displaying/Simulating handwritten fonts on notebook paper

2009-05-21 Thread David Hucklesby
Stephen Tang wrote: The main problem is that our users would like whatever font they choose to be shown to all visitors of their site, and that pretty much pushes the implementation towards sIFR and similar Flash-based techniques. This does not address your original problem regarding a

Re: [css-d] IE layout blues

2009-05-21 Thread David Hucklesby
Kevin Doyle wrote: [snip] I am having trouble with several things in IE with a site I'm working on and seek some advice. I'm still grappling with a few areas of css so the issues may be simple, but I just can't see them! [/snip] : Hi Dave,

Re: [css-d] font image replacement Re: Displaying/Simulating handwritten fonts on notebook paper

2009-05-21 Thread Stephen Tang
Hi David, Thanks for your input on this matter. I read the @font-face for IE article linked in your URL, and building an EOT font sounds like a hassle. In any case, Cufon is probably not going to be good for my use case, since there are SEO and copy/paste requirements. sIFR handles those better

Re: [css-d] IE layout blues

2009-05-21 Thread Kevin Doyle
Hi Kevin - How do you set up IE Tester on Win xp with IE 8 installed? I understand from the site description that it only works with IE 7. Cordially, David Hmm... Good question and I wish I had an answer for you, David -- I apologize. Perhaps, as a temporary

Re: [css-d] Displaying/Simulating handwritten fonts on notebook paper

2009-05-21 Thread Stephen Tang
Hi Vladislav,, Unfortunately, the amount of text could vary, so a static background image is not likely to work. --Stephen -- Forwarded message -- From: Vladislav Vladimirov vladk...@gmail.com To: CSS-D css-d@lists.css-discuss.org Date: Mon, 18 May 2009 17:48:40 +0300 Subject:

Re: [css-d] IE layout blues

2009-05-21 Thread David Laakso
David Bailey wrote: Hi, I am having trouble with several things in IE with a site I'm working on and seek some advice. I'm still grappling with a few areas of css so the issues may be simple, but I just can't see them! Please look at http://www.webanz.com/webanz_new/index3.php.

[css-d] style first p only if it is emphasized?

2009-05-21 Thread Matt Wilkie
Dear css-discuss, how might one style the first paragraph, only if it is emphasized? can it be done without javascript? Given this html: div class=content pemAn intro paragraph which should be highlighted in some manner,/em embut the [em] might not apply to whole paragraph in a single

[css-d] h3 with layout is clearing a float in IE6

2009-05-21 Thread lev rickards
We're trying to position a set of h3's and text next to a left-floated navigation list. Straight forward, right? However, we want the h3's to be clickable for some jQuery hide/reveals. We wanted the entire h3 background to be clickable, which in IE seems to require giving the headers hasLayout.

Re: [css-d] setting a div's width to container remaining available space

2009-05-21 Thread Alan Gresley
Ido dekkers wrote: is there a way to make div2 below take the entire remaining space of container if i don't know how wide div1 will be? all of them are positioned relative and float to the left? div id=container div id=div1 /div div id=div2 /div /div Thanks Ido Don't

Re: [css-d] h3 with layout is clearing a float in IE6

2009-05-21 Thread Gunlaug Sørtun
lev rickards wrote: http://sandbox.hgci2.net/ Ideal case: 1) all div#comparisons h3's have layout 2) everything within div#comparisons stays to the right of the navigation list. Total width of h3 with padding and all is to large to fit, and IE6 doesn't handle overflow properly. Easiest

Re: [css-d] h3 with layout is clearing a float in IE6

2009-05-21 Thread David Laakso
lev rickards wrote: We're trying to position a set of h3's and text next to a left-floated navigation list. Straight forward, right? However, we want the h3's to be clickable for some jQuery hide/reveals. We wanted the entire h3 background to be clickable, which in IE seems to require giving

Re: [css-d] Centering in everything but IE8

2009-05-21 Thread David Laakso
christi...@netscape.net wrote: Any ideas as to why the main container at: http://www.cmzmedia.com/irarollover/ would center in every browser except for IE8? I ran your invalid file through Tidy Online http://infohound.net/tidy/ and it centered in IE/8 local.

Re: [css-d] style first p only if it is emphasized?

2009-05-21 Thread David Hucklesby
Matt Wilkie wrote: Dear css-discuss, how might one style the first paragraph, only if it is emphasized? can it be done without javascript? [code snipped] Do you have control of the markup? I think I'd add an extra DIV around such paragraphs, styled via a selector such as this: .content

Re: [css-d] Centering in everything but IE8

2009-05-21 Thread David Hucklesby
christi...@netscape.net wrote: Any ideas as to why the main container at: http://www.cmzmedia.com/irarollover/ would center in every browser except for IE8? I'm guessing you are using scripting to center in IE, as the incomplete DOCTYPE throws all IE into quirks mode. I also notice the page

[css-d] wrapper content extending into footer in Safari/Win and Opera

2009-05-21 Thread Debbie Campbell
On my site, the wrapper text is flowing down past the footer: http://www.redkitecreative.com/projects/mgwa/meetings.php Can someone please help? -- Debbie Campbell www.redkitecreative.com __ css-discuss

Re: [css-d] wrapper content extending into footer in Safari/Win and Opera

2009-05-21 Thread David Laakso
Debbie Campbell wrote: On my site, the wrapper text is flowing down past the footer: http://www.redkitecreative.com/projects/mgwa/meetings.php Can someone please help? You may have closed a division too early? Validate the markup and see if that helps...

Re: [css-d] IE layout blues

2009-05-21 Thread David Bailey
Hi Kevin, On 22/05/2009, at 12:51 AM, Kevin Doyle wrote: - IE Tester download: http://www.my-debugbar.com/wiki/IETester/ HomePage (it's in beta, so there are a couple bugs -- still ~totally~ worth downloading) I've downloaded this and it looks quite good. This and probably Quiller's

Re: [css-d] IE layout blues

2009-05-21 Thread David Bailey
On 22/05/2009, at 3:30 AM, Quiller wrote: I'd like to add my two cents to Kevin's suggestions. Instead, I prefer to use the Virtual PC images made available by Microsoft. The whole setup is free and provides an exact replication of different environments from IE6/XP to IE8/Vista.

Re: [css-d] IE layout blues [correction to url]

2009-05-21 Thread David Bailey
On 22/05/2009, at 5:30 AM, David Laakso wrote: This line above the doctype puts IE/6 in quirksmode. !-- HEADER INCLUDE Goes here -- Okay, that does change things dramatically. Obviously, I need to learn more about quirksmode. It now acts more like IE 7 in dropping the content of the

Re: [css-d] IE layout blues [correction to url]

2009-05-21 Thread David Laakso
I think your chances of getting that site functional in IE/5 is slim to none. Are you meaning, the structure of the site won't suit IE/5, or that IE/5 is beyond working with? Thanks for your efforts to help! Regards, David The comment was based on the erroneous uri you provided,