Re: [css-d] CSS Image Swap - Flicker??

2008-02-12 Thread Gunlaug Sørtun
Matthew Stoneback wrote: I need this effect / navigation style to work across browsers and platforms... is this even possible? List version HTML: http://www.eddysound.com/rrc/index2.html To begin with, I'd simplify the styling of those navigation-links by removing unnecessary duplicates, and

Re: [css-d] CSS Image Swap - Flicker??

2008-02-12 Thread Christian Kirchhoff
[EMAIL PROTECTED] schrieb: I looked at the list version; the home link doesn't flicker. It has the a tag id'd, the others do not. I don't however think you should have two items with the same id. Maybe identify them as a class instead? li.home a.home img, etc. -m Hello once again:

Re: [css-d] Problem with floated links at right of page in FF

2008-02-12 Thread Philippe Wittenbergh
On Feb 13, 2008, at 1:35 AM, Susan Grossman wrote: Unfortunately when dealing with FireFox you get the outline around the entire element, and I think it's the use of negatives that causes this to expand past the actual size you want.. correct. I actually does what the specs says;

Re: [css-d] IE7 a display:block issue

2008-02-12 Thread Philippe Wittenbergh
On Feb 13, 2008, at 10:20 AM, Rafael wrote: Try triggering /hasLayout/[1] on your *a*'s. One of the easiest ways to do so is by setting the MS-only property 'zoom' (i.e. zoom:1) -- if you care about your code being valid, then don't use this property.

Re: [css-d] background images in divs

2008-02-12 Thread David Hucklesby
On Mon, 11 Feb 2008 10:32:33 -0500, Carrie Strongwater Drazin wrote: Hi all, We are trying to put dividers between paragraphs using background images in divs but, they never show up. Should we not be using divs? Any suggestions would be greatly appreciated or any sample code that has

[css-d] Need Text To Wrap

2008-02-12 Thread Elli Vizcaino
Hello, I have coded this weather module for work: http://e7flux.com/weathercenter/weathercenter.html and I need the text inside the bottom 2nd column to wrap onto next line underneath the temperature. It does so in IE7 but not in FF or Safari. I floated the text left next to the images because

Re: [css-d] Generic problem/question

2008-02-12 Thread David Laakso
Big Moxy wrote: The designer I am working with created graphics such that I have a 3 x 3 matrix plus a background image. Apparently this was done to create a gradient effect of the background. It fades dark to light, out - in - out, on all sides. I've been struggling with how to piece

[css-d] Generic problem/question

2008-02-12 Thread Big Moxy
The designer I am working with created graphics such that I have a 3 x 3 matrix plus a background image. Apparently this was done to create a gradient effect of the background. It fades dark to light, out - in - out, on all sides. I've been struggling with how to piece this together in CSS.

Re: [css-d] IE7 a display:block issue

2008-02-12 Thread Rafael
Try triggering /hasLayout/[1] on your *a*'s. One of the easiest ways to do so is by setting the MS-only property 'zoom' (i.e. zoom:1) --if you care about your code being valid, then don't use this property. [1]http://www.satzansatz.de/cssd/onhavinglayout.html vincent pollard wrote: hi!

[css-d] cant do bottom background

2008-02-12 Thread Erland Flaten
I dont understand how to get an image to stay at bottom om of a DIV. I try background image at the bottom, but it follows the content of the div, not the background. If I try to put height or height and width to the div, it drops down and away. Any suggestions? Plan B: I am thinking about

Re: [css-d] Proof of Concept Needed

2008-02-12 Thread David Laakso
Chris Akins wrote: I'm working on a 3-col design for our new City gov't site template. Trying to see if I've designed something in Photoshop that isn't doable, I thought I'd get some input on my methodology before proceeding much further down the present plan of attack. Page and CSS:

Re: [css-d] Suckerfish Drop-Down breaks on IE6

2008-02-12 Thread John Gribben
I removed the extraneous z-indexes as you advised, and removing the positioning from the float adjacent to the navigation seems to have fixed the problem. I'm not sure if this is what you meant by setting position and z-index from the outside. Take care, John Hi, no, I

[css-d] Fwd: IE7 a display:block issue

