Re: [css-d] another float/IE question

2005-12-14 Thread Ingo Chao
Denis Mishunoff wrote: > http://scoolnet.bluedynamics.net/Members/denis/scoolnetarticle.2005-12-14.3733299116 > ... The problem is that the text doesn't wrapps the floated DIV in IE as it > should. You will notice that the first paragraph behaves as it has the > margin-left applied to it. The inte

Re: [css-d] Compuserve 7.0

2005-12-13 Thread Ingo Chao
Josine Krant wrote: > If Compuserve 7.0 is not IE6, what is it ? Google says it's a gecko engine. According to [1], the user agent string of Compuserve 7 is Mozilla/5.0 (Windows; U; Win98; en-US; rv:0.9.4.2) Gecko/20020502 CS 2000 7.0/7.0. So you might want to download this old Moz at evolt.o

Re: [css-d] Problem with clearing in IE

2005-12-13 Thread Ingo Chao
Werner Hempel wrote: > I'm trying to do a simple three column layout, ... > http://zynist.homepage.t-online.de/layout1.html > ... The text stays in place, but the background color > of the middle column extends to the left and below the left #left-div, > ruining the layout. And the text in middl

Re: [css-d] IE 6.0 WinXP left column not showing / crashes IE on window resize

2005-12-12 Thread Ingo Chao
Erik Visser wrote: > Ingo Chao wrote: >> You are pulling #middleColumn via negative margin-left to the left. IE >> needs position:relative to display it there, far out. >> > > this might fix it? #middleColumn needs position: relative, and it's dimensioned ancesto

Re: [css-d] IE 6.0 WinXP left column not showing / crashes IE on window resize

2005-12-12 Thread Ingo Chao
Erik Visser wrote: > Ingo Chao wrote: >> Erik Visser wrote: >>> http://www.bartbleijerveld.nl/ >>> http://www.bartbleijerveld.nl/css/skidoo_too.css >> >> Your footer script or whatever crashes IE when the window is diagonally >> resized to 25%. >

[css-d] Opera9 TP1: peekaboo with relatively positioned elements in inline-block container

2005-12-12 Thread Ingo Chao
I really would like to use inline-block container with relatively positioned elements inside for a self-centering and wrapping image gallery. But Opera9TP1 shows this regression: When the container is scrolled out of the viewport and back, the relative positioned child vanishes. Minimal test c

Re: [css-d] IE 6.0 WinXP left column not showing / crashes IE on window resize

2005-12-12 Thread Ingo Chao
Erik Visser wrote: > http://www.bartbleijerveld.nl/ > http://www.bartbleijerveld.nl/css/skidoo_too.css Your footer script or whatever crashes IE when the window is diagonally resized to 25%. Ingo -- http://www.satzansatz.de/css.html ___

Re: [css-d] Safari Bug: Crash on Certain CSS-Generated Content

2005-12-11 Thread Ingo Chao
Mr. Meitar Moscovitz wrote: > Hi all. > > While designing a web site for a client, I ran into what appeared to > be a rather odd Safari bug. Each time I hovered over a link which had > some embedded content in the title attribute, the browser would > crash. After a few hours of bug hunting,

Re: [css-d] CSS only tooltip in IE appears below other elements

2005-12-10 Thread Ingo Chao
Gunlaug Sørtun wrote: > Jesper Brunholm wrote: > >> Im trying to make a pure CSS tooltip (or mouseover/hover- popup) on >> this page: >> >> They work very fine on the first 4 links: "Ag o ... Ak","Al v ... Am >> B" etc, but only in Mozilla and Opera, Explorer p

Re: [css-d] [RE-POST] anchor focus in opera and IE

2005-12-09 Thread Ingo Chao
Mark Batty wrote: > Hi all, I've re-posted to hopefully get some information. > > If no-one has a solution to my problem below would you be able to tell me if > anchor focus normally works in Opera and IE? :focus is not implemented in IE6, one workaround is the use of the :active pseudo-class I

Re: [css-d] Firefox 1.5 link jumping problem

2005-12-08 Thread Ingo Chao
Smith, Sarah wrote: > This problem wasn't present in Firefox 1.0.x versions, but it is present > in Firefox 1.5. When I right or left click a link on the page (other > than the top green nav bar links), the page jumps. The jump occurs > because the last link, "Children", in the nav bar is jumping d

Re: [css-d] with padding inside that has "overflow: auto"

2005-12-08 Thread Ingo Chao
medial | André Huf wrote: > can anyone explain why there is a horizontal scrollbar for a div in > Firefox if there is a ul with “padding: 0;” inside it? > > And why the padding disappeares if I set the padding to at least 8px for > example? > > The ul’s have list-style-type:none; - but it does

