Re: [css-d] Top Border on Fieldset gone AWOL in IE

2008-05-18 Thread Peter
Holly Bergevin wrote: From: Peter [EMAIL PROTECTED] http://www.kuroiweb.com/forms/ This performs exactly as expected in FF, but in IE6 and IE7 the top border (the only one set) on all fieldsets except the last one is not visible Hi Peter, In your ie_styles.css, remove the

Re: [css-d] Online vs. Local and ID vs. Class weirdnesses?

2008-05-18 Thread Alan K Baker
Absolutely. Drove me nuts for a while. :-) I don't know if any other browsers do it, as I've not had a problems so far, but IE6 was my culprit. I did not explicitly define the sizes of images, leaving the browser to work them out for itself. According to Georg Sørtun, IE6 can't cope,

[css-d] Image displacement

2008-05-18 Thread Alan K Baker
Hi all. Another couple of problems that are driving me insane once more. g I am using image (background) displacement to simulate the movement of a 'switch tab' on a pipe organ. Each image category (there are four) is a .png compiled from three separate images placed one above the other in a

Re: [css-d] Image displacement

2008-05-18 Thread Gunlaug Sørtun
Alan K Baker wrote: http://www.webbwize.co.uk/Test_Area/VTPO/ [...] I can't see why this should be a placement problem and wonder if it's to do with the way z-index is handled, or is it because I have misunderstood the way that transparent images are supposed to be rendered when

Re: [css-d] Image displacement

2008-05-18 Thread Alan K Baker
- Original Message - From: Gunlaug Sørtun To: Alan K Baker Cc: css-d Sent: Sunday, May 18, 2008 2:11 PM Subject: Re: [css-d] Image displacement Alan K Baker wrote: http://www.webbwize.co.uk/Test_Area/VTPO/ The addition of... .couplertab li a, .fluetab li a, .reedtab li a,

Re: [css-d] Image displacement

2008-05-18 Thread tedd
At 3:17 PM +0100 5/18/08, Alan K Baker wrote: There may be one complication in that (if you've ever seen one of these instruments) the console is shaped like a horseshoe, and the backboard which contains all of the tabs is semi-circular, which means that the tabs nearer the left and right sides

Re: [css-d] Top Border on Fieldset gone AWOL in IE

2008-05-18 Thread Harry S. Anchan
Hi, Is there a beginner's site that teaches me, in simple terms, how to create CSS files? The sites I tried so far are rather hard to follow. Also, if I already have a site with lots of pages, is it possible/worthwhile to go the CSS way midstream, or is too late? Thanks in advance. Harry

Re: [css-d] Nested div break in IE7

2008-05-18 Thread Bobby Jack
--- Daniel Botting [EMAIL PROTECTED] wrote: It looks fine in FF and Opera, a little broken in Konqueror and completely broken in IE7. Hi Daniel, I'm not sure as to exactly which IE bugs or CSS deviations are in play here, but I notice immediately that you might have much better luck by

[css-d] short tag warning

2008-05-18 Thread tedd
Hi gang: The following link is generating a short tag warning in W3C validation. http://webbytedd.com/bbb/map/ What am I doing wrong and how do I fix it? Thanks, tedd -- --- http://sperling.com http://ancientstones.com http://earthstones.com

Re: [css-d] short tag warning

2008-05-18 Thread Jukka K. Korpela
tedd wrote: The following link is generating a short tag warning in W3C validation. http://webbytedd.com/bbb/map/ Markup validation isn't a CSS issue, so it's off-topic in this list. But please re-read the explanation that the validator gives; in practice, you have li a id=AK href=#span

Re: [css-d] short tag warning

2008-05-18 Thread tedd
At 10:04 PM +0300 5/18/08, Jukka K. Korpela wrote: tedd wrote: The following link is generating a short tag warning in W3C validation. http://webbytedd.com/bbb/map/ Markup validation isn't a CSS issue, so it's off-topic in this list. But please re-read the explanation that the validator

Re: [css-d] Nested div break in IE7

2008-05-18 Thread Daniel Botting
I'm not sure why you are using absolute positioning to layout the nesting, but a true nested structure: div id=outer_content_box div id=inner_content_box ... inner content box goes here /div /div combined with padding on the outer box, and dimensions set only on the

[css-d] diminishing lead-in paragraph

2008-05-18 Thread Ryan Oswald
hello, I'm trying to create a diminishing lead-in paragraph like this: http://www.ozworkz.com/temp/leadin.png I'm not sure how to go about doing this correctly with xhtml/css. Also, I imagine that browser text size increase/decrease would just screw it up. So is something like this even

Re: [css-d] Nested div break in IE7

2008-05-18 Thread Daniel Botting
Hi Bobby, Worked it out, it was the base href that broke it when I used an external style sheet. I've had this before and it broke it that time only in IE6 with another page I was building. Please accept my apologies. Thanks Daniel Now I'm sure it's something I've done and I've copied

Re: [css-d] diminishing lead-in paragraph

2008-05-18 Thread David Laakso
Ryan Oswald wrote: hello, I'm trying to create a diminishing lead-in paragraph like this: http://www.ozworkz.com/temp/leadin.png I'm not sure how to go about doing this correctly with xhtml/css. Also, I imagine that browser text size increase/decrease would just screw it up. So is

[css-d] IE7 horizontal scroll

2008-05-18 Thread Rick Pasotto
Why does IE7 cause this page to scroll horizontally? IE6 doesn't nor FF. http://lpnc.net -- Did you ever see an unhappy horse? Did you ever see bird that had the blues? One reason why birds and horses are not unhappy is because they are not trying to impress other birds and horses. -- Dale

Re: [css-d] IE7 horizontal scroll

2008-05-18 Thread David Laakso
Rick Pasotto wrote: Why does IE7 cause this page to scroll horizontally? IE6 doesn't nor FF. http://lpnc.net /Maybe/ because it is not recovering from the markup errors? http://validator.w3.org/check?verbose=1uri=http%3A%2F%2Flpnc.net%2F -- http://chelseacreekstudio.com/

Re: [css-d] Image displacement

2008-05-18 Thread Alan K Baker
Tedd. Granted that your map is quite an inspiration and as you imply, it's complex. However, I do believe that I may still have an equally difficult task ahead, not just due to partially rotated images, but also due to rotated text. Now that is going to be awkward without resorting to text

Re: [css-d] IE7 horizontal scroll

2008-05-18 Thread Rick Pasotto
On Sun, May 18, 2008 at 08:09:44PM -0400, David Laakso wrote: Rick Pasotto wrote: Why does IE7 cause this page to scroll horizontally? IE6 doesn't nor FF. http://lpnc.net /Maybe/ because it is not recovering from the markup errors?