2008-02-12 Thread Philippe Wittenbergh
(I'm sure Rafael intended to send this to the list) Begin forwarded message: From: Rafael [EMAIL PROTECTED] Date: February 13, 2008 11:46:25 AM JST To: Philippe Wittenbergh [EMAIL PROTECTED] Subject: Re: [css-d] IE7 a display:block issue User-Agent: Thunderbird 2.0.0.9 (Windows/20071031)

Re: [css-d] Background image IE problem

2008-02-12 Thread Gunlaug Sørtun
dan smith wrote: I'm having a first stab a designing a homepage, and I've run into one major hiccup. I’ve used background images on the two main content area container divs: #home-row1 #home-row2 They should appear as the background images for the nested boxes within them. Web

[css-d] Proof of Concept Needed

2008-02-12 Thread Chris Akins
Hello List, I'm working on a 3-col design for our new City gov't site template. Trying to see if I've designed something in Photoshop that isn't doable, I thought I'd get some input on my methodology before proceeding much further down the present plan of attack. Page and CSS:

Re: [css-d] Problem with floated links at right of page in FF

2008-02-12 Thread Susan Grossman
Unfortunately when dealing with FireFox you get the outline around the entire element, and I think it's the use of negatives that causes this to expand past the actual size you want.. I'm not a proponent of removing the outline because it's there for accessibility reasons. Susan On Feb 9,

Re: [css-d] nav hover doesn't match up

2008-02-12 Thread Valerie Wininger
Add the following to the a:hover rule: width:177px; padding-right:4px; That fixed it in Firebug. Valerie Wininger www.valeriewininger.com On Feb 12, 2008 10:44 AM, Shanna Korby [EMAIL PROTECTED] wrote: http://korbyimagery.com/ab/svc_services.htm The css for sidebar nav

[css-d] Background image IE problem

2008-02-12 Thread dan smith
Hi, I'm having a first stab a designing a homepage, and I've run into one major hiccup. I’ve used background images on the two main content area container divs: #home-row1 #home-row2 They should appear as the background images for the nested boxes within them. This works great in Firefox

[css-d] nav hover doesn't match up

2008-02-12 Thread Shanna Korby
http://korbyimagery.com/ab/svc_services.htm The css for sidebar nav .selected and a:hover are exactly the same. Yet, they don't match up. Why and how can I fix this? It should look like .selected. #outerWrapper #contentWrapper #leftColumn1 ul li a:hover { font-family: Futura Book,

Re: [css-d] IE7 a display:block issue

2008-02-12 Thread Jim Davis
Visit this site for a solution: http://www.smileycat.com/miaow/archives/000230.php Jim On Feb 11, 2008 11:21 AM, vincent pollard [EMAIL PROTECTED] wrote: hi! so, i have: .headerTwoRight a { text-decoration: none; display: block; height: 42px } and it displays fine in IE6 and FF but

[css-d] tooltip problems in Explorer....?

2008-02-12 Thread Kevin Evans
Hello, I have added some tooltips with larger photos of the product thumbnails on http://www.butterflymama.com/mm5/mer...tegory_Code=BL, and it works fine in Safari and Firefox but not in Explorer 7 and below. The larger image is going underneath the other elements on the page upon

Re: [css-d] using @import

2008-02-12 Thread Gunlaug Sørtun
Shane Kasper wrote: Hello all, I am new to the group and a beginner at CSS as well. Welcome to both :-) I did a test that works in IE6 but not in FF1.5: http://www.hiddenimages.ca/css/test.css The validator reports Parse Error...

Re: [css-d] left sidebar float problems

2008-02-12 Thread Geoffrey Hoffman
Matt, You are the man. I've been looking for that. Every other solution I've seen has drawbacks such as tallest content must come in a certain column, background color doesn't flow down, requires JS, etc. Nice work. Geoff On Feb 10, 2008 2:34 AM, Matthew Taylor [EMAIL PROTECTED] wrote, in

Re: [css-d] Hello CSS Problem

2008-02-12 Thread Valerie Wininger
We're always glad to help, but we need to know more info---what's the URL? Valerie www.valeriewininger.com On Feb 11, 2008 10:14 AM, Christopher [EMAIL PROTECTED] wrote: Hello, I am new to this mailing list and I wanted to say Hello to everyone. I joined this mailing list for one to get

Re: [css-d] 2 Column CSS Help Needed

2008-02-12 Thread Valerie Wininger
Yes ma'am. Change your #content info to look like this: #content { padding: 0 10px; *width: 620px; float:right;* background-color:#00FF00; } On Feb 10, 2008 8:19 PM, Devi [EMAIL PROTECTED] wrote: Please take a look at this page layout I can't seem to get the main content

[css-d] Suckerfish Dropdown Problem with IE6

2008-02-12 Thread Nancy Johnson
Hi, I am using suckerfish drop down in a section of my website. One page of this section also has a form with select boxes. In IE6, the suckerfish drop-down menu which is at the top of the section appears behind the select boxes instead of in front of the select boxes. IE6 is the only browser

[css-d] IE7 a display:block issue