Re: [css-d] Hiding rules from FF1.07 on a Mac

2005-12-07 Thread Ingo Chao
Can't answer your question, but do you have an URL at hand? Ingo -- http://www.satzansatz.de/css.html __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio

Re: [css-d] display: table-cell --- why?

2005-12-07 Thread Ingo Chao
Rolf Mortenson wrote: > Could someone please explain the use of display:table-cell? > > I can never seem to get my brain around the how's and why's > > Like, why wouldn't you use a table instead of using divs that act > like tables and table cells? Choan C. Gálvez posted this nice example of

Re: [css-d] safari drop down css menu quirk

2005-12-07 Thread Ingo Chao
Owen Williams wrote: > .. After I hover over a list item once, it stays > where Safari thinks it should be until I refresh. > http://dev.friendsofmatthew.org/ I do not understand this rule, and removing it seems to stop it at my end: > #topnavbar li > ul { > top: auto; > left: auto; > } In

Re: [css-d] Abs. positioned element breaks drop-down menu

2005-12-07 Thread Ingo Chao
Laura Valentino wrote: > ... when you rollover "Neurology", you > can only go down 2 items before it disappears): > > http://www.neurocarelaunches.com/learningex/learningex_neuro_EEG_test2.htm A red background for the sidebar visualizes the problem. #menu { ... position:relative; z-index:1} Don

Re: [css-d] Layout problem in IE

2005-12-07 Thread Ingo Chao
Remy Merriex wrote: > This is a repost of a problem I had last week, I got no responses so I > thought I'd try one more time. The original post is below, thanks! Try to rephrase instead of reposting. 75% of these list's postings are due to a "Layout problem in IE". > [http://www.pdsxp.com/bov/wow

Re: [css-d] Column issues and some...in IE/Win (Kristin Caulfield)

2005-12-06 Thread Ingo Chao
Kristin Caulfield wrote: > http://www.wcfia.harvard.edu/wwwbeta/misc/publications/centerpiece/fall05_vol19_num3/feature_rwanda.html > This link still shows the problem if you'd resize the window by /slowly/ mouse-dragging the right window edge. Ingo -- http://www.satzansatz.de/css.html _

Re: [css-d] Column issues and some...in IE/Win

2005-12-05 Thread Ingo Chao
Ingo Chao wrote: > A negative margin-right of -3px (served only to IE) should do. in #sidebar. Ingo -- http://www.satzansatz.de/css.html __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d L

Re: [css-d] Column issues and some...in IE/Win

2005-12-05 Thread Ingo Chao
Kristin Caulfield wrote: > > Issue 1 > In IE 6/Win, on 4 of my pages the right hand navigation column drops > down below the main content area on the left. Here are the links to the > pages that do that. > > http://www.wcfia.harvard.edu/wwwbeta/misc/publications/centerpiece/ > fall05_vol19_n

Re: [css-d] Firefox active link dotted border problem

2005-12-03 Thread Ingo Chao
Christian Montoya wrote: > On 12/3/05, Gunlaug Sørtun <[EMAIL PROTECTED]> wrote: >> Ingo Chao wrote: >>> http://temp.rdpdesign.com/final/ is still showing a jump in active >>> tabs. I wonder was the question was, really. >> I wonder too. Now the active l

Re: [css-d] Firefox active link dotted border problem

2005-12-02 Thread Ingo Chao
Christian Montoya wrote: > On 12/2/05, David Laakso <[EMAIL PROTECTED]> wrote: >> I think Philippe answered the question. > > Philippe completely misunderstood my question, but fortunately I > solved my own problem. > http://temp.rdpdesign.com/final/ is still showing a jump in active tabs. I wo

Re: [css-d] CSS QA

2005-12-02 Thread Ingo Chao
Arthur Cundy wrote: > Hello everyone, > > I've just completed this website using divs and I wanted to run it by > you guys to see if you can spot any issues. This is my second attempt > at a table-less design and my first attempt at using shtml includes. > The website is http://www.cafe-list.com >

Re: [css-d] Opera 8.5 bug

2005-12-02 Thread Ingo Chao
Lindsey wrote: > http://cssgirl.com/ ... I was testing on > Firefox 1.0.7, and 1.5, IE6 and Opera 8. When I finally upgraded to 8.5, > I saw that new Opera completely distorted my menu bar! > > Are there hacks to hide code/ modify code for Opera (such as using an > underscore for ie like, _marg

Re: [css-d] [RE-POST] IE page flicker (not rollover)

2005-12-01 Thread Ingo Chao
Mark Batty wrote: > If I hold the mouse over the logo and press the button to select (but not > release the button), the logo image disappears > http://public.softectra.com/dev/lang/markup/css/cssd/281105_1/index.html At least on my end, Georg's -1px margin fix does stop the flicker. As a side no

Re: [css-d] iframe style and positioning problem

2005-12-01 Thread Ingo Chao
Diana Horvitz wrote: > 1 - In IE 6, the background does not cover the whole iframe, but it leaves a > 2px white space on the left and bottom - it looks OK in FF ... > The page can be seen at http://212.179.71.73:8332/V (click on the first or > the second icon from the left - in the navigation line)

Re: [css-d] #idname.classname - IE Support

2005-12-01 Thread Ingo Chao
Kevin Cannon wrote: > Hi, > > Is it possible ot use a rule with an ID and a class name in IE. e.g. like so: > > ... > > #tabs.ski { > background-color: green; > } > > That works fine in Firefox, but in IE the first rule works, but subsequent > ones don't: > > h

Re: [css-d] Float containment problem in IE/Win

2005-11-29 Thread Ingo Chao
Al wrote: > if you can get rid of the scrollbar ... I fear that would require the next nastiness ;) Shifting the margin from #contain to a padding of its container, body? http://www.satzansatz.de/cssd/tmp/float-containII.html Ingo -- http://www.satzansatz.de/css.html __

