Re: [css-d] Navlist Problems

2007-08-16 Thread Scott Swabey
Richard Brown wrote: > Hi All > > I am building a site here: > > > The navlist is meant to have an icon at one end of the line and then > on hover the icon changes. However, the icon won't go to the end of > t

[css-d] Navlist Problems

2007-08-16 Thread Richard Brown
Hi All I am building a site here: The navlist is meant to have an icon at one end of the line and then on hover the icon changes. However, the icon won't go to the end of the list it stays in the middle and I

[css-d] IE6 Float right placement issue

2007-08-16 Thread Christopher McComas
I have the following code on a site, it displays properly in Firefox and IE7, but in IE6 it doesn't display the main content where it should be, it displays it in position left-to-right properly, but it displays top-to-bottom once the sidebar ends. CSS: * { margin: 0; padding: 0; } a img

Re: [css-d] disappearing picture

2007-08-16 Thread E Michael Brandt
Yep it is indeed your javascript. function collapse() { divs=document.getElementsByTagName("div") for (i=5;i<15;i++) { divs[i].style.display="none"; } } That is one strange piece of code. It is hiding divs based not on a safe way of identifying them, but by the order in

[css-d] disappearing picture

2007-08-16 Thread Raumin \"Ray\" Dehghan
Colleagues, I am in the process of experimenting with a possible redesign to our website and have some issues. For this email, I will just mention one issue first, although my problems may be related. One issue I'm having is that the photo and any associated material (can be found within a d

Re: [css-d] IE6 positioning problem

2007-08-16 Thread Shelman, Mark / SRC
Ingo Chao > I think it is related to the floating li of 100% width. Thanks much, Ingo. That was it. --Mark __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.i

Re: [css-d] Hover [reformulated]

