Re: [css-d] problem with extra space/margin/padding

2005-06-03 Thread Craig Cook
Bah, I should learn to proofread better before I hit send... On 6/3/05, Craig Cook <[EMAIL PROTECTED]> wrote: > On 6/3/05, Magenta Placenta <[EMAIL PROTECTED]> wrote: > > THANKS! > > > > If I use global 0 margins, won't that blow out my centering of the shell div > > since I'm centering it with >

Re: [css-d] UL margin increase in IE 5.x and 6

2005-06-03 Thread dwain
Linda Dunn wrote: Hi, I have a page here: http://www.ncwinnerscircle.com/ I've gotten my box model hack working so that the sidebar renders the same width in Firefox and IE. However, in IE (5.x and 6) there is extra space on the left margin of the unordered list that makes up the navigation

Re: [css-d] Opera and images

2005-06-03 Thread dwain
Vicki Skinner (Stebbins) wrote: Hi All, I've just done the browercam trial to look at my website and noticed that Opera has a problem with the image in the 'header div'. url, please. -- Dwain Alford http://www.alforddesigngroup.com web hosting: http://www.1and1.com/?k_id=7653741 http://www.

Re: [css-d] problem with extra space/margin/padding

2005-06-03 Thread Craig Cook
By the way, I first learned of this global zeroing trick from Richard Rutter, who has some general info on it at http://www.clagnut.com/blog/1287/ as well as links to more. Worth a read. -- Craig, www.focalcurve.com __ css-discus

Re: [css-d] problem with extra space/margin/padding

2005-06-03 Thread Craig Cook
On 6/3/05, Magenta Placenta <[EMAIL PROTECTED]> wrote: > THANKS! > > If I use global 0 margins, won't that blow out my centering of the shell div > since I'm centering it with > > margin-left:auto; > margin-right:auto; Yes it will, so you'll have to re-declare any margins or padding on any eleme

Re: [css-d] problem with extra space/margin/padding

2005-06-03 Thread Peter Hyde-Smith
Magenta Placenta wrote: What does the trailing / in mean? How does it differ from Also, your page does not validate. You need to close the a />. Someone else can explain it better than I, although you are validating okay now. It really helps to run your mark up and style sheets through

[css-d] UL margin increase in IE 5.x and 6

2005-06-03 Thread Linda Dunn
Hi, I have a page here: http://www.ncwinnerscircle.com/ I've gotten my box model hack working so that the sidebar renders the same width in Firefox and IE. However, in IE (5.x and 6) there is extra space on the left margin of the unordered list that makes up the navigation menu. Any ideas

[css-d] Vertically centre on IE Mac