Re: [css-d] Float containment problem in IE/Win

2005-11-29 Thread Ingo Chao
Guess I am a little late in this race, so I had to do dirty tricks. http://www.satzansatz.de/cssd/tmp/float-contain.html Two minor changes. Ingo -- http://www.satzansatz.de/css.html __ css-discuss [EMAIL PROTECTED] http://www

Re: [css-d] Old HTML guy takes a beating...

2005-11-29 Thread Ingo Chao
Just did a Opera9 (technical preview, built 8031, Win) test on my old inline-block testpage, and it now supports vertical-align for inline-block content correctly. Very nice. Ingo -- http://www.satzansatz.de/css.html __ css-di

Re: [css-d] Old HTML guy takes a beating...

2005-11-29 Thread Ingo Chao
Gunlaug Sørtun wrote: > Now, have this method been tested for layout of whole pages? Since I rarely build whole pages, I can't answer if this is a good option. Hope this thread will be part of the test. The floats are in it by the OP for the dropshadow effect I am not lucky with. The floats sh

Re: [css-d] Old HTML guy takes a beating...

2005-11-29 Thread Ingo Chao
Ingo Chao wrote: > Just to make sure I understand you: The boxes shall wrap in centred > "rows" like text when you resize the window or add more boxes? > Unfortunately, Browser support does not allow for easily wrapping block > level content - when the boxes are of di

Re: [css-d] Old HTML guy takes a beating...

2005-11-29 Thread Ingo Chao
Ingo Chao wrote: > Just to make sure I understand you: The boxes shall wrap in centred > "rows" like text when you resize the window or add more boxes? > Unfortunately, Browser support does not allow for easily wrapping block > level content - when the boxes are of di

Re: [css-d] Old HTML guy takes a beating...

2005-11-28 Thread Ingo Chao
Bruce Searl wrote: > 3. When it wraps there is no vertical space between what amounts to then "two > rows" or > images and text where should I add margin, to the bottom of the paragraph? > > 4. How can I center all the images within the main container so they all > group together in > the midd

Re: [css-d] sticky hovers with IE6

2005-11-28 Thread Ingo Chao
David Blank-Edelman wrote: > I think the difference between your markup and the ones I tried had to > do with the specificity of this instruction. For some reason I thought > one needed to list the background-position changes with each defined > hover, and that doesn't work. Yes, the bugfix ha

Re: [css-d] Is there an easy way to reset a list?

2005-11-28 Thread Ingo Chao
tedd wrote: > And, for sake of argument, what was the reason for changing this easy > to apply/understand attribute to something that isn't? I can > understand trying to separate presentation from content, but this > seems a bit counter-productive, doesn't it? Or, am I missing > something? At

Re: [css-d] sticky hovers with IE6

2005-11-28 Thread Ingo Chao
David Blank-Edelman wrote: > http://www.yogamacro.com/staging/adv_studies/nadv_studies.htm > In IE6, an item appears to change to the hovered background picture > just fine, but at that point the background will often stick in that > state rather than resetting back to its pre-hover backgroun

Re: [css-d] Margins that just won't change

