Re: [css-d] Website test please!! (44)

2007-02-27 Thread keno2
Hi list, Could I please have a cross browser check!! I have a positioning problem with the index page navigation and the alignment of the pic squares in the site map page in FF 1.5 and IE 6 http://users.ncable.net.au/~keno2/index.html Site address http://users.ncable.net.au/~keno2/JR

[css-d] Netscape/AOL Float Issue 3-Column

2007-02-27 Thread Meaghen Lewis
> In Netscape and AOL the Outer layer doesn?t stretch to fit the contents of > Inner to create the appearance that all three columns are same height. ... In older Geckos like N7, the solid clearing element must not be empty. Adding a nbsp may help   Ingo Ingo ­ you are genius. Thank you so m

[css-d] Background-image at end of link not displaying properly when there's a line break in IE

2007-02-27 Thread Allison Bloodworth
Hi, I am having a problem where a background-image at end of an link is not displaying properly in IE when it contains a line break. See http://technology.berkeley.edu/msvista/, and after links like "Minimum Security Standards," "significant hardware investment," and "UC Berkeley BearShare Windo

Re: [css-d] Holy Grail issues

2007-02-27 Thread David Sharp
David Sharp wrote: > I am using the holy grail http://www.alistapart.com/articles/holygrail > layout for a site because I want the source code in a particular order. > > The site is here http://www.syntony.org/ > > One more thing. IE7 (and maybe 6 as well - I haven't checked) seems to eat all

[css-d] Holy Grail issues

2007-02-27 Thread David Sharp
I am using the holy grail http://www.alistapart.com/articles/holygrail layout for a site because I want the source code in a particular order. The site is here http://www.syntony.org/ In IE6 strange things start to happen when the window becomes very small - the left sidebar (called #series_nav

Re: [css-d] POOF! Background image on link goes away in IE!

2007-02-27 Thread wilsoncpu
Excellent! I used tags rather than , but the effect was the same. If I don't want to do the updates by hand, all is not lost: it's a dynamic site (PHP), so if need be I can run all text through a link-fixer before displaying it. For now, I'll do it manually. (Count me as another person who th

Re: [css-d] FW: Adjacent siblings

2007-02-27 Thread francky
Bill Hely schreef: > OK, my boo-boo, I had the Firefox tab set to use the IE rendering > engine. Once switched back it works fine. > > However, without IE6 support that CSS formatting trick is no use > to me. > > Anyone got any ideas about another (IE6-compatible) way to apply > formatting to an el

Re: [css-d] Vanishing divs in IE6

2007-02-27 Thread francky
Paul Galatis schreef: > Hi, > > I am developing a page that includes a small piece of > javascript that make div appear or dissapear. This > works perfectly on this page when 'info' is clicked > next to each song: > http://www.kateluckhille.com/index.php/music/ > > But when I change the layout in a

[css-d] FW: Adjacent siblings

2007-02-27 Thread Bill Hely
OK, my boo-boo, I had the Firefox tab set to use the IE rendering engine. Once switched back it works fine. However, without IE6 support that CSS formatting trick is no use to me. Anyone got any ideas about another (IE6-compatible) way to apply formatting to an element, conditional upon the natu

Re: [css-d] Adjacent siblings