2005-06-03 Thread Officelink
Hi, I was given the following code to vertically centre text within a div and it works great in all browsers except IE(mac). I wondered if anyone knew of a way to get it to work in this browser: .outer { position:relative; display:table; height: 200px; width: 200px; vertical

Re: [css-d] problem with extra space/margin/padding

2005-06-03 Thread Peter Hyde-Smith
Magenta Placenta wrote: http://www.5finger.com/columns.html If you look at this page, you'll see the dark gray (div id="shell"), which is the basic container for the columns within, has extra space below the masthead and footer. The masthead/footer should butt right up against the 3 columns i

[css-d] IE 5.0 PC - what should I be looking at?

2005-06-03 Thread Christy Collins
I have a menu that (I think) works everywhere except IE 5.0 PC http://www.iraqproject.org http://www.iraqproject.org/base.css I asked already about this and didn't get an answer - so I'm rephrasing - what kinds of things might IE 5 PC do differently than every other browser? Thanks, Chr

Re: [css-d] problem with extra space/margin/padding

2005-06-03 Thread Linda Dunn
Hi Magenta, Stipulate a height for your masthead, and that gap will close up. linda Magenta Placenta wrote: http://www.5finger.com/columns.html If you look at this page, you'll see the dark gray (div id="shell"), which is the basic container for the columns within, has extra space below the

Re: [css-d] problem with extra space/margin/padding

2005-06-03 Thread Craig Cook
On 6/3/05, Magenta Placenta <[EMAIL PROTECTED]> wrote: > http://www.5finger.com/columns.html > If you look at this page, you'll see the dark gray (div id="shell"), which > is the basic container for the columns within, has extra space below the > masthead and footer. The masthead/footer should but

[css-d] problem with extra space/margin/padding

2005-06-03 Thread Magenta Placenta
http://www.5finger.com/columns.html If you look at this page, you'll see the dark gray (div id="shell"), which is the basic container for the columns within, has extra space below the masthead and footer. The masthead/footer should butt right up against the 3 columns inside. How do I get rid

[css-d] Opera and images

2005-06-03 Thread Vicki Skinner (Stebbins)
Hi All, I've just done the browercam trial to look at my website and noticed that Opera has a problem with the image in the 'header div'. CSS div#header{ background: #036 url(/images/logo.gif) no-repeat; height: 94px; } HTML Would I be better to put the image in the html or is there a way

Re: [css-d] Shinkwrapping centered content and IE

2005-06-03 Thread Roman Rudenko
On Fri, 03 Jun 2005 14:48:19 -0700, Bruno Fassino <[EMAIL PROTECTED]> wrote: Interesting, I just had a quick look, and it seems to work! I use a different method [1], which is again a combination of display:table for good browsers, plus some display:inline-block and a couple of hacks for IE

Re: [css-d] footer floating up

2005-06-03 Thread Michael Rainey
Just off the top of my head, try clearing the 'container' div if you haven't already done so. -- Michael Rainey *Email*: [EMAIL PROTECTED] *Blog:* http://headcase.dyndns.org/ /*'If we are going to teach creation science as an alternative to evolution, then we should also teach the stork theor

Re: [css-d] IE 5 Mac craziness- Please help!

2005-06-03 Thread Justin Patrin
On 6/2/05, D Ross <[EMAIL PROTECTED]> wrote: > 1 person out of 10,000 uses ie mac - and that's their problem > dont worry about it, dont code for it,,,it's a waste of time and > thought. > I absolutely agree. IE:mac has been unsupported for a while now and is defunct. Test with Safari on the

RE: [css-d] footer floating up

2005-06-03 Thread Bruno Fassino
Stephanie Bridges wrote: > The behavior only occurs in Firefox (I'm using 1.0.4). I could > reproduce it in IE for a while, but the addition of the > at the end of the content seems to have gotten rid of it there. > Once it drops down, it stays there. > To see it again, clear the browser cache an

RE: [css-d] Shinkwrapping centered content and IE

2005-06-03 Thread Bruno Fassino
Roman Rudenko wrote: > I've been looking for a way to do shrink to wrap block level element > centering reliably in all modern browsers, including IE. Here is the > solution I came up with. I have tried it in IE 5 and 6, > Firefox 1.0.4 and Opera 8 (all under Windows). > > Demo page: > http

Re: [css-d] Nav Lists

2005-06-03 Thread David Laakso
On Fri, 03 Jun 2005 14:35:39 -0400, Richard Brown <[EMAIL PROTECTED]> wrote: Hi I am still playing with navigation lists. I have redone the site once more and have come up with this navigation: The css is embedded. Please could someone tell me why the navigation

RE: [css-d] collapsing nav issues in IE

2005-06-03 Thread Bruno Fassino
Ron Pringle wrote: > URL is: http://tinyurl.com/d572t > > When clicking on any of the following nav items: Finance, > Fire Prevention, Parks & Recreation, Public Works; the > first submenu in that section expands > as well (even though it doesn't appear to at first), > expanding underneath > and b

Re: [css-d] CSS rollover effect problems

2005-06-03 Thread Ingo Chao
Lea Anna Davis schrieb: Adding the code #menu a:hover {background:1%;} worked! How bizarre. I have no idea why IE needs to have this code. background:1%; tries to position a background-image (no matter if there is one or not) and reminds IE to do something: redraw all possible affected eleme

Re: [css-d] footer floating up

2005-06-03 Thread dwain
Stephanie Bridges wrote: I can only get the behavior to reproduce in Firefox. I have changed the code on the social page [1] to contain each of the paragraphs with a right-floated image to be wrapped inside a div with class clearfix, but still no luck. the floating footer on the isu index pag

Re: [css-d] Nav Lists

2005-06-03 Thread dwain
Richard Brown wrote: > The css is embedded. Please could someone tell me why the navigation bar stretches right across? there is more going on than you think. at 800x600 your nav bar wraps and also when you bump the text up in ff. i recently had a situation similar to what you are experi

RE: [css-d] footer floating up

2005-06-03 Thread Stephanie Bridges
Dwain Alford wrote: > > Stephanie Bridges wrote: > > > The behavior only occurs in Firefox (I'm using 1.0.4). I could > > reproduce it in IE for a while, but the addition of the at the > > end of the content seems to have gotten rid of it there. > Once it drops down, it stays there. > > To

Re: [css-d] CSS rollover effect problems

2005-06-03 Thread Lea Anna Davis
Adding the code #menu a:hover {background:1%;} worked! How bizarre. I have no idea why IE needs to have this code. Thank You! Lea Anna Ingo Chao wrote: Lea Anna Davis schrieb: Im trying to create an effect where some of the linked text (enclosing brackets in this case) change color when h

[css-d] Nav Lists

2005-06-03 Thread Richard Brown
Hi I am still playing with navigation lists. I have redone the site once more and have come up with this navigation: The css is embedded. Please could someone tell me why the navigation bar stretches right across? #nav, #nav ul { float: left; widt

[css-d] oh the plethora of Image RT - how do you make it active?

2005-06-03 Thread Neal Watkins
Lot of image Replacement techniques - --seen the majority how is everyone making the area active - I assume on the Gilder/Levin Method the text is a layer belwo so that solves the issue i guess what about other techniques? Thanks Neal

Re: [css-d] Position menu with elastic design

2005-06-03 Thread Mr. Kim Siever
On 03/06/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > do you have a problem structuring the document so the menu code would > fall where you want it to be positioned on the page? if so why? > (rhetorical question) >From my experience, on handheld devices (like PDAs and cellphones) having t

[css-d] IE problems

2005-06-03 Thread Daniel Doesburg
Hi list, What's wrong here? In FF all (most) things are well. But in IE I've some problems. 1. The hor. scrollbar always persist 2. At the right side is a small margin 3. If I resize the window then at the right side appears (and disappears) a strange white block over the border. This are the

Re: [css-d] Position menu with elastic design

2005-06-03 Thread dwain
Mr. Kim Siever wrote: > Here is the basis of the code for the menu: Menu item first thing i would do is take the menu out of the footer. do you have a problem structuring the document so the menu code would fall where you want it to be positioned on the page? if so

[css-d] Position menu with elastic design

2005-06-03 Thread Mr. Kim Siever
Hi all, I am developing a website design that has a main column in the centre of the page with a maximum width of 700 pixels. If the window is resized to under 700, the content simply narrows or drops further down the page. I have a menu that is semantically at the bottom of the page (in the code

[css-d] vertical lines in CSS code (newbie question)

2005-06-03 Thread Kerry DeMatteis
Hope this isn't a totally obvious question -- I saw CSS code in a recent post formatted as follows: |#menu a { display:block; color: #ff; font-weight: bold; text-decoration: none; padding-top: 5px; margin-left: 10px; } ||#menu ||a:link .menuItemBracket, ||#menu ||a:visited .menuItemBracket

Re: [css-d] footer floating up

2005-06-03 Thread dwain
Stephanie Bridges wrote: The behavior only occurs in Firefox (I'm using 1.0.4). I could reproduce it in IE for a while, but the addition of the at the end of the content seems to have gotten rid of it there. Once it drops down, it stays there. To see it again, clear the browser cache and visit

[css-d] collapsing nav issues in IE

2005-06-03 Thread Pringle, Ron
Having more issues with IE today. URL is: http://tinyurl.com/d572t Earlier in the week, my lefthand navigational menu worked fine in all browsers. This morning I've noticed some odd behavior in Internet Explorer 6/PC. When clicking on any of the following nav items: Finance, Fire Prevention, Par

[css-d] footer floating up

2005-06-03 Thread Stephanie Bridges
Hello all, I hope someone can point me in the right direction here, I am having a most vexing problem with my footer on a few pages. See http://www.econ.iastate.edu/programs/undergrad/agbiz/LearningCommunity/socia l.asp for an example -- CSS is at http://www.econ.iastate.edu/econMain.css. Pages a

[css-d] Site check: float+ abs poitioned madness in IE 5.5

2005-06-03 Thread Scott Blanchard
http://v5.octane8.com/octane8new/default.aspx?id=4 Can someone have a look at this URL in IE 5.5 for PC and tell me why the right sidebar is anchored to the right edge of the browser rather than the right edge of the template (as in IE6 and all modern browsers)? Can I hack a workaround? ___

RE: [css-d] FireFox Float

2005-06-03 Thread Ben Logan
Cheers for the links Bob Will have a good read up! Ben -Original Message- From: Bob Easton [mailto:[EMAIL PROTECTED] Sent: 03 June 2005 11:51 To: [EMAIL PROTECTED] Cc: css-d@lists.css-discuss.org Subject: Re: [css-d] FireFox Float Ben Logan wrote: > I have a project I am working on for

[css-d] Shinkwrapping centered content and IE

2005-06-03 Thread Roman Rudenko
I've been looking for a way to do shrink to wrap block level element centering reliably in all modern browsers, including IE. Here is the solution I came up with. I have tried it in IE 5 and 6, Firefox 1.0.4 and Opera 8 (all under Windows). Demo page: http://24.80.239.218:5190/web/center/ar

Re: [css-d] vertical scrollbars and footer positioning

2005-06-03 Thread Philippe Wittenbergh
On 3 Jun 2005, at 4:08 pm, Maren Child wrote: Can anyone tell me why this does not validate? I don't understand the message in the css validator: html { overflow-y: scroll; } html { overflow: -moz-scrollbars-vertical; } If I put that in, the scrollbar is forced in Firefox so that the floated

Re: [css-d] FireFox Float

2005-06-03 Thread Bob Easton
Ben Logan wrote: I have a project I am working on for a client, and there is a difference in how things are appearing in IE6.0 and Firefox 1.03 The bottom left hand content area seems to overlap and the top box on the right hand side seems to be pushing the content down? http://www.spotlessdesi

Re: [css-d] one line will not validate

2005-06-03 Thread Scott Haneda
> Could it be that you really want > > a img {border-bottom: 0;} Ok ok ok I get it! :-) Thanks! A simple oversight a.image was what I wanted. -- - Scott HanedaTel: 415.898.2602

Re: [css-d] one line will not validate

2005-06-03 Thread jérôme coupé
Hello there, That selector is not valid If you want to target images inside links, use a img {border-bottom:0;} instead Here is a good tutorial 'bout them selectors Cheers, Jérôme Coupé International Polar Foundation Multimedia & Communication -- Pho

Re: [css-d] centering....arg i hate it *sigh*

2005-06-03 Thread David Dorward
On 6/3/05, Abyss <[EMAIL PROTECTED]> wrote: > What i would like to know is how to center that form smack in the middle of > the page with out the use of tables...(and if possible have it centered but > with a left align > eg have them in the center but not all aligned center? http://dorward.me.

Re: [css-d] one line will not validate

2005-06-03 Thread Philippe Wittenbergh
On 3 Jun 2005, at 4:23 pm, Scott Haneda wrote: Unknown pseudo-element or pseudo-class image a:image { border-bottom: 0; } There is my line 5, I remove it and I validate, I don't get it, whats wrong with that? There is no such thing as a pseudo-class or pseudo-element :image. Maybe you me

Re: [css-d] one line will not validate

2005-06-03 Thread Prabhath Sirisena
> a:image { border-bottom: 0; } Perhaps you want to have a.image ? Prabhath http://nidahas.com __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Su

Re: [css-d] one line will not validate

2005-06-03 Thread David Dorward
On 6/3/05, Scott Haneda <[EMAIL PROTECTED]> wrote: > Unknown pseudo-element or pseudo-class image It doesn't recognise :image You probably intended to make that a class, which needs a "." not a ":". -- David Dorward

Re: [css-d] one line will not validate

2005-06-03 Thread Holly Bergevin
From: Scott Haneda <[EMAIL PROTECTED]> >€ Line: 5 > >Unknown pseudo-element or pseudo-class image > >a:image { border-bottom: 0; } > >There is my line 5, I remove it and I validate, I don't get it, whats wrong >with that? Could it be that you really want a img {border-bottom: 0;} inste

Re: [css-d] one line will not validate

2005-06-03 Thread Paul Novitski
At 12:23 AM 6/3/2005, Scott Haneda wrote: € Line: 5 Unknown pseudo-element or pseudo-class image a:image { border-bottom: 0; } There is my line 5, I remove it and I validate, I don't get it, whats wrong with that? Scott, To my knowledge, :image is not a pseudo-element. See the W3C

Re: [css-d] one line will not validate

2005-06-03 Thread Matthias Kestenholz
On Fri, 2005-06-03 at 00:23 -0700, Scott Haneda wrote: > ¤ Line: 5 > > Unknown pseudo-element or pseudo-class image > > a:image { border-bottom: 0; } > > There is my line 5, I remove it and I validate, I don't get it, whats wrong > with that? Hi, there is no :image pseudoclass. You pro

Re: [css-d] one line will not validate

2005-06-03 Thread Rimantas Liubertas
On 6/3/05, Scott Haneda <[EMAIL PROTECTED]> wrote: > a:image { border-bottom: 0; } > > There is my line 5, I remove it and I validate, I don't get it, whats wrong > with that? Hi, what do you mean by a:image? There is no such pseudo-class (like :hover, :link, :focus,:visited,:active; see [1]) or

Re: [css-d] one line will not validate

2005-06-03 Thread Jan Brasna
a:image { border-bottom: 0; } Are you sure with the ':'? Shouldn't it be '.'? -- Jan Brasna aka JohnyB :: www.alphanumeric.cz | www.janbrasna.com __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-

Re: [css-d] one line will not validate

2005-06-03 Thread matt andrews
On 6/3/05, Scott Haneda <[EMAIL PROTECTED]> wrote: > € Line: 5 > > Unknown pseudo-element or pseudo-class image > > a:image { border-bottom: 0; } > > There is my line 5, I remove it and I validate, I don't get it, whats wrong > with that? well, like the validator says, there is no pseud

[css-d] one line will not validate

2005-06-03 Thread Scott Haneda
€ Line: 5 Unknown pseudo-element or pseudo-class image a:image { border-bottom: 0; } There is my line 5, I remove it and I validate, I don't get it, whats wrong with that? -- - Scott HanedaTel: 4

[css-d] vertical scrollbars and footer positioning

2005-06-03 Thread Maren Child
I am testing some pages at http://www.wordsworth.com.au/test0605/index.shtml Can anyone tell me why this does not validate? I don't understand the message in the css validator: html { overflow-y: scroll; } html { overflow: -moz-scrollbars-vertical; } If I put that in, the scrollbar is forced in