2005-11-28 Thread Ingo Chao
Gunlaug Sørtun wrote: > !important is our last option (short of using inline-styles with > !important on top), and overusing it may lead to stylesheets full of > !important just to make them work. Such stylesheets are not easy to > maintain at a later date. Approving Georg's objections, the desper

Re: [css-d] Can't remove extra space between border in IE

2005-11-27 Thread Ingo Chao
Matt Harris wrote: > My site has a header img surrounded by a 1px orange border (attached to the > img) and then a 9px blue border (attached to the div). Internet Explorer > renders this with 2 pixel space between the orange border and the blue > border or the bottom side of the image - space whic

Re: [css-d] Bug in IE6 -Similar to peekaboo

2005-11-27 Thread Ingo Chao
Luke Mackenzie wrote: > Sometimes when I view the following page, I get an effect similar to the > peekaboo bug in IE6: > > http://www.loopfruit.co.uk/component/option,com_contact/Itemid,12/ I don't see the similarity to the peekaboo. There is nothing disappearing next to a float. > To reprod

Re: [css-d] Trouble with Firefox

2005-11-27 Thread Ingo Chao
Matt wrote: > It is related to the select box on the page. > Whenever I attempt to change the value, the contents of the page > disappear until I refresh the page. If you can't load it up , you should invest some of /your/ free time in narrowing it down - to help others to help you: http://www.

Re: [css-d] ff bug::human or otherwise?

2005-11-25 Thread Ingo Chao
David Laakso wrote: > I have had (another) a report that the thumbnails are lining up > vertically rather than horizontally on this turkey > . > The person who wrote did not specify the os/browser. And has not > answered my request for same. I suspect it i

Re: [css-d] one last thing-expanding divs

2005-11-23 Thread Ingo Chao
Divs don't expand to contain floats. Again: where is the URL to your code? Ingo -- http://www.satzansatz.de/css.html __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://cs

Re: [css-d] IE makes my images go on a diet

2005-11-23 Thread Ingo Chao
Lst Recv wrote: > ... IE pushes the graphic down to > the next row, unless I set the width to 9% or less!!! I can't figure > out where that 9% is coming from - 55 + 10 + 15 + 2 = 82, leaving 18 > percentage points. This has really got me stumped. Hi Lst Recv, see http://positioniseverything.net

Re: [css-d] IE and :first-letter

2005-11-23 Thread Ingo Chao
In case anyone is interested in a fix for the snipped code fragments in these threads: add !important as mentioned. Ingo #top {position:absolute; z-index:0; top:0px; left:0px; width:100%; background:#422911; color:#EEE2C3; height:30px;} a.top:first-letter

Re: [css-d] IE and :first-letter

2005-11-22 Thread Ingo Chao
Shelly @ WDG wrote: > ... I need to use the ":first-letter" pseudo-class for my links > (and other assorted header tags). ... in IE6 (haven't checked older version > yet) the first letter is > *way* smaller than the rest, and the tags have completely lost their > styling and the first letter i

Re: [css-d] site review::~dL

2005-11-22 Thread Ingo Chao
http://www.dlaakso.com/blog/wordpress/ FF, "View Page Style: No Style" The photo of the waterfall is 587*440px, while the others are all 100x100px. Could this, depending on the connection and cache, cause headaches while incrementally rendering the page? Tried clearing of cache this morning,

Re: [css-d] site review::~dL

2005-11-21 Thread Ingo Chao
Philippe Wittenbergh wrote: > It works correctly on my side, both Camino 1.0b (=Firefox 1.5rc3) and > Firefox 1.6a1. > > If you reload the page, does the problem disappear ? Hmm. It did not disappear. But now (after a restart) I cannot reproduce it anymore. Weird. Ingo -- http://www.satzans

Re: [css-d] site review::~dL

2005-11-21 Thread Ingo Chao
I should have mentioned that I can see the vertical rendering on the live page. On a local copy of the page, all is well and horizontally aligned. Can anyone confirm a) the problem Thierry has reported on IE6 and b) what I see in FF1.5RC3? Ingo -- http://www.satzansatz.de/css.html __

Re: [css-d] site review::~dL

2005-11-21 Thread Ingo Chao
David Laakso wrote: > I am working on a weblog for my son. Your comments and suggestions will > be appreciated. Or will they? :-P > Wish I could do such nice things. :) FF1.5RC3 [Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/2005 Fir

Re: [css-d] IE Bug - New to me.

2005-11-21 Thread Ingo Chao
Phil Baines wrote: > I have this CSS: > > #imageBanner.bakery{ >background: #0066FF > /*url(images/graphics/bannerBakery.jpg) no-repeat*/; > } ... > #imageBanner.dairy{ >background: #CC0099 > /*url(images/graphics/ban

Re: [css-d] Hyperlinks in IE not working

2005-11-20 Thread Ingo Chao
Kris Black wrote: > I've emailed the list in the past about this but its happening again. > The shopping cart software I use (Macdock.com's iSell) was updated > AND I took some time to clean some code as well. It seems that > something in the updates caused hyperlinks in IE on WIndows to not