2008-02-12 Thread vincent pollard
hi! so, i have: .headerTwoRight a { text-decoration: none; display: block; height: 42px } asp:HyperLink ID=hlQuickLinksToggle runat=server NavigateUrl=# onclick=return ToggleQL() asp:Image ID=Image1 runat=server ImageUrl =~/images/3_2_Header/quick_h2.gif alt=quicklinks / pQuicklinks/p

[css-d] 2 Column CSS Help Needed

2008-02-12 Thread Devi
Please take a look at this page layout I can't seem to get the main content flush left to the left sidebar for the popular 2 column layout. Any ideas? Thank you! http://devimultimedia.com/temp/csshelp.html Partial CSS: .column { float: left; } #content { padding: 0

Re: [css-d] start an ordered list at a number 1

2008-02-12 Thread Raphael Montanaro
Automatic numbering in CSS2 is controlled with two properties, 'counter-increment' and 'counter-reset' http://archivist.incutio.com/viewlist/css-discuss/57830 Like a lot others properties, compatibility is broken in a lot of browsers. If you dont get it, let me know.Regards, Raphael Pereira de

[css-d] paddings and margins inside span

2008-02-12 Thread Niels Matthijs
Hello all, I've run across a nasty problem not so long ago. I had a link (a tag) with a span inside. The a tag linked to a pdf file, the span tag contained the size of the pdf file. I put the span tag inside the a tag but wasn't too happy with the spacing between the link text and the

[css-d] IE6 float right column being bumped down the page

2008-02-12 Thread Chris McCreery
Hey everyone I am having an issue with the css of a site that recently launched, the css validates and looks perfect in IE7 and firefox as I designed based on Firefox. Now that it is live and some usersfor unknown reasons are using IE6 the layout is off. I have a container div, menu, content,

Re: [css-d] Problem with floated links at right of page in FF

2008-02-12 Thread haveboard . com
the sidebar links FF places a faint dotted line around the link that extends all the way across the page to the left side. It is intended as an indication that the link is actively selected, but it is very distracting, a {outline:none;} this should do the trick Jonathan Finnegan

[css-d] using @import

2008-02-12 Thread Shane Kasper
Hello all, I am new to the group and a beginner at CSS as well. I am trying to figure out how to use @import. My goal is to have one CSS file that would contain all the basic rules for all pages, and then have several specific css files for certain pages, that would call the the main css file

Re: [css-d] IE6 Win broken page feedback

2008-02-12 Thread Matt Henry
Rob Emenecker wrote: Hi all, I've got a site that works well in IE7 and FF2, but IE6 appears to be giving me some fits (in MS Virtual machine anyway). If you have access to IE6 and FF2, please take a look at: http://www.italiascornercafe.com/menu.html What in the CSS is either (a)

[css-d] background images in divs

2008-02-12 Thread Carrie Strongwater Drazin
Hi all, We are trying to put dividers between paragraphs using background images in divs but, they never show up. Should we not be using divs? Any suggestions would be greatly appreciated or any sample code that has worked with this scenario. Thank you. Carrie

Re: [css-d] Image within DIV alignment problem

2008-02-12 Thread Terje Røstum
Remove every css rules you have applied to the photo, the main one. remove positioning relative from the div container with id photos. That worked for me. 2008/2/10, Doug Niven [EMAIL PROTECTED]: Hi Folks, I've got a frustrating problem center-aligning images within a DIV, which can be

[css-d] Hello CSS Problem

2008-02-12 Thread Christopher
Hello, I am new to this mailing list and I wanted to say Hello to everyone. I joined this mailing list for one to get help and techniques when using CSS, but also I want to get my web page up and I'm having real problems using a gallery system and placing it into my web page, the main problem

Re: [css-d] PNG repeating background in IE

2008-02-12 Thread Karl Hardisty
On 8/02/2008, at 5:10 AM, Geoffrey Hoffman wrote: I am fairly certain that the PNG alpha trick that dynamically places a filter:progid:DXImageTransform.Microsoft.AlphaImageLoader on your site's png files does not work on repeating backgrounds. Search on IE6 transparent png on google and

Re: [css-d] background images in divs

2008-02-12 Thread Valerie Wininger
Are you setting a width/height on those divs? If their only content is a background image, they won't show up, as those don't count as content. Valerie On Feb 11, 2008 10:32 AM, Carrie Strongwater Drazin [EMAIL PROTECTED] wrote: Hi all, We are trying to put dividers between paragraphs using

Re: [css-d] cant do bottom background

2008-02-12 Thread Gunlaug Sørtun
Erland Flaten wrote: I dont understand how to get an image to stay at bottom om of a DIV. I try background image at the bottom, but it follows the content of the div, not the background. If I try to put height or height and width to the div, it drops down and away. Any suggestions? First: