Re: [WSG] IE 1 pixel problem

2004-11-28 Thread Big John
ways line up. Instead, you need to find a way to put your BG image in the same centered wrapper, or you might possibly fudge off 1px somewhere so no one notices when the error happens. BTW, I have been meaning to make this into a full PIE demo, but I can't seem to find the time! Alas. Big John

Re: [WSG] Border gap

2004-11-26 Thread Big John
cation stays inside #header, but the widening still happens. Oh well. ;) Again I am suprised by IE. It truly is a bottomless pit of bugs. Big John = -- Perennial student + Impractical joker + CSS junkie = Big John <http://www.positioniseverything.net>

Re: [WSG] Adobe Forum comment on CSS in visual editors

2004-11-25 Thread Big John
xpect DW to eventually become CSS friendly, but only after IE and its many "issues" is taken out of the picture. Right now tho, DW+CSS is still a work in progress. Big John __ Do you Yahoo!? Meet the all-new My Yahoo! - Try it tod

Re: [WSG] iframe flicker-- Gecko

2004-11-05 Thread Big John
the ghost does not appear. Okay, Gecko bugs are rare and hard to trigger, but when it does happen, look out! Most interesting. :) Big John = -- Perennial student + Impractical joker + CSS junkie = Big John <http://www.positioniseverything.net>

Re: [WSG] IE 6 Hover Bug?

2004-10-04 Thread Big John
(which seems not to be needed anyway), or by changing the hover effect. The best is to lose the top margin on div#archives and substituting a margin or padding on some other element. HTH Big John = -- Perennial student + Impractical joker + CSS junkie = B

Re: [WSG] Opera formatting problems

2004-09-24 Thread Big John
ted widthless paragraph, the AP box would only be as wide as the widest word in the paragraph! The remedy is to define a width on that AP container, about 200px, If IE/win has trouble it will be due to the 3px bug, which could be accomodated by adding 3px more to the width. HTH Big John

Re: [WSG] Is it possible...

2004-09-22 Thread Big John
each page's body tag an ID name the same as what's on the tabs, then you will see how it does work. If you complete the href's in the links, you can link the five pages together and see the effect live. Big John = -- Perennial student + Impracti

Re: [WSG] Wrap I say Wrap! Down Boy! good IE dog, here's a biscuit

2004-09-21 Thread Big John
"feature" that causes the float rules to be radically altered, in total violation of the specs. See these pages for more: http://www.positioniseverything.net/articles/float-bugs-1.html http://www.positioniseverything.net/explorer/floatmodel.html If the W3C ever caves to MS on this

Re: [WSG] Is it possible...

2004-09-21 Thread Big John
rouped together: .home .hometab, .about .abouttab, .sitemap .sitemaptab {styles for the "current" page tab;} Thus the tabs normally obey the primary tab styles, and only if a tab class properly matches up with a body class, will the special styles in this block apply to it. Big John =