Re: [css-d] Wrap text both below *and* above a floated element?

2006-05-31 Thread Ingo Chao
Frank Burleigh wrote: http://www.law.indiana.edu/alumni/index_.shtml In the callout box on the first page, it would be better if the h2 could consume the full width of the callout box. But it can't because the floated image consumes space even if it's given top margin that visually

Re: [css-d] Min Max for IE - FIX FOUND?

2006-05-31 Thread Ingo Chao
Bill Brown/Jessica Weinberg wrote: ... Expressions finds min-height with the proper syntax, but not the others (go figure). My tests indicated that other browsers ignored the special IE spelling, but I also used conditional comments to hide it anyway (since I need CCs to hide the

Re: [css-d] Min Max for IE - FIX FOUND?

2006-05-31 Thread Ingo Chao
Bill Brown wrote: Turns out, it's a half fix. It DOES draw significant resources on very long pages. I've changed the * selector to a class (minMax) and applied the class to five elements, much like one applies a clearFix. I noticed a nearly neglible delay when I applied the class to more

Re: [css-d] IE's quirky percentages, and more. Help!

2006-05-30 Thread Ingo Chao
Eystein Alnaes wrote: http://www.eystein.no/test/osloreg2/ 1. When hovering the Les mer links, or any other a tag within a p, the lines around it, and/or the background image (green bullet) jumps to the left. Which I've traced down to be related to this

Re: [css-d] different positioning with Internet Explorer

2006-05-29 Thread Ingo Chao
David McFarland wrote: in every browser but IE (including IE 7) the bottom of the paragraph is 10 pixels from the bottom, but in IE it's 6 pixels. http://www.sawmac.com/tests/caption.html The bottom setting is 10px in IE6, however, the inline replaced image does not sit on the bottom, but

Re: [css-d] Forms

2006-05-29 Thread Ingo Chao
Mark, view the source of the parsed page in your browser, copy it to your editor and start debugging in a plain html file. plabel for=kt_login_userUsername: br class=clearfixplain / div class=KT_field_errorInvalid username./div /label/p A div cannot be a child of a label. Validate your code.

Re: [css-d] faux column opera9.0b2

2006-05-29 Thread Ingo Chao
David Laakso wrote: (xp and linux on xp) On this page http://dlaakso.com/chelsea/index.xhtml in progress, the faux column rule between the center and right column is trapped and not showing in Opera9.0b2, FF/1.5.0.3, and Moz/1.7.12. It does appear in IE6.0(not exactly in the correct

Re: [css-d] How To: Make links work when using AlphaLoader

2006-05-26 Thread Ingo Chao
cj wrote: the fix: i actually have no idea why what i did works. however you can see my fixed version alongside a non-fixed version at http://sltclan.com/images/cj/fix-ie-loader/default.html method #1 - not so great, but better than nothing: using text-align: right; on the link will work

Re: [css-d] Tooltip hiding under a relatively positionned box (in IE)

2006-05-25 Thread Ingo Chao
Go sha wrote: ... Please let me know (and forgive me) if I break any of the lists' rules... Hello Sharon. It is more likely to get help when you offer an URL to a valid testcase. I have a list that displays information of certain items. ... I had to absolutely position elements within the

Re: [css-d] IE5.0/Win issue with position:absolute anchor

2006-05-24 Thread Ingo Chao
Bruno Fassino wrote: What you could try is to /avoid/ layout on the anchor: add a div (or another element) around the anchor, give position:absolute to this new element, and remove it from the anchor (as well as any other layout trigger like height:1% that you have now.) ... The only other

Re: [css-d] After positioning relative, IE places everything far below

2006-05-24 Thread Ingo Chao
Chris W. Parker wrote: Hello, I'm just now experimenting with 'position: relative;' and I've come to find out that even when I place an element outside a div (with relatively positioned elements inside it) it is still pushed below the point where the positioned elements WOULD have been (had

Re: [css-d] After positioning relative, IE places everything far below

2006-05-24 Thread Ingo Chao
Chris W. Parker wrote: www.swatgear.com/impacst.php Failure is not an option, uh, so my next proposal is better more correct. #box_with_button { ... overflow: hidden;} would prevent IE7 from expanding the height of #box_with_button. (IE6 treats height similar to min-height.) Further

Re: [css-d] Holy grail and left column jumping

2006-05-23 Thread Ingo Chao
Ian Young wrote: Been developing the Holy Grail code from ALA. Added drop down menu to it which I never had any problem with. In IE, the left column jumps into centre on hovering over the menu Stripped out version is at http://www.iyesolutions.co.uk/templates/new-dol/dol-test.html I

Re: [css-d] Readonly textarea backround color ignored in firefox

2006-05-23 Thread Ingo Chao
XP Home SP2: -Fx1.5.0.3 The first and second box are not white. -Netscape8 -Mozilla1.76 The first and second box are not white. No toolbar or whatever installed. Ingo -- http://www.satzansatz.de/css.html __ css-discuss

Re: [css-d] Drop-down menu Safari wackiness

2006-05-22 Thread Ingo Chao
benjy rose :: B:COMPLEX Creative wrote: I've created a dropdown menu that works fine on FF/Mac, FF/Win, and IE/Win, but has some weirdness on Safari. Basically, when the menu first drops down, it doesn't display the full width of the menu, but when I roll over the items, they each extend out

Re: [css-d] Drop-down menu Safari wackiness

2006-05-22 Thread Ingo Chao
benjy rose :: B:COMPLEX Creative wrote: http://www.gmvoices.com/new http://www.gmvoices.com/screen.css http://www.gmvoices.com/new/screen.css There is this #nav li float with a fixed width of 10em, it is overflown by its descendant link of 171px width + padding. This exceeding part keeps

Re: [css-d] border-collapse bug. (?)

2006-05-18 Thread Ingo Chao
Jim Barraud wrote: Has anyone else run into this behavior, know what the cause is, workaround, etc? Test Case: http://jimbarraud.com/lab/borderCollapseTest.html I think Ron Pringle struggled with a similar problem, see his wiki page

Re: [css-d] Floats and position type

2006-05-18 Thread Ingo Chao
Mark Fellowes wrote: One thing I haven't seen or read but curious about, can a float be positioned [relative, absolute, static, fixed]? http://www.w3.org/TR/CSS21/visuren.html#dis-pos-flo 9.7 Relationships between 'display', 'position', and 'float' ... if 'position' has the value 'absolute'

Re: [css-d] PNG alpha transparency bug in Firefox

2006-05-17 Thread Ingo Chao
Lassi Heikkinen wrote: http://www.pulu.org/transbug/ministri.php?j=weltsu SEURAAVAT KEIKAT in the left column has a PNG alpha-channel background-image. ... It worked fine as far as I noticed the strange behaviour in Firefox (1.5.0.3). Leave the URL I gave in background for a few minutes

Re: [css-d] OK, what am I missing?

2006-05-17 Thread Ingo Chao
Dave Pierce wrote: ... But the text in http://lorettosedgwick.org/pages/aboutus.html and http://lorettosedgwick.org/pages/sedgwicklife.html is cut off on the left about 2 or 3 letters ... font-size: small ... If only MS had constructed some nasty bugs around too small font settings. The

Re: [css-d] OK, what am I missing?

2006-05-17 Thread Ingo Chao
Ingo Chao wrote: The wrapper for all that paragraphs that are creeping [1] to the left has a padding-bottom and a margin-left set. I meant padding-bottom and border-left ... puzzling. Ingo -- http://www.satzansatz.de/css.html

Re: [css-d] Width of relatively positioned floats

2006-05-16 Thread Ingo Chao
Liz Castro wrote: I happened upon a strange thing by accident: by mistake I didn't set the width of a relatively positioned float explicitly, but nothing bad happened... I've tested it far and wide and I can't get it to break. #navbuttons {position:relative; float:right; z-index:1} And I

Re: [css-d] Combining class and id in style sheet bug IE6

2006-05-15 Thread Ingo Chao
Els wrote: Els wrote: Tim Ware wrote: .content3#portfolio { rules... } IE 6 ignore all the rules in .content3#portfolio Try #portfolio.content3 { rules... } Another issue that might come into play is what we named multiple #id.class bug in

Re: [css-d] Positioning a graphic to overlay text

2006-05-14 Thread Ingo Chao
Ian Piper wrote: http://www.tellura.co.uk/soundsteps/ Also, I have noticed that in IE the padding at the bottom of the graphic is about twice the 3px it should be. Is this another IE bug? display:block on this img should solve it. (IE constructs a baseline in an otherwise empty div, and

Re: [css-d] Maybe a bug in IE7 in displaying table with css?!??

2006-05-12 Thread Ingo Chao
Nicola Boccardi wrote: ... http://www.associazione6agosto2005.it/home.htm The html structure contains, among others, a div with a table within (I've tried to find a way to get by this, but without success - avoiding to change all the structure). Other browsers show correctly the table

Re: [css-d] Maybe a bug in IE7 in displaying table with css?!??

2006-05-12 Thread Ingo Chao
Ingo Chao wrote: Nicola Boccardi wrote: ... http://www.associazione6agosto2005.it/home.htm In the other browsers, height /and/ overlapping content is respected. This is wrong, the other browser would have shown the same problem, but you have served height to IE in a Conditional Comment I

Re: [css-d] Transition from Box Model Hack to Conditional Comments

2006-05-09 Thread Ingo Chao
Dagmar Noll wrote: Can anyone recommend an article that explains /how/ this hack actually works in detail? In other words, I'm look for an article that isn't focused on achieving a specific goal in a web page, but rather one that describes the mechanics of the hack. Dagmar, Tantek's

Re: [css-d] IE linking issues

2006-05-08 Thread Ingo Chao
Bill Brown wrote: Internet Explorer has incomplete support for multiple dynamic pseudo selectors like :hover and :active (which is not supported at all). Therefore, IE will onyl recognize the last one in the chain. For example, you apply :link:hover and :visited:hover, but IE only only sees

Re: [css-d] div covering up scroll bar? Z-index?

2006-05-08 Thread Ingo Chao
Matthew Bernhardt wrote: http://benedikt.knowlton.ohio-state.edu/faculty/ ... in IE/Windows, the top header div is appearing over the scroll bar. ... Am I right in thinking that this is somehow related to the z-index of the element? Or would it be something else? Something else. I

Re: [css-d] * SOLVED * (well, kind of) How to get inline li to fill 100% width.

2006-05-07 Thread Ingo Chao
Bill Moseley wrote: http://2006.infopeople.org/ how to get the inline li to fill 100% on an enclosing box. I'm surprised nobody jumped on this one. Maybe because there is no good answer. http://dizque.lacalabaza.net/temp/full-width-navigation-bar-with-css.html See the cssd thread

Re: [css-d] * SOLVED * (well, kind of) How to get inline li to fill 100% width.

2006-05-07 Thread Ingo Chao
Bill Moseley wrote: On Sun, May 07, 2006 at 08:37:40AM +0200, Ingo Chao wrote: Bill Moseley wrote: http://2006.infopeople.org/ how to get the inline li to fill 100% on an enclosing box. I'm surprised nobody jumped on this one. Maybe because there is no good answer. http

Re: [css-d] opera: strange behaviour with p selector

2006-05-06 Thread Ingo Chao
Patrick Ehrlich wrote: http://werksentwurf.infosion.de Patrick, your css does not validate http://werksentwurf.infosion.de/common/css/style.css There is a @import following body; probably a copypaste mistake. Ingo -- http://www.satzansatz.de/css.html

Re: [css-d] two menu on the same row are conficting

2006-05-06 Thread Ingo Chao
Rick van Dalen wrote: http://www.studio-pit.nl/ish/menu/topmenu/dubbelmenu.html Rick, the idea is to set position:relative on the li:hover state only, and not on li in menuVER.css and menuHOR.css Ingo -- http://www.satzansatz.de/css.html

Re: [css-d] Comment numbers get clipped in IE

2006-05-05 Thread Ingo Chao
Stian Grytøyr wrote: I just noticed that IE appears to clip the comment numbers on a new site of mine. Here is an example: http://projectank.com/2006/5/1/transparent-png-generator#comments If I remember correctly, I had similar problems here http://www.satzansatz.de/cssd/acidicfloat.html I

Re: [css-d] Reseting styles with the use of conditional comments

2006-05-03 Thread Ingo Chao
Ingo Chao wrote: http://www.satzansatz.de/cssd/drcc/drcc2.html Tim, many thanks to Tim for testing. And I got 48 Browsercam shots offlist from a kind soul. Much appreciated. And Georg has live examples. Good. So it does work in IE5.0, 5.5, 6.0, 7beta2, and it doesn't irritate any other

Re: [css-d] Reseting styles with the use of conditional comments

2006-05-02 Thread Ingo Chao
Guillaume wrote: I'm using an @import filter to fire my css... Now I would like to reset those styles for Ie 5.0 for example, to make sure he only has the text version and no styles at all... I thought throwing to this browser an empty style sheet through conditional comments... But

Re: [css-d] Reseting styles with the use of conditional comments

2006-05-02 Thread Ingo Chao
Ingo Chao wrote: This is new to me, and I would appreciate some testing. http://www.satzansatz.de/cssd/drcc/drcc.html This one, at least, works for me in IE7, 6, 5.5 and IE's parser seems to recover well from this. Actually the styles were not chosen carefully. Here is another example

Re: [css-d] csshover.htc crashing IE6

2006-04-30 Thread Ingo Chao
See http://www.mullbb.co.uk/new/ I think I've traced the problem to a clash between 'csshover.htc' and my Javascript files. If I delete the *.js files from the server (or don't call them on the pages), IE6 doesn't quit. See http://www.mullbb.co.uk/meyer/ (using Eric's CSS almost

Re: [css-d] Massive IE Screw-up Part 2

2006-04-30 Thread Ingo Chao
Scott Spilker wrote: Thanks guys for your ideas. While it doesn't look as good (what does in IE), I did get the transparency issue worked out. But, the link problem is still giving me grief. The weird part is, the back part of each li is linking, but the image itself. But, the image

Re: [css-d] Intervening HTML comments break CSS adjacent sibling selection in IE7

2006-04-30 Thread Ingo Chao
Philippe Wittenbergh wrote: On Apr 29, 2006, at 8:13 AM, Greg Reimer wrote: Is the correct behavior that CSS adjacent sibling selection should NOT be affected by HTML comments? I ask because IE7 adjacent sibling selection fails when an HTML comment intervenes between the adjacent siblings.

Re: [css-d] Intervening HTML comments break CSS adjacent sibling selection in IE7

2006-04-30 Thread Ingo Chao
Ingo Chao wrote: h1+h2 {color:green} h1+*+h2 {color:red} h1test h1/h1 !-- comment -- h2This h2 should be green./h2 IE7 (build 5346.5, April 25) renders the h2 in RED. http://www.satzansatz.de/cssd/ie7apr25_sibling.html CSS wouldn't be fun without IE. Does IE7 style a HTML

Re: [css-d] IE6 supports white-space: pre; Not.

2006-04-24 Thread Ingo Chao
David Hucklesby wrote: ... I wonder if IE 7 will behave like IE 5 with a comment before the DOCTYPE? see http://www.satzansatz.de/cssd/quirksmode.html Ingo -- http://www.satzansatz.de/css.html __ css-discuss [EMAIL

Re: [css-d] SOLVED: Now-Safari broken Was-background images missing in IE

2006-04-23 Thread Ingo Chao
Philippe Wittenbergh wrote: This only seems to affect list-items (li) with a transitional doc type or in quirks mode. Transitional http://dev.l-c-n.com/safari/padding-inline2.php Strict http://dev.l-c-n.com/safari/padding-inline.php Konqueror 3.5.1 also clips partly when using a strict

Re: [css-d] align 2 groups of text

2006-04-21 Thread Ingo Chao
Dave Solko wrote: I'm trying to align two groups of text so they butt up against each other, similar to decimal alignment. I want something that looks like: foo: bar hi: mom something: everything john: yaya eleven: some longish text ... about

Re: [css-d] SOLVED: Now-Safari broken Was-background images missing in IE

2006-04-21 Thread Ingo Chao
Christy Collins wrote: I'm still unclear why some browsers support padding-top on the inline li but Safari doesn't. Is this a bug or is Safari just more strict? Does it make sense that it would except horizontal padding but not vertical padding? I cannot verify this. The local

Re: [css-d] SOLVED: Now-Safari broken Was-background images missing in IE

2006-04-21 Thread Ingo Chao
Sorry Here a red bordered div containing a simple pink span with a padding-top of 50px and a bg-image http://www.satzansatz.de/cssd/tmp/20060421004039/inlinepadding.html Ingo -- http://www.satzansatz.de/css.html __

Re: [css-d] Equal Height Columns / One true layout and # top headaches

2006-04-20 Thread Ingo Chao
Alex Robinson wrote: There is indeed a problem with equal height columns and anchors in Mozilla and IE. Alex, I hope the problem can be addressed with /* Hide these from IE6+7 via appropriate CC hacking */ #targetcage { /* just a block placeholder for the a.p. anchor */ /*

Re: [css-d] Float problems in Firefox 1.5

2006-04-20 Thread Ingo Chao
Pringle, Ron wrote: Ingo Chao wrote: div style=float: left; height:100px; width:100px; background: yellow;/div div style=float: left; pLorem ipsum dolor sit amet, consectetuer adipiscing elit. Nam luctus urna non sem./p /div If the window is wide enough, the Lorem ipsum stays

Re: [css-d] IE floated columns collapsing

2006-04-20 Thread Ingo Chao
Christian Montoya wrote: At http://www.christianmontoya.com, I have some floated columns in the footer. The markup is not pretty, as I had to do a lot of hooks to do multiple background images. The footer has 3 columns, followed by a clearing BR, and then 3 more columns, followed by another

Re: [css-d] background images missing in IE

2006-04-20 Thread Ingo Chao
Christy Collins wrote: Anyone know what I need to do to get IE to display these background images? It's the yellow triangle things above the navigation. TIA -Christy http://ee.berkshireradio.org/index.php/main/test/ Again, IE has a broken inline model. You really should consider using

Re: [css-d] CSS Horizontal Menu: Z-Index problems with Internet Explorer

2006-04-19 Thread Ingo Chao
Tim Spangler wrote: ... When the page is resized and the horizontal menu items stack, the submenus display behind the top level menu items, not above them. This only occurs with Internet Explorer, not Firefox (1.5.0.2) or Opera (8.54). ... I did some major trolling of the css-d public

Re: [css-d] MIR Image Replacement Bug Question

2006-04-19 Thread Ingo Chao
Anthony Baker wrote: I'm using the Malarkey Image Replacement technique on a site I'm currently developing (links to related pages follow) http://www.stuffandnonsense.co.uk/archives/mir_image_replacement.html In any event, my issue is this: I've tested this on several browsers, including a

Re: [css-d] CSS Horizontal Menu: Z-Index problems with InternetExplorer

2006-04-19 Thread Ingo Chao
Tim Spangler wrote: The solution involves setting the position: relative and z-index on the main menu's li, not on the sub ul underneath it: Not this: .links li:hover ul, li.over ul { position: relative; z-index: 1 } But this: .links li:hover, li.over { position: relative;

Re: [css-d] Float problems in Firefox 1.5

2006-04-19 Thread Ingo Chao
Pringle, Ron wrote: Hmm. Having an odd issue with Firefox not properly displaying a float. Two columns floated left, the second column ends up under the first floated column, instead of next to it, as it should. Apparently not. I don't have a spec at hand this night, and I might be wrong, but

Re: [css-d] Float problems in Firefox 1.5

2006-04-19 Thread Ingo Chao
Ingo Chao wrote: div style=float: left; height:100px; width:100px; background: yellow;/div div style=float: left; pLorem ipsum dolor sit amet, consectetuer adipiscing elit. Nam luctus urna non sem./p /div If the window is wide enough, the Lorem ipsum stays next to the yellow

Re: [css-d] top banner image and link

2006-04-18 Thread Ingo Chao
MaryES wrote: ... http://www.trisms.com/New/Max.html What I am trying to do that has me baffled is putting a link in the top banner to the far right of the image. #top { position: relative; /*containing block for a.p. link */ height: 114px; background: #fff

Re: [css-d] Site Check especially with IE

2006-04-18 Thread Ingo Chao
[EMAIL PROTECTED] wrote: Just wondering if you all had suggestions for my site. I am especially worried about how it looks in IE. http://www.ohdivine.com http://www.ohdivine.com/ohdivine.css Your page layout relies heavily on fixed positioning. IE/Win 7 does not support position:fixed. I

Re: [css-d] Absolute Postioned Form No Longer Takes Input

2006-04-18 Thread Ingo Chao
David Merwin wrote: When I absolutely position a form (searchform) I am no longer able to use it. It won't take an input. An ideas? Site in question: http://www.madeblue.com/ Various results cross browser: Opera8.51 + 9betaRC take the input Safari2.0.3 does not take an input, but the

Re: [css-d] Site check on Mac please

2006-04-17 Thread Ingo Chao
Webadmin - Tenbus wrote: The URL is http://tenbus.co.uk/index.php . If IEMac is required, div.thumb { ... /*\*//*/ width: 100px; /**/ } this would prevent the floating thumbs in gallery from taking 100% of the width, as 'float' does not shrink-wrap here. I guess this

Re: [css-d] Site check on Mac please

2006-04-17 Thread Ingo Chao
Webadmin - Tenbus wrote: [mailto:[EMAIL PROTECTED] On Behalf Of Ingo Chao The URL is http://tenbus.co.uk/index.php . If IEMac is required, div.thumb { ... /*\*//*/ width: 100px; /**/ } ... May I ask how this hack (if I may call it that) works! I've searched the wiki

Re: [css-d] Some sort of IE hasLayout issue on image thumbnail links

2006-04-17 Thread Ingo Chao
Christian Montoya wrote: I have a problem at http://christianmontoya.com in IE 6. On the right hand column are some photos. These photos do not float correctly in IE 6 unless you hover them. I'm not sure why it's happening except that it might be a hasLayout issue. #sidephotos a img {

Re: [css-d] Site check please

2006-04-15 Thread Ingo Chao
Tim (The Site Doctor) wrote: my client from last week is still complaining about problems with his site www.avciarchitects.com. You should ask him what issues exactly he is speaking of, if he is using the internet or firefox, what resolution, which page ... I don't expect that the scattered

Re: [css-d] IE check on mindimp.co.uk

2006-04-15 Thread Ingo Chao
Rob Mientjes wrote: http://www.mindimp.co.uk/?p=1 One problem in IE6 is that the margin triggers the quirky percentages bug [1], causing #main to be wider than 100% of its parent. .postpage #main { /*margin: 0pt 9%; */ float: right; width: 82%; } This should prevent the horizontal scrollbar.

Re: [css-d] IE check on mindimp.co.uk

2006-04-15 Thread Ingo Chao
Rob Mientjes wrote: One thing that remains is the creeping text, which I cannot seem to fix. Is the problem in the #comments area or in #main? How to approach this (I've had this problem maybe thrice before and fixed it by setting position: relative on things, IIRC, but it doesn't seem to

Re: [css-d] IE: 2 out of 4 corner images invisible

2006-04-13 Thread Ingo Chao
Charles Blaquière wrote: http://www.blaqzone.com/Temp/Popfuel/ . I cannot read your 10px text. 1) Each dark-brown section has 4 nested divs, one for each rounded corner. Unfortunately, the *top two* corners don't appear. ... Why would the bottom two background images appear, but not the

Re: [css-d] Suckerfish 3-level menu problem in Safari

2006-04-13 Thread Ingo Chao
Ann Adamcik wrote: Hi, I have a 3-level Son of Suckerfish menu that works fine everywhere except Safari (1.3.2). It looks like the 3rd level submenu isn't getting the right negative top margin... Does anyone see what I've done wrong? No, I think its a Safari bug. Works for me

Re: [css-d] Volume Display using CSS

2006-04-11 Thread Ingo Chao
Rizky wrote: correct me if i'm wrong, but semantics are science for writing right? so i don't think there's a markup for volume, tone of voice, or something similar. I am not a semanticist, so I cannot correct you. Probably you are right. Zoe M. Gillenwater wrote: In the context of web

Re: [css-d] Volume Display using CSS

2006-04-10 Thread Ingo Chao
Scott Wilcox wrote: I need to display a volume bar and indicate the current level on a page. I was hoping to implement this using CSS alone, and was wondering if anyone had done something similar, and had some ideas. What would be the semantically correct representation of a volume control,

Re: [css-d] Dropdown menu issue

2006-04-10 Thread Ingo Chao
I must admit that I didn't get all of the meaning in this thread, which is named as drop-down problem, but the recent info was about fly-outs? Anyway, wouldn't it be possible to overflow the submenus? I compiled some here (for a dropdown, but basically this should work for fly-outs, too)

Re: [css-d] Peculiar behavior with IE and alpha image loader

2006-04-09 Thread Ingo Chao
Jakob Persson wrote: http://www.jakob-persson.com/ I can see the problem at the live page, but I cannot reproduce it on a local copy, the alpha png is working correctly here. Does the bug still manifests without the preload/google-analytics scripts? Or if there is some content, say a html

Re: [css-d] hover not working in internet explorer windows

2006-04-08 Thread Ingo Chao
Blake Taylor wrote: I'm having difficulty trying to get a hover to work in IE for Windows. The code works fine in every other browser but IE for Windows/Mac. The page is at http://www.amanapart.net/heyah/location.html When you hover over the word 'importance', a menu should display to

Re: [css-d] hover not working in internet explorer windows

2006-04-08 Thread Ingo Chao
Ingo Chao wrote: ... see Changes in http://www.xs4all.nl/~peterned/csshover.html for some rudimentary info. Did never understand why this page doesn't state this clearly and in RED LETTERS. There is a link to Aldo's blog, and somewhere deep nested in the comments there you may find

Re: [css-d] Disappearing graphic in Firefox

2006-04-07 Thread Ingo Chao
Ray wrote: Working on the initial stages of a layout, which floats an image across a portion of the page masthead, in the upper right corner of the page. In Firefox 1.5, at resolutions around 1024 wide, the image disappears. At lower resolutions the page works properly.

Re: [css-d] Absolute positioning in relative element - bug or misunderstanding?

2006-04-06 Thread Ingo Chao
Jeroen Coumans wrote: http://jeroencoumans.nl/test/border.html http://jeroencoumans.nl/test/no-border.html ... And even more dubiously, Internet Explorer seems to do the correct thing - the positioning shouldn't be affected by the presence of a border, so both files should be

Re: [css-d] css menu width problem

2006-04-06 Thread Ingo Chao
Josh Weinstein wrote: I created a menu using css and java based on the Suckerfish dropdowns at http://www.htmldog.com/articles/suckerfish/dropdowns/. My problem is that the submenu that appears on rollover takes its width from the {#nav li ul} properties and that means that I had to make it

Re: [css-d] Missing bullet image in dynamically generated list

2006-04-06 Thread Ingo Chao
Tom Dell'Aringa wrote: ... Exploring the window with the DOM inspector shows the right classname and everthing seems in order. You can see this lovely behavior at: http://monitor.pixelmech.com/activity.html http://monitor.pixelmech.com/css/monitor.css Click the add ticker link to get a

Re: [css-d] Help with showing and hiding table rows dynamically

2006-04-02 Thread Ingo Chao
Christian Heilmann wrote: for a code example in my upcoming book I need to show and hide table rows dynamically. Your IE code table.dynamic tbody tr{ display:none; } table.dynamic tbody tr.show{ display:block; } and I can do it in Firefox via: htmlbody table.dynamic

Re: [css-d] mixed-up on how to address layout and image issues in IE (PC / Mac)

2006-03-31 Thread Ingo Chao
Clayton Farr wrote: Thanks to some quick feedback I've made these changes in an effort to become better friends with IE: * 'overflow:hidden' commented out from IE5/Mac (within 'base.css') - to try and address missing banner image * added 'zoom:1' (on #quotes div within 'iewin.css') to try

Re: [css-d] mixed-up on how to address layout and image issues in IE (PC / Mac)

2006-03-31 Thread Ingo Chao
Clayton Farr wrote: IE6Win: the right sidebar is much more stable now. Switching to a lower text size does not drop the float anymore, good. There is still an issue when the window is sized smaller. That's great to hear that it's working better. The window sizing issue is the problem I

Re: [css-d] A problem showing a floating div in IE

2006-03-31 Thread Ingo Chao
kuasar wrote: Hello. This is the website I'm creating right now. http://kuasar.no-ip.org/sempreavant/page/index2.php My problem is the grey box up on the right hand corner (which is suposed to contain a photo later on). Using firefox I see the box behind the page curl, which is the

Re: [css-d] mixed-up on how to address layout and image issues in IE (PC / Mac)

2006-03-30 Thread Ingo Chao
Clayton Farr wrote: ... http://www.filmtreks.com/ ... * Internet Explorer 5 / Mac - banner image at top of page (placed via css and php random image script) is not showing up Isn't this related to the overflow:hidden bug in IEMac? I'd hide it from IEMac for a try. Ingo --

Re: [css-d] mixed-up on how to address layout and image issues in IE (PC / Mac)

2006-03-30 Thread Ingo Chao
Clayton Farr wrote: http://www.filmtreks.com/ * Internet Explorer 6 / PC - right hand side-bar (floated:right) breaks and goes below other float on resize of browser window The reason for this float drop is the quirky percentages bug [1], In short: IE6 has problems with percentages

Re: [css-d] dynamic menus and z-index? (formerly More SOS)

2006-03-29 Thread Ingo Chao
Ingo Chao wrote: [EMAIL PROTECTED] wrote: http://spppa.littleberrystudio.com For FirefoxCo, #nav li ul {z-index:1} should solve the problem of text+borders peeking through in flyouts of preceding elements. For IE, I don't have a solution, since IE establishes a new stacking

Re: [css-d] IE Highlighting Bug

2006-03-28 Thread Ingo Chao
Colin Sheaff wrote: I'm sure I could suss this out with enough hours of research and trial-and-error tweaking of the site, but I would love to resolve this quicker so I ask for your help. http://www.canastamusic.com/press For some reason when using the mouse to highlight text (to copy text

Re: [css-d] dynamic menus and z-index? (formerly More SOS)

2006-03-28 Thread Ingo Chao
[EMAIL PROTECTED] wrote: http://spppa.littleberrystudio.com For FirefoxCo, #nav li ul {z-index:1} should solve the problem of text+borders peeking through in flyouts of preceding elements. For IE, I don't have a solution, since IE establishes a new stacking context for each relatively

Re: [css-d] IE7B2 calculates the containing box of absolutely positioned elements wrong?

2006-03-28 Thread Ingo Chao
Tom wrote: Check out: http://tomabuct.googlepages.com/CSS20.htm I cannot verify this in the recent build of IE7 Mar 20 (build 7.0.5335.5). Looks nearly identical to Fx1.5. IE7 still has box model problems, but I think this particular one was fixed after build 7.0.5296.0. (In this Jan31

Re: [css-d] Duplicate Content, Form Width Madness

2006-03-27 Thread Ingo Chao
Rahul Gonsalves wrote: I'm absolutely flummoxed by what IE is doing to this page: http://mentaid.in/newsletter ... The client wants this site up fairly soon, so if someone could look through it and send me a reply, I would be extremely grateful. I think IE is somewhat irritated by the

Re: [css-d] Navigation woes

2006-03-23 Thread Ingo Chao
Richard Brown wrote: http://www.theoldcoachworks.org.uk/ http://www.theoldcoachworks.org.uk/wp-content/themes/WordpressRooms/ style.css I have some recollection that this is a WinIE bug. i.e that it doesn't display text under a box but alongside it whatever the quoted width. Some

Re: [css-d] Inline list item background image positioning problem in IE6

2006-03-22 Thread Ingo Chao
Ben Henick wrote: Given the following in IE6: 1. A link list with its items set to display: inline and text alignment centered 2. A bullet background image on each item without any position applied List items that wrap present the background image at the left margin of the text on

Re: [css-d] Link hovering wierdness in IE

2006-03-21 Thread Ingo Chao
Iorhael wrote: Hi, I have a really strange thing going on when hovering over menu links in IE in this web site. I just added a background image for the menu links on hover...it works fine in Firefox and Opera, but in IE, hovering over and clicking on the links causes really strange things

Re: [css-d] Easy Clearing and clear:both issue

2006-03-21 Thread Ingo Chao
clear:both on the pseudo-element 'clears' any float that is within the same block formatting context (here: body). The pseudo-element sticks to the div.z, but the clearance moves it below the floated leftnav. Therefore, the pseudo-element stretches the element to which it is attached. This

Re: [css-d] Frame is empty in IE

2006-03-20 Thread Ingo Chao
Piotr Zalewa wrote: http://test.bandwagon.co.uk/iframe.html (.../frame.html) Welcome Piotr, The page that doesn't show up inside the iframe, http://test.bandwagon.co.uk/forums/ has this rule * html { position: relative; } by removing it via IEDomExplorer toolbar, the iframe renders more

Re: [css-d] Float jumping horizontally in IE on click-drag

2006-03-20 Thread Ingo Chao
Eric Shepherd wrote: http://www.fisher-price.com/fp.aspx?st=2182e=productpid=34783 On a local copy, this seems to stabilize it /* PRODUCT INFO */ * html #product-info { display: inline; position: relative; } but not live via DomExplorer. Ingo --

Re: [css-d] More SOS issues - No more unspecific subject lines please

2006-03-19 Thread Ingo Chao
Iorhael wrote: btw-1: Perhaps you can give the '#menu li ul li a' the padding instead of the '#menu li ul li', then the (yellow) clickable area can be greater. Francky and others, another thing I am noticing with the submenus in IE is that hovering is a bit jumpy between the parent link

Re: [css-d] inline lists with left or right borders applied to list items

2006-03-19 Thread Ingo Chao
Nick Cappadona wrote: I'm having some trouble with IE6 and inline lists. The problem occurs when I apply a right or left border to an individual list item. Actually, this alone does not cause the unexpected behavior, but if a list item happens to span across two lines, IE will display the

Re: [css-d] footerStickAlt

2006-03-17 Thread Ingo Chao
Tim (The Site Doctor) wrote: No, I'm talking about his page's code, basically I'm just thinking about having a template with the layout CSS and no element styling. Tim So you are not asking about the footerStickAlt method, as your subject line implies, but you are asking about this page's

Re: [css-d] Sidebar being pushed down in IE6

2006-03-16 Thread Ingo Chao
I wonder what makes IE think he should overflow and drop a container with the text zoom being increased or /decreased/ as the OP reported in the beginning of the thread, and why different Installations show inconsistent results. Voodoo. Ingo -- http://www.satzansatz.de/css.html

Re: [css-d] Mozilla - limited hover area on linked image

2006-03-15 Thread Ingo Chao
WV Mike wrote: ... http://mbreiding.us/2006/ERT_2006/fl/parks_hikes/mana_springs/ has two linked images at top-left and top-right. When mousing the image the hover hand does not appear until well into the field of the image. A similar page does not exhibit this behavior:

Re: [css-d] Bottom margin on page, can't figure out how to get rid of it

2006-03-15 Thread Ingo Chao
Tina Vance wrote: I'm creating a website and cannot get past this one little problem: on Mozilla, Safari and every other browser *except* MS Internet Explorer, there is a bottom margin on the content section of the page. I've validated the stylesheet, I've validated the html, both come up

Re: [css-d] Bottom margin on page, can't figure out how to get rid of it

2006-03-15 Thread Ingo Chao
Tina Vance wrote: And another valuable lesson about wholesale application of hacks is learned. ;) All of the clearfixes were deleted, all of the problems were solved. Thank you very much for your help! cj wrote: On 3/15/06, Tina Vance [EMAIL PROTECTED] wrote: The url for the site is

<    1   2   3   4   5   6   7   8   9   10   >