2007-02-27 Thread Philippe Wittenbergh
On Feb 28, 2007, at 8:33 AM, Bill Hely wrote: > H3{ > margin-bottom: 0px; > padding-bottom: 0px; > } > H3+p { > margin-top: 0px; > padding-top: 0px; > } > > There should be no margin/padding between any H3 and the > paragraph following it. So in... > > [H3

Re: [css-d] Adjacent siblings

2007-02-27 Thread Kenny Graham
> Yet in both Firefox and IE6 they are spaced apart. How much apart? If it's only a few pixels, it may just be a line-height issue. > Does this "adjacent siblings" thing actually work? Not in IE6 or lower __ css-discuss [EMAIL PR

Re: [css-d] POOF! Background image on link goes away in IE!

2007-02-27 Thread francky
Ingo Chao wrote: > [EMAIL PROTECTED] wrote: > >> [...] issue at http://runwithmcp.org/poof.html >> [...] in IE6 if the link wraps around an end-of-line, the background image >> vanishes! >> [...] I've tried several IE voodoo-hacks ... >> [...] >> > There is no CSS-only fix, and it is not

[css-d] Adjacent siblings

2007-02-27 Thread Bill Hely
Hi all. My research tells me that, given these declarations: H3 { margin-bottom: 0px; padding-bottom: 0px; } H3+p{ margin-top: 0px; padding-top: 0px; } There should be no margin/padding between any H3 and the paragraph following it. So in

Re: [css-d] layout breaks in IE 6

2007-02-27 Thread Gunlaug Sørtun
Mike Breiding wrote: > The following layout breaks in IE 6.o > http://montrails.org/ Indeed. Start by adding the following at the very bottom of your stylesheet... @media screen { * html #topbar, * html #name {overflow: hidden;} * html #contenttext {overflow-x: hidden;} * html #logo {margin-bot

Re: [css-d] Netscape 7/AOL Float Issue in 3-Column Layout

2007-02-27 Thread Ingo Chao
Meaghen Lewis wrote: > ... > Here is the link to the site in question: > http://www.onmontauk.com/index-test.shtml > > Here is my CSS: > http://www.onmontauk.com/cssstyles.css > > Here are screen shots of what is happening: > http://www.onmontauk.com/screenshots.html > > I have several container

[css-d] layout breaks in IE 6

2007-02-27 Thread Mike Breiding
The following layout breaks in IE 6.o http://montrails.org/ http://montrails.org/mrtc_style.css Any suggestion on how to fix this would be appreciated. -Mike __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/l

[css-d] Netscape 7/AOL Float Issue in 3-Column Layout

2007-02-27 Thread Meaghen Lewis
Appreciate any help anyone can give. I¹m on the verge of switching to tables and feeling sort of desperate after spending two days on this one issue. This is my first real CSS layout and perhaps I bit off more than I can chew. THE INFO: Here is the link to the site in question: http://www.onmontau

Re: [css-d] Background color on form w/ fieldset

2007-02-27 Thread francky
Ingo Chao wrote: > Unicorn Design wrote: > >> http://www.excellenterprisesllc.com/contact.php >> > The problem is demoized here [1]. > > I think a fix could be to pull the legend with a negative margin, apply > position:relative to fix the clipping, and to apply position:relative to > the

Re: [css-d] POOF! Background image on link goes away in IE!

2007-02-27 Thread Ingo Chao
[EMAIL PROTECTED] wrote: > I have a short test program for this issue at > http://runwithmcp.org/poof.html, with entire code below. > I have an external link style defined, and all is well in FireFox. But in > IE6 if the link wraps around an end-of-line, the background image vanishes! > It co

[css-d] Vanishing divs in IE6

2007-02-27 Thread Paul Galatis
Hi, I am developing a page that includes a small piece of javascript that make div appear or dissapear. This works perfectly on this page when 'info' is clicked next to each song: http://www.kateluckhille.com/index.php/music/ But when I change the layout in another section: http://www.kateluckhil

[css-d] POOF! Background image on link goes away in IE!

2007-02-27 Thread wilsoncpu
I have a short test program for this issue at http://runwithmcp.org/poof.html, with entire code below. I have an external link style defined, and all is well in FireFox. But in IE6 if the link wraps around an end-of-line, the background image vanishes! It comes back as soon as the link is on

Re: [css-d] Content flow issue

2007-02-27 Thread Amy Ostrom
Dear Ingo: Thank you! That fixed it in IE 6 and 7, but still slightly off in Firefox. I'm going to read up on this Quirksmode article that was suggested and see what that has to offer too. -- In peace, Amy M Ostrom Web Interface Designer [EMAIL PROTECTED] On 2/27/07, Ingo Chao <[EMAIL PROTEC

Re: [css-d] Content flow issue

2007-02-27 Thread Ingo Chao
Amy Ostrom wrote: > ... My issue is with floats not clearing > completely so things start to "stack". ... > Examples: > http://jocobusiness.jocolibrary.org/templates/JCL_Booklist.aspx?id=771 > http://jocobusiness.jocolibrary.org/templates/JCL_Booklist.aspx?id=731 > > CSS: > http://e.jocolibrary.o

[css-d] Content flow issue

2007-02-27 Thread Amy Ostrom
Dear collective CSSers: I have been working endlessly on a new site that is about to launch, and I have some annoying problems. I have run it through the validator, but all the errors (and there are many, sadly) I cannot edit - the code is being produced by a content management system. So while

Re: [css-d] Page Centering and New Question

2007-02-27 Thread Jukka K. Korpela
On Mon, 26 Feb 2007, Martha H. Bowes, CLTC wrote: > Now that my page is centered in the browser > windows, how can I color the outside margins. I think I want the > center to stay white - - Sorry, I don't quite follow... the content now has yellow background and the margins are white, as you hav

Re: [css-d] Page Centering and New Question

2007-02-27 Thread Martha H. Bowes, CLTC
Thanks for all the help! Now that my page is centered in the browser windows, how can I color the outside margins. I think I want the center to stay white so I don't have to fiddle with compatibility with the already chosen text colors, unless everyone says, no, no, don't ever have a white