Re: [css-d] an absolute bug in ie???

2005-11-16 Thread Ingo Chao
google site:archivist.incutio.com IE position absolute IE needs offset values for a.p. Ingo -- http://www.satzansatz.de/css.html __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ

Re: [css-d] DIV heights not working with IE/Win - update

2005-11-13 Thread Ingo Chao
Jonathan Mao wrote: > http://www.tuggeranongcommunityfestival.com.au/new/ > Two problems when viewed with IE/6 on Windows. > 1. The div in the middle (called #centrecontent) appears about 5 > pixles slower than divs on the left and right that surround it This is because the table is in effec

Re: [css-d] Class and id used together

2005-11-13 Thread Ingo Chao
Kerry Kobashi wrote: > Is the use of classes and id together well supported in browsers today? > > Any thing to be aware of that will end up in gotchas later on through its > use? There are two possible gotchas in IE6. Ingo http://www.w3.org/TR/html4/strict.dtd";> gotchas with class-class o

Re: [css-d] Skinning/style switching issue

2005-11-11 Thread Ingo Chao
Robyn wrote: > Why does this happen? > > Unfortunately this is on an intranet, so I can't really send a link Using the build-in style switching feature in Fx (1.0.5/1.5b2), I wasn't able to reproduce the problem, neither on Alex' original file nor on a modified "standalone version" of your

Re: [css-d] page disapears in firefox

2005-11-11 Thread Ingo Chao
[EMAIL PROTECTED] wrote: > I know this page is way out in FF in terms of positioning (I have seen the > opea version) but why can I not see anything except the bg colour in firefox?? > > http://www.nssdesign.scot.nhs.uk/about_us/nss_management.php > > http://www.nssdesign.scot.nhs.uk/about_us/nh

Re: [css-d] Odd size change on hover in MSIE

2005-11-10 Thread Ingo Chao
Christian Heilmann wrote: > I am experiencing a weird issue with hovers on MSIE. If you go to: > > http://icant.co.uk/works/wickstead/extensions.php > > or > > http://icant.co.uk/works/wickstead/ > > and you hover over the links on the right or the bottom respectively, > MSIE does increase the

Re: [css-d] PIE's One True Layout - scrolling bug

2005-11-09 Thread Ingo Chao
Thomas Bukowski wrote: > This is a duplicate/continuation of the bug noticed by Donna Casey in: > http://archivist.incutio.com/viewlist/css-discuss/64904 > > The fix mentioned in that thread, by removing the "position: relative" > of an element inside the column, doesn't work. The fact that there

Re: [css-d] Another try: Flickering in Firefox

2005-11-09 Thread Ingo Chao
Gunlaug Sørtun wrote: > bill wrote: > >>> http://www.first-encounter-design.com > > Tested this in Mozilla 1.7.12: > #wrapper {display: table;} > ...no more flickering in any direction. > > Worth a try across more Gecko-versions. > > regards > Georg Georg, your suggestion seems to fix th

Re: [css-d] Another try: Flickering in Firefox

2005-11-08 Thread Ingo Chao
bill wrote: > http://www.first-encounter-design.com I think its the gecko flicker of overflown areas. I can reproduce it on a local copy and live in Fx 1.0.5 (but not in Fx 1.5b2): - unpin the window to allow resizing - resize the window vertically or horizontally by dragging the edges The over

Re: [css-d] Floats in Netscape and Firefox Problem

2005-11-08 Thread Ingo Chao
Les Mizzell wrote: > >>> http://www.christyfulmer.com/portfolio.cfm ... >>> In Netscape and Firefox - SOMETIMES the 3rd column will drop below >>> the other two. ... >> > >> You could try to assign a width and a height to these images: >> >> > > Nope, still does it! These will always

Re: [css-d] Floats in Netscape and Firefox Problem

2005-11-07 Thread Ingo Chao
Les Mizzell wrote: > http://www.christyfulmer.com/portfolio.cfm ... > In Netscape and Firefox - SOMETIMES the 3rd column will drop below the > other two. ... You could try to assign a width and a height to these images: Ingo -- http://www.satzansatz.de/css.html __

