Re: [css-d] How to 'unvisited' links?

2010-12-07 Thread Bobby Jack
--- On Tue, 12/7/10, David Laakso wrote: > As T. A. has suggested, ditch the visited link style in the > CSS... I think that would be a shame. There are often usability benefits associated with being able to tell if you've already visited a specific URL. > >

[css-d] Floated images: clearing and containing

2010-12-07 Thread Gabriele Romanato
Hi! "I'm worst at what I do best / and for this gift I feel blessed" (Nirvana, "Smells Like Teen Spirit") so here is my contribution to the topic: http://onwebdev.blogspot.com/2010/12/css-floated-images-clearing-and.html Notice that the containing class can be dynamically added via JS, or,

[css-d] help with button position in Safari

2010-12-07 Thread Debbie Campbell
In Safari/Win (Safari/Mac too?) the search button at top right is not in the right place, it should be directly right of the text input box: http://www.adventurecamper.com/colorado-suv-and-van-rentals/ It's fine in IE, FF, Chrome, and Opera. Can someone help? -- Debbie Campbell www.redkitecr

Re: [css-d] help with button position in Safari

2010-12-07 Thread Chetan Crasta
You have to remove the float:right of the search button. Or you can try this: #utility #search-form input.button { float:none; } ~Chetan On Wed, Dec 8, 2010 at 12:40 AM, Debbie Campbell wrote: > In Safari/Win (Safari/Mac too?) the search button at top right is not in the > right place, it shou

Re: [css-d] help with button position in Safari

2010-12-07 Thread Debbie Campbell
Well... I tried setting a width on #searchform and removing the float on the button, but I still see about 18px below where it should be... -- Debbie On 12/7/2010 12:27 PM, Chetan Crasta wrote: You have to remove the float:right of the search button. Or you can try this: #utility #search-form

Re: [css-d] help with button position in Safari

2010-12-07 Thread Shawn Lawler
Just tried Chetan's fix - worked when I tried it on Safari 5 Win7. It's worth noting that the rule Chetan provided requires the strong selector he wrote -- make sure when you try it out that your selector is at least as strong. Shawn On 12/7/2010 1:40 PM, Debbie Campbell wrote: Well... I tr

[css-d] two IE7 questions, z-index and display: none

2010-12-07 Thread Debbie Campbell
How can I have the logo (#logo) in front of #primary on subpages here: http://www.adventurecamper.com/about/ I've tried various z-indexes in a conditional comment for IE7, but nothing is changing. Also, I want to hide #sliderbox (the moving boxes slider) at the bottom of the home page, but

Re: [css-d] two IE7 questions, z-index and display: none

2010-12-07 Thread G.Sørtun
On 08.12.2010 01:12, Debbie Campbell wrote: How can I have the logo (#logo) in front of #primary on subpages here: http://www.adventurecamper.com/about/ Add... #header-container {z-index: 1;} ...to lift the entire header above everything else. regards Georg _

[css-d] IE7 display problem

2010-12-07 Thread Julie Holmes
Hello, The following div class .ingallinks displays as I designed in IE8, FF, Safari, Chrome but not in IE7. Please see fixit folder: http://www.thechildrensstoreinc.com/fixit/ Do I need to set up a separate stylesheet for IE7 or is there a fix that won't bork out what I've done for all the ot