Re: [css-d] Preventing Border Slant, where they join?

2005-08-06 Thread Richard Grevers
On 8/4/05, Kevin Cannon [EMAIL PROTECTED] wrote: Hi, Is it possible to prevent the border slant that happens when 2 different coloured borders meet? e.g. http://www.infimum.dk/HTML/slantinfo.html I want there to be a solid edge on both side, not an angled join. I'm expecting that

Re: [css-d] horizontal list top border

2005-08-06 Thread Ingo Chao
[EMAIL PROTECTED] wrote: Please look at http://artsci.wustl.edu/~jkatz/links.d/topborder.html with css at http://artsci.wustl.edu/~jkatz/links.d/topborder.css On Netscape 7.1 each of the horizontal lists look the same and as I expect. On IE 6.0 when the width of the DIV enclosing the list

[css-d] Is it possible - Image scaling with CSS in liquid layout

2005-08-06 Thread j.hodge
Hi, all. Per Felix's suggestion a few days ago, I have been switching the current style sheets for my in-progress work to relative font sizes. Naturally, this has led to switching most other elements to relative sizing, so that they interplay well. Now, in the back, there is this

Re: [css-d] Firefox: little b ug with text-transform and ß

2005-08-06 Thread Klaus Hartl
Probably they have fixed the bug? Yes: https://bugzilla.mozilla.org/show_bug.cgi?id=96423 Thank you David for this information! I already thought about reporting that bug... What we do at the moment: replacing ß with ss on serverside, where it's necessary :-) Cheers, Klaus

Line Box model (in IE) [was: [css-d] horizontal list top border

2005-08-06 Thread Philippe Wittenbergh
Another example: .outer {background: green; } .inner {background: red; padding: 1em; border: 1px solid black;} span class=outer outer span class=inner inner /span/span should let stick the red out of the green, and Fx and Opera do confirm. But not in IE: the green is expanded by the red.

Re: [css-d] Is it possible - Image scaling with CSS in liquid layout

2005-08-06 Thread Roger Roelofs
J, On 8/6/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Per Felix's suggestion a few days ago, I have been switching the current style sheets for my in-progress work to relative font sizes. Naturally, this has led to switching most other elements to relative sizing, so that they interplay

RE: [css-d] Align text to two different sides of a TD

2005-08-06 Thread Glenn E. Lanier, II
From: Fred Newtz Sent: Friday, August 05, 2005 12:33 PM Is there anyway I can align two different pieces of text to two different sides of a TD? I tried using div and span however it is not working for me. Here is what I am trying to do now: divtd class=rowclass1. Newtz, Fred span

Re: [css-d] IE Jump on Hover bug

2005-08-06 Thread Ingo Chao
Richard Garbutt wrote: The problem is with the navigation on the right. The elements with red borders are an unordererd list (#menulist) inside an absolutely positioned div (#menu). The unordered list has width set to 9em and margin: auto. The page is meant to behave like it does in Firefox, and

Re: [css-d] Browser Checks please, especially Mac

2005-08-06 Thread Al Sparber
From: BJ [EMAIL PROTECTED] Site here: http://kickasswebdesign.com/webgeekdir/ Though not a CSS issue, I thought you'd like to know that there is a JavaScript error on your page. Al Sparber PVII http://www.projectseven.com Designing with CSS is sometimes like barreling down a crumbling

[css-d] Possible to use a PHP echo within CSS?

2005-08-06 Thread Richard Hawking
I was wondering if it's possible to use a PHP echo within CSS styling. Something like: #?php echo $pageId; ? #?php echo $navId; ? {color:#66;} Would this work? If so, is it advisable to do this kind of thing? __

Re: [css-d] Possible to use a PHP echo within CSS?

2005-08-06 Thread Mark Lundquist
On Aug 6, 2005, at 1:44 PM, Richard Hawking wrote: I was wondering if it's possible to use a PHP echo within CSS styling. Something like: #?php echo $pageId; ? #?php echo $navId; ? {color:#66;} Would this work? If so, is it advisable to do this kind of thing? Well I think PHP is

[css-d] CSS rollover: works in IE6 on Eric's site, but not on mine.

2005-08-06 Thread Raymond van der Woning
Hi folks. I prepared a couple of demo pages in advance, for this problem: http://www.vanderwoning.net/toolbar.php http://www.vanderwoning.net/toolbar2.php I made a graphical user-toolbar, which is a simple definition list using images for links, and with link text that is wrapped in spans and

Re: [css-d] Possible to use a PHP echo within CSS?

2005-08-06 Thread Paul Menard
I 'think' you are confusing two different technologies. PHP is a server-side executed languages and requires an installed parser running under the web server (Apache, IIS etc.) Since you on this list I'm assuming you know CSS is a client-side language. These two languages are not aware of each

Re: [css-d] CSS rollover: works in IE6 on Eric's site, but not on mine.

2005-08-06 Thread Jan Brasna
Add eg. a:hover { background-position: 0 0; } to make IE register the change and re-render the childs. -- Jan Brasna aka JohnyB :: www.alphanumeric.cz | www.janbrasna.com __ css-discuss [EMAIL PROTECTED]

[css-d] Errrmmm. maybe Opera hack not needed

2005-08-06 Thread j.hodge
What I thought looked fine in Win Moz/FF/NN, when located locally, is now placed on a server. .and is displaying the same issues as it did locally when viewed in Opera 7.5. Anybody have any ideas about what is going on with this? Links may all be found at

Re: [css-d] Errrmmm. maybe Opera hack not needed

2005-08-06 Thread Kelly Miller
Roger Roelofs wrote: First, you are working harder than you need to. You have a fairly standard layout here, and templates for this layout are available many places including the wiki for this list. Also, you are giving the browser more instructions (occaisionaly conflicting) than it needs to