Re: [css-d] Missing border in FireFox

2005-11-01 Thread Ingo Chao
Tom Dell'Aringa wrote: > ... I have the typical UL vertical left > navigation on one of my sites. In FireFox/Mozilla only, the separating bottom > border lines tend to > disappear at certain rates. I read somewhere this was an issue with relative > font sizing, but I > tried changing the font si

Re: [css-d] IE and the horse it rode in on...

2005-11-01 Thread Ingo Chao
Rob Day wrote: > ... As I understand > it, when a PNG is specified as a background in CSS with > AlphaImageLoader filter applied AND that element is absolutely > positioned, links in that element (or its children) will be messed up > in IE 6 (and 5.5, I believe). > > Here's my example: http://grou

Re: [css-d] IE6 border color change on refresh

2005-11-01 Thread Ingo Chao
Big John wrote: > Ingo Chao wrote: > >> Looks like as if the bug is triggered by a li with a background-image, >> "layout", and dotted or dashed border. Depending on the vertical >> starting point of the ul, different parts of the page content is >> mir

Re: [css-d] site check - Omega-Tek.com

2005-11-01 Thread Ingo Chao
Philippe Wittenbergh wrote: > Bug 286368 > > I think. > The outline-offset is as good a workaround as possible. Thanks, Philippe :) Interesting discussion, I hope they don't ship 1.5 with the need for that workaround. Ingo -- http://www.satz

Re: [css-d] IE6 border color change on refresh

2005-10-31 Thread Ingo Chao
Bruno Fassino wrote: ... >> http://www.satzansatz.de/cssd/bizarre/bizarreborderbug.html > > Locally reproducible, deterministic (even without the need to start with a > fresh window.) An horizontal resize of the page fixes the problem, and it > does not reappear until the page is reloaded (at

Re: [css-d] Strange line appearing in IE6

2005-10-31 Thread Ingo Chao
Paul Pollock wrote: > All: > > I have a line (a graphic) that appears in IE6.0, at a site I'm > developing at: > > http://dsctest.com/test2/index.php > > The CSS file is at: > > http://dsctest.com/test2/style.css > > There is a background image (http://dsctest.com/test2/images/ > menu_bckgn

Re: [css-d] site check - Omega-Tek.com

2005-10-31 Thread Ingo Chao
Michael Wilson wrote: > Travis Barden wrote: >> http://www.omega-tek.com/index.php > > Hi, > > Firefox v1.0.7, Windows XP-SP2 > ... > I should also note that I don't have the same problem as Christian does > regarding Firefox's link highlighting. I do see the "border" Firefox > /overlays/ when

Re: [css-d] IE6 border color change on refresh

2005-10-31 Thread Ingo Chao
If someone could try to reproduce the bug online and/or locally, it would be appreciated. Steps to reproduce the mirror effect locally: - open a new instance of IE6 in WinXP SP2 - unpin the empty window to allow for vertically resizing - refresh the window F5 - load the bug page - drag the botto

Re: [css-d] IE6 border color change on refresh

2005-10-30 Thread Ingo Chao
Kara Taylor wrote: > Hi Big John, > > On Oct 29, 2005, at 12:06 AM, Big John wrote: >>> http://coawfl.appriver.com/press-room.asp >> IE's way of dealing with lists can be incredibly bizarre, but >> I bet that giving the links the same width as the LI's might >> solve the problem, altho it also mig

Re: [css-d] New article on PIE - "In Search of the One True Layout"

2005-10-26 Thread Ingo Chao
Alex Robinson wrote: What would be most useful is if someone with access to a Windows box and a bunch of Gecko-derived browsers could work on a simplified test case that shows what combination of nestedness, overflow: hiddens etc cause things to happen. Does the negative margins cause the probl

Re: [css-d] CSS problem in IE

2005-10-25 Thread Ingo Chao
Matthew Hackett wrote: I took the image out of the tag. For some sites where i create pages upon pages i sometimes use dreamweaver to replicate the pages to save time, this is why the image was within the tag. I removed the image from the tag and have tried removing the position:relative, whi

Re: [css-d] CSS problem in IE

2005-10-25 Thread Ingo Chao
Matthew Hackett wrote: I'm new to the group ... Hi Matthew. ... It involves an image loading and occasionally jumping across the page to the left and covering up the navigation ... http://www.colourgen.com/printers/kodak_1200i_offer.php (keep refreshing the page until it goes wrong) .

Re: [css-d] workarounds and ideas for avoiding fixed-width design?

