[css-d] Is there any way to filter a css for Safari or Firefox

2007-11-21 Thread chiara chiari
Hi guys, I need to filter a style rule for Safari and I was wondering if there is any way to filter a dedicated css or if there is any other way I can filter a stylesheet for FireFox and then use the main one to give my rules to Safari (I am using separate css for IE7 and 6 already) Thanks a lot

[css-d] stacking problem in IE6

2007-11-21 Thread Carol Doersom
This page has a Suckerfish dropdown menu: http://www.blinn.edu/sbdc/_notes/blinn/index.htm http://www.blinn.edu/sbdc/_notes/blinn/index-css.css The left two dropdowns correctly overlap the form that's below them in FF, Opera IE7, but in IE6 those two menus drop down *behind* the Quicklinks

Re: [css-d] Is there any way to filter a css for Safari or Firefox

2007-11-21 Thread Gunlaug Sørtun
chiara chiari wrote: Hi guys, I need to filter a style rule for Safari and I was wondering if there is any way to filter a dedicated css or if there is any other way I can filter a stylesheet for FireFox and then use the main one to give my rules to Safari (I am using separate css for IE7 and

[css-d] Breadcrumbs wrapping and background image IE6

2007-11-21 Thread Rees, Mark
Hello I have a breadcrumb which wraps over two lines. I'd like to have an arrow appear to the left of each link in the breadcrumb, and I'd like preferably to split links over two lines where necessary, or alternatively to have breadcrumbs appear whole on the new line where they would otherwise

[css-d] Breaking out of a centered fixed width container...

2007-11-21 Thread Timothy Kelty
Lately this has come up: I have a fixed width centered container that contains my entire site, like so: #container{ margin: 0 auto; width:960px} My question is if there is a way for a block element within the container to break out of the container and span the width of the browser,

Re: [css-d] Breadcrumbs wrapping and background image IE6

2007-11-21 Thread Bruno Fassino
On Nov 21, 2007 12:03 PM, Rees, Mark wrote: I have a breadcrumb which wraps over two lines. I'd like to have an arrow appear to the left of each link in the breadcrumb, and I'd like preferably to split links over two lines where necessary, or alternatively to have breadcrumbs appear whole

Re: [css-d] validation question

2007-11-21 Thread tedd
At 7:45 PM -0800 11/18/07, jaklitsch maya wrote: What am I doing wrong? thin is not an attribute for border -- check this out: http://www.tizag.com/cssT/border.php Cheers, tedd -- --- http://sperling.com http://ancientstones.com http://earthstones.com

Re: [css-d] Breadcrumbs wrapping and background image IE6

2007-11-21 Thread Jim Davis
I don't want to ignite the old debate about using a definition list for a list of links, but perhaps this is one of those cases where using dl and dt could be employed. Note the following demo: http://www.jimdavis.org/test/bcTest.html The dt can be styled with a background image and floated

Re: [css-d] Div Problems *whoops*

2007-11-21 Thread Hakan K
I am not able to see any header, and menu css function on IE 6 #header { background:#fff url(images/valtour_top.png) no-repeat; height:250px; Hakan http://primoris.com On 11/20/07, David Laakso [EMAIL PROTECTED] wrote: David Laakso wrote: Alan_Akhlah wrote: I am having problems