2007-08-16 Thread faramineux
On Aug 16, 2007, at 2:52 PM, faramineux wrote: > > That works, but the original background color of the a:hover - see > below - still appears. The dashed border is gone. > > a:hover { > color: #2B4058; > font-size: 13px; > font-weight: normal; > background-color: #fffbdf; > border-bottom-style:

Re: [css-d] Hover [reformulated]

2007-08-16 Thread faramineux
On Aug 16, 2007, at 1:54 PM, Dennis Bixler wrote: > > Change the a.imglink:hover to > > div.imglink a:hover > > that should fix it > > Dennis That works, but the original background color of the a:hover - see below - still appears. The dashed border is gone. a:hover { color: #2B4058; font-size

Re: [css-d] Elegant alternative to ?

2007-08-16 Thread Alan Gresley
Jon Hughes wrote: > I'm sure most of us have run into this problem before, but I couldn't > find the solution of google. > > You have a container div, with multiple divs nested inside... but all of > the child divs are floating, so the contain div doesn't have layout. > (though this is not the has

Re: [css-d] Hover [reformulated]

2007-08-16 Thread Dennis Bixler
On Aug 16, 2007, at 8:38 AM, Zoe M. Gillenwater wrote: > > a.imglink:hover { > background: none; > border: none; > } > > Zoe > Here is the link where I tried that: > http://www.ombredor.com/testing/bp333.html > The problem remains in Firefox, Opera. Working in Safari and Netscape. Change the

Re: [css-d] Hover [reformulated]

2007-08-16 Thread faramineux
On Aug 16, 2007, at 8:38 AM, Zoe M. Gillenwater wrote: > > a.imglink:hover { > background: none; > border: none; > } > > Zoe Here is the link where I tried that: http://www.ombredor.com/testing/bp333.html The problem remains in Firefox, Opera. Working in Safari and Netscape. __

Re: [css-d] IE6 positioning problem

2007-08-16 Thread Ingo Chao
Shelman, Mark / SRC wrote: > Hello List, > > At www.src.org I am encountering an IE6 > positioning problem that seems (?) to be in the Peek-a-boo family of > bugs. ... Sorry, I cannot reproduce the bug on src.org > > In IE6, the initial rendering matches that of FF2, and

[css-d] IE6 positioning problem

2007-08-16 Thread Shelman, Mark / SRC
Hello List, At www.src.org I am encountering an IE6 positioning problem that seems (?) to be in the Peek-a-boo family of bugs. I have reviewed descriptions of IE positioning bugs online, but I have not seen this particular scenario described, nor have I been able to find a w

Re: [css-d] Bottom of div disappears in IE6 -SOLVED

2007-08-16 Thread Ian Young
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Zoe M. > Gillenwater > Sent: 16 August 2007 13:44 > To: [EMAIL PROTECTED] Css-Discuss. Org > Subject: Re: [css-d] Bottom of div disappears in IE6 > > > Ian Young wrote: > > In IE6 (what else), the bottom of

Re: [css-d] Elegant alternative to ?

2007-08-16 Thread Jon Hughes
> It won't work in IE, but then again IE pushes past floated elemenss > anyway. (Although I have had the occasional glitch with Netscape, but > for the most part it works very well.) > > All you have to do is add 'class="clearfix"' to any element you want > cleared. > > ~Shelly .clearfix:after

Re: [css-d] Elegant alternative to ?

2007-08-16 Thread Dan Dorman
On 8/16/07, Jon Hughes <[EMAIL PROTECTED]> wrote: > Does anyone know of an unobtrusive way to do the same thing without > using the br/? Applying overflow: auto to the element containing the floats has worked well for me, although I believe there may be some caveats as regards IE or something like

Re: [css-d] Elegant alternative to ?

2007-08-16 Thread Shelly
>>Does anyone know of an unobtrusive way to do the same thing without using the br/?<< I think it's the PIE site that has the alternative - very slight extra markup. In the div you want to clear, add 'class="clearfix"'. The CSS: .clearfix:after { content:"."; display:block; height:0; clear:b

Re: [css-d] Elegant alternative to ?

2007-08-16 Thread Esther van Summeren
Perhaps this page offers you the solution you're looking for? I haven't tried it yet, I bumped in to it last week. http://www.positioniseverything.net/easyclearing.html Good luck, Cheers, esther -Mensaje original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] En nombre de Jon Hughes

[css-d] footer stick to bottom with single table and javascript/DOM manipulation problem

2007-08-16 Thread Listsmem
I've got this problem with this page- http://dev.gelatincube.com/pequodv4/srv_casestudies.php In order to get the footer to stick to the bottom and for the design to fill the entire browser portal vertically. I'm employing a single table for layout purposes set to height: 100%. I've set HTML,

Re: [css-d] Site Check and advice please!

2007-08-16 Thread tedd
At 11:35 AM +0100 8/16/07, Mark Finney wrote: >Thanks... lots more to do! http://helpusmarry.co.uk/jessie/ It looks good to me except for the functionality of the navigation -- too slow. You might use js to pre-load the images considering that the hover images are not loaded until the user hove

[css-d] Elegant alternative to ?

2007-08-16 Thread Jon Hughes
I'm sure most of us have run into this problem before, but I couldn't find the solution of google. You have a container div, with multiple divs nested inside... but all of the child divs are floating, so the contain div doesn't have layout. (though this is not the hasLayout bug) So, the easy solu

Re: [css-d] multiple style sheet errors

2007-08-16 Thread Copeland
WOW thanks- I spent all morning on css! (But learned a few things too!) -Original Message- From: Scott Povlot [mailto:[EMAIL PROTECTED] Sent: Thursday, August 16, 2007 10:46 AM To: [EMAIL PROTECTED]; css-d@lists.css-discuss.org Subject: Re: [css-d] multiple style sheet errors Copeland,

Re: [css-d] multiple style sheet errors

2007-08-16 Thread Scott Povlot
Copeland, This is not a CSS problem. Your problem is related to the Javascript that disables the stylesheets. In Firebug, I see the following error: document.styleSheets is not a function [Break on this error] document.styleSheets(1).disabled = false; Basically, styleSheets is an array and nee

Re: [css-d] multiple style sheet errors

2007-08-16 Thread Copeland
I removed "disable='true'" from the second style sheet, changed the "rel" to read "alternate" and added the title to indicate it is the alternate style sheet- still getting the box down effect. Now reads: ...Don't look at the rest of the site... in fact, don't look at the design at all, please

Re: [css-d] multiple style sheet errors

2007-08-16 Thread Ian Young
> Subject: [css-d] multiple style sheet errors > > >T when I link those two stylesheets next to each other the main content > area goes -boom- all the way down the page. > > These 2 stylesheets are named differently but I also tried it > with the same > stylesheet, just listing it twice (so nothing

[css-d] multiple style sheet errors

2007-08-16 Thread Copeland
I have javascript that says to go to the first stylesheet unless the user wants larger text at which point they go to another linked stylesheet that is otherwise disabled. BUT when I link those two stylesheets next to each other the main content area goes -boom- all the way down the page. These

Re: [css-d] Safari 3 display:inline issue in standards mode

2007-08-16 Thread Mark Richards
>> Thus, the double-styling... >> >> element {display: inline; display: inline-block;} >> >> ...may work in your case. >Or >selector {display:-moz-inline-box; display:inline-block;} > >The order is important here. The last property always wins (normal >css cascade), except if it is unsupported.

Re: [css-d] Bottom of div disappears in IE6

2007-08-16 Thread Ian Young
> To: [EMAIL PROTECTED] Css-Discuss. Org > Subject: Re: [css-d] Bottom of div disappears in IE6 > > > Ian Young wrote: > > In IE6 (what else), the bottom of the div is hidden behind the > footer. On > > pressing f11 to show whole screen, the bottom appears again. > When restoring > > to normal wind

Re: [css-d] IE7 Render bug?

2007-08-16 Thread Zoe M. Gillenwater
Kent Broestl wrote: > Hello all: > > I just put up this site: > http://www.holyfamilycolumbus.org/ > which displays fine in everything except IE7. > > In IE7, the only thing that is visible is the background image on the body > tag. View it in any other browser to see what it is supposed to look li

[css-d] Setting color relative to another element [WAS Re: Is There A Way To Do This?]

2007-08-16 Thread Zoe M. Gillenwater
Elli Vizcaino wrote: > Was just wondering if there was a way to set the hex > color of one element at 50% saturation of another > element's hex color? > > Nope, not with CSS. It's not a programming language, so it only deals in absolute values, not variables. The closest you could get would b

Re: [css-d] Bottom of div disappears in IE6

2007-08-16 Thread Zoe M. Gillenwater
Ian Young wrote: > In IE6 (what else), the bottom of the div is hidden behind the footer. On > pressing f11 to show whole screen, the bottom appears again. When restoring > to normal window size the bottom of the div is as it should be. > > I wasn't sure what to search for in the Wiki, but it must

Re: [css-d] Hover [reformulated]

2007-08-16 Thread Zoe M. Gillenwater
faramineux wrote: > Here is the basic code I use for links: > > a:link { > color: #5a0113; > font-size: 13px; > font-weight: normal; > text-decoration: none; > } > > a:hover { > color: #2B4058; > font-size: 13px; > font-weight: normal; > background-color: #fffbdf; > border-bottom-style: dashed; > b

Re: [css-d] Everything looks great...except Safari!

2007-08-16 Thread Bjoern Hoehrmann
* Philippe Wittenbergh wrote: >On Aug 16, 2007, at 5:49 PM, Nick Fitzsimons wrote: > >> There's nothing wrong with starting an id with a capital letter: >> >> "ID and NAME tokens must begin with a letter ([A-Za-z])..." >But >

Re: [css-d] Border problems

2007-08-16 Thread Ian Young
> Subject: [css-d] Border problems > > > Hi, > > I've designed the following layout. Bit different in some ways > but my client > likes it a lot. > > But check in IE and it looks as we want it. Look at it in > anything else and > all the borders disappear!!! > > Any ideas please? > > http://www.cre

Re: [css-d] Border problems

2007-08-16 Thread Jens Brueckmann
Hi Jo, in your Style Sheet you confuse verbose border properties with shorthand border properties. Have a close look at http://www.w3.org/TR/REC-CSS2/box.html#border-properties and http://www.w3.org/TR/REC-CSS2/box.html#border-shorthand-properties For example, instead of writing border-

Re: [css-d] Everything looks great...except Safari!

2007-08-16 Thread Philippe Wittenbergh
On Aug 16, 2007, at 5:49 PM, Nick Fitzsimons wrote: > There's nothing wrong with starting an id with a capital letter: > > "ID and NAME tokens must begin with a letter ([A-Za-z])..." > > even in XHTML, which follows the XML spec: >

[css-d] Border problems

2007-08-16 Thread jo soap
Hi, I've designed the following layout. Bit different in some ways but my client likes it a lot. But check in IE and it looks as we want it. Look at it in anything else and all the borders disappear!!! Any ideas please? http://www.creativeforms.co.uk/borderprob.html http://www.creativeforms.

Re: [css-d] Site Check and advice please!

2007-08-16 Thread Mark Finney
Thanks... lots more to do! On 16/08/07, Gunlaug Sørtun <[EMAIL PROTECTED]> wrote: > > Mark Finney wrote: > > http://helpusmarry.co.uk/jessie/ > > > Also comments on the CSS would be appreciated since I am just > > learning it. > > Non-valid nesting - paragraphs in links is no good. > < > http://

Re: [css-d] IE6: s appear above objects of higher z-index

2007-08-16 Thread Barney Carroll
Ingo, Jens, Thanks a lot - fascinating stuff indeed. Odd how the problem is treated as so specific, an occasional result of suckerfish. And what an elaborate workaround! Many thanks, Barney Ingo Chao wrote: > Barney Carroll wrote: >> Hello list, >> >> I'm getting a nasty little déja-vu over a

Re: [css-d] IE6: s appear above objects of higher z-index

2007-08-16 Thread Jens Brueckmann
Hi Barney, > I'm getting a nasty little déja-vu over a device on my site whereby a > javascript-powered pseudo-popup with unconstestably high x-index is > getting poluted by elements in the form under it. This seems to be a well-known bug in IE. More information about the bug and a solution to

Re: [css-d] IE6: s appear above objects of higher z-index

2007-08-16 Thread Ingo Chao
Barney Carroll wrote: > Hello list, > > I'm getting a nasty little déja-vu over a device on my site whereby a > javascript-powered pseudo-popup with unconstestably high x-index is > getting poluted by elements in the form under it. ... A select is a windowed object in IE<7 [1] and resides outs

[css-d] How do you show Selected Page in the navigation?

2007-08-16 Thread Kit Grose
Hi Craig, The easiest way to select the current page in navigation is to give each list item a unique ID, and to give the body tag the class of the section you're on: ... Contact Us Site Map ... ... Then define a stylesheet r

Re: [css-d] Everything looks great...except Safari!

2007-08-16 Thread Nick Fitzsimons
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Philippe Wittenbergh Sent: 16 August 2007 08:41 To: CSS-D Subject: Re: [css-d] Everything looks great...except Safari! For your 'tour' problem 1. you use an id multiple times (div id="Tour"). And id's should

[css-d] IE6: s appear above objects of higher z-index

2007-08-16 Thread Barney Carroll
Hello list, I'm getting a nasty little déja-vu over a device on my site whereby a javascript-powered pseudo-popup with unconstestably high x-index is getting poluted by elements in the form under it. The particular instance is with Kupu's 'insert link' widget - I'd've thought there'd be a flo

Re: [css-d] Everything looks great...except Safari!

2007-08-16 Thread Philippe Wittenbergh
On Aug 16, 2007, at 3:35 PM, Jason Ogle wrote: > Now look what's happening to my tour dates and recent media columns. > Anybody with Safari be able to check this out and hook a brotha up > with the right (or better) way to do this? > > http://www.jasonogle.com/clients/tlg/ To be honest, that site

Re: [css-d] Everything looks great...except Safari!

2007-08-16 Thread Ingo Chao
Jason Ogle wrote: > ... You forgot to test in Opera, too. And what validation? > > Now look what's happening to my tour dates and recent media columns. > Anybody with Safari be able to check this out and hook a brotha up > with the right (or better) way to do this? > > http://www.jasonogle.