2005-10-21 Thread Ingo Chao
Jay Loden wrote: http://jayloden.com At the moment, what I'm doing is simply centering the banner image, so that if you have a browser window wider than a fullscreen 1024x768, it just expands to the full width with the banner image centered across the top. On the plus side, I avoid annoying p

Re: [css-d] Is this IE 3-pixel bug?

2005-10-21 Thread Ingo Chao
Bill Stemp wrote: www.leschambres.co.za/ Yes, its the 3px bug, but it does affect more than just the #spellings content. The 3px bug is a hardwired IE "property" of floats, affecting the content of adjacent elements. As there is no way to stop it from doing so, the fix is to make "room" be

Re: [css-d] Print style sheet not working in Opera (8.5)

2005-10-20 Thread Ingo Chao
Zoe M. Gillenwater wrote: This is a fix for overriding a background color set on the body, correct, but there is no workaround for backgrounds on other elements, like a container div? This is a ridiculous bug but not one I'm very worried about, but I want to make sure I'm understanding you cor

Re: [css-d] Weird bug could use some help with

2005-10-20 Thread Ingo Chao
Julie Davis wrote: ... http://www.clarkson.edu/getting_into_clarkson/calendar/off_campus_interview.php and some random others on the site using IE randomly the sub navigation will jump out of the layout and off to the left of the page. If you refresh the page it will go back but sometimes it d

Re: [css-d] Print style sheet not working in Opera (8.5)

2005-10-19 Thread Ingo Chao
For a conclusion of our on/off list mails: The bug: Opera8 takes the body-background-color of the /screen/ style sheet for the preview/print -- and ignores the settings for the body-background made in the print style sheet. And Opera8 by default prints backgrounds. That means, the backgroun

Re: [css-d] Images not displaying in IE?

2005-10-19 Thread Ingo Chao
Julian Voelcker wrote: in IE - the images aren't displaying, well actually they are, but it looks like they are loading behind the main content div. The page is at: http://lc.tvw.net. Applying layout via the Holly hack [1] to #contenttext brings them back. ... they were hidden beyond the bac

Re: [css-d] Print style sheet not working in Opera (8.5)

2005-10-19 Thread Ingo Chao
Bill Stemp wrote: I have a print style sheet for some pages. This seems to work fine, except in Opera (only tested in 8.5) ... However, upon changing the media type to print, Opera prints the body background colour, despite this being overridden in the printsstyle.css. http://www.leschambres.co.

Re: [css-d] re:podt: Inconsistent flost behavior

2005-10-17 Thread Ingo Chao
Tanya Renne wrote: ... For example in Firefox/PC the page often opens with only two columns in view - refresh and the third column will come up to join the other two. http://dev.orchidsuites.net Tanya, on a local copy of your page, all is well, but if I refer absolutely to the images of t

Re: [css-d] Requesting Help with "shifting pixel" bug in IE

2005-10-16 Thread Ingo Chao
Jim Chapin wrote: The original reason for the "position relative" was to fix an IE problem. "The {position: relative} overcomes a bug in IE/Win which prevents all but the last column of links from behaving like links and being "clickable." (reference: http://www.communitymx.com/content/article.c

Re: [css-d] Requesting Help with "shifting pixel" bug in IE

2005-10-15 Thread Ingo Chao
Jim Chapin wrote: ...In IE 6, the list spacing is wrong when the page loads. As you hover over each of the links, it shifts down into its proper position... http://www.cubscouting.com/photometry2.cfm Jim, I don't get the reason for the position:relative here: #onecolcontent li a:link { ..

[css-d] IE6 no change in text with a:hover

2005-10-14 Thread Ingo Chao
Charles, This (note the space between the li and the colon - without the space, it just doesn't work at my end) #header li :first-letter is equal to *#header li *:first-letter Ask the oracle: http://penguin.theopalgroup.com/cgi-bin/css3explainer/selectoracle.py "Selects the first letter

[css-d] IE6 no change in text with a:hover

2005-10-14 Thread Ingo Chao
http://tinyurl.com/8a4au Charles, you are trying to combine a pseudo-element with a pseudo-class on the links in your nav list: Home Who We Are ... #header a:first-letter { color: red; } /* A */ #header a:hover { color: red; } /* B */ which is not possibl

[css-d] IE6 and hover - csshover.htc problems

2005-10-13 Thread Ingo Chao
http://home.comcast.net/~drt603/dallas/index4.htm Diane, in fact I don't see the reason for the need of the htc behavior, as all hover rules are defined on links, or am I missing something? div#subNav a:hover {... background-position: 0 0;} /* [1] */ Ingo [1] http://www.satzansatz.de/cssd/

[css-d] Strange IE Link behaviour

2005-10-13 Thread Ingo Chao
In the middle of the page in the green box, the list of subsections. When you mouse over them the hand does not change to signify a link. Clicking on the images doesnt not trigger the link, only clicking on the text, even though the link started before the image and ends after the text. http:

[css-d] IE Fix Needed - REPOST

2005-10-13 Thread Ingo Chao
http://janaagraha.org/rahul/John/ Rahul, IE is wrongly centering the content, .inner { ... text-align: left;} does not wrap the link text after the image (at inline-level) .nav img { ... display: block;} and needs some layout to make the whole link area clickable .nav a {zoom:1;} [1] Ingo

Re: [css-d] Negative margin problem in Firefox 1.0.6

2005-09-16 Thread Ingo Chao
Lakshmi Natarajan wrote: HTML: http://lnataraj.tripod.com/xhtml_css/photo_w_border_var_width2.html CSS: http://lnataraj.tripod.com/xhtml_css/style.css .. sorry about the tripod ads - it's free web hosting ;) my code is inside div id="container" It would have been hard to find among all th

Re: [css-d] Firefox Background Image No Show

2005-09-14 Thread Ingo Chao
Scott Moore wrote: Anyone know why the background navigation images in the navy bar on this page - http://highlandworldwide.com/staging/ - don't appear in Firefox on initial load? If you refresh the page or rollover the area, then they appear. You can find the css file here - http://highlandwo

Re: [css-d] Site check: 3 pixel jog fixes don't work on this one!

2005-09-14 Thread Ingo Chao
Scott Blanchard wrote: http://v5.octane8.com/expsidebars/ The left sidebar is floated, but there are no other floats in the layout. The problem is that the header element (the red graphic with the word "Sungard") exhibits the 3 pixel gap in IE. Unfortunately, none of the hacks I've found can fi

Re: [css-d] IE bug

2005-09-14 Thread Ingo Chao
Ivelin Dobrev wrote: I'm trying to do a complete XHTML Strict with 100% CSS layout website, but I'm encountering strange problem. The html: http://new.bngoa.org/news.html CSS: http://new.bngoa.org/test.css So, in FireFox and Safari (I'm using Mac) everything is fine. When you open this page

Re: [css-d] Variation on "off-site" links - need help

2005-09-11 Thread Ingo Chao
John Huetz wrote: ... The designers want to be able to indicate within a list of links which link may be "new" by displaying a "NEW" graphic after the link text. What I'm trying figure out is how to make that happen within the style sheet only, such that the programmers only have to add a

Re: [css-d] NOLA Backgrounds and such

2005-09-11 Thread Ingo Chao
Tanya Renne wrote: http://nolarelief.orchidsuites.net The DeerPark (Fx 1.5) Java Script Console is a nice tool, you can click on the error and it will jump to the relevant lines. Error: Expected ':' but found '{'. Declaration dropped. Source File: http://nolarelief.orchidsuites.net/ Line: 3

Re: [css-d] tweaking safari::win/ie 5.5 & 6.0

2005-09-10 Thread Ingo Chao
David Laakso wrote: Nah, Internet Explorer has made no progress whatsoever: Aesop sent you on a wild goose chase looking for the infamous peek-a-boo bug. He should have written what to do (*if anything*) about the 2+px sliver of content that 'peeks' through below the footer in xp ie6.0 at 1280?

Re: [css-d] tweaking safari::win/ie 5.5 & 6.0

2005-09-10 Thread Ingo Chao
David Laakso wrote: On this test page < http://www.dlaakso.com/reservoir/fp.html>correction for known issues appreciated: Safari1.3:-- drop cap crowded compared to xp/FF. win/ie 5.5-- footer background-color not honored? win/ie 6.0 xp_sp2 -- peek-a-bo

Re: [css-d] Request help with nitpicky problems before deployment

2005-09-09 Thread Ingo Chao
Mann, Lydia wrote: ... http://www.lydiamann.com/TBMA_files/benefits.shtml 1) Win IE only: When I hover over any of the links in the main content area (i.e. "Healthcare Coverage", "Retirement Benefits" etc.) I lose part of the left bar and navigation that returns when another area is scrolled

Re: [css-d] Firefox (?) hover problems

2005-09-09 Thread Ingo Chao
ugo pozo wrote: http://www.cityofdis.org/signo ... I have put a paragraph inside each list item to act as a description layer that should appear on hover. ... The problem is that when you hover over the paragraph itself Firefox makes it disappear ... This overflow: auto div#pageHeader ul li

<    4   5   6   7   8   9   10   11   12   >