Re: [css-d] Firefox Right column anomoly

2007-09-01 Thread David Laakso
Brian Walk wrote: Strange thing happening in Firefox. Load the following page: http://www.physics.niu.edu/physics/outreach/index.shtml Notice the Events box floating above the large image. Now hit Refresh, and it repositions down into it's proper place (visit the same link in IE 6.0, and

Re: [css-d] 2-column layout

2007-09-01 Thread Donna Jones
hi Shelly: is this what you're looking for. http://www.westendwebs.net/template-2-fluid-right.html i bet you're just forgetting to put a margin-left on the right column. cheers and hth, Donna Shelly wrote: Hey all - Normally, I have no problems pulling off a tableless CSS layout. But

Re: [css-d] sitecheck request

2007-09-01 Thread Peter
vwf wrote: Hello, I'm in the process of converting a table/frame site to CSS. The new site renders fine on Opera 9.23, Firefox 2.0.0.6, and IE6 (on wine), but fails on Konqueror 3.5.5 and IE7 (on wine). The html and css are valid according to the W3C validator. Can someone give a hint on

Re: [css-d] Transparent div with opaque text.

2007-09-01 Thread brian
David Hucklesby wrote: Emanuele Venezia wrote: Wouldn't it be enough to use a semi-transparent image as background for the contained div? (it would be CSS21 compliant, too) Absolutely. Sadly, though, the most used browser today, IE6, will not apply alpha transparency to repeated

Re: [css-d] Links within UL not clickable

2007-09-01 Thread Pete Harrison
Christian, Thanks very much, as soon as I shortened the page_nav the other links worked. Thanks for the advice too, I have today installed the addin Regards Pete Date: Thu, 30 Aug 2007 10:41:21 +0200 From: Christian Kirchhoff [EMAIL PROTECTED] Subject: Re: [css-d] Links within UL not clickable

[css-d] stubborn link color

2007-09-01 Thread Gerry Goodfriend
Hi, Unfortunately I cannot provide the site for viewing since it won't be up until next Thursday, and I'm hoping to have this problem solved before then. So I hope help can be given anyway. I have created a template from which all docs were created. I have set the Link Color in Page

[css-d] links in ie 6

2007-09-01 Thread Ross Hulford
I have 3 links... page a href=faq.php?q=faq1 class=unselected1/a a href=faq2.php?q=faq82/a a href=faq3.php?q=faq143/a in FF they line up horizontally but in ie6 they clear so they look like a vertical list page 1 2 3 4 and in IE6 page 1 2 3 4 the css #faq_nav { color:#00;

Re: [css-d] sitecheck request

2007-09-01 Thread vwf
On Fri, Aug 31, 2007 at 11:47:12AM +, vwf wrote: [...] The new site renders fine on Opera 9.23, Firefox 2.0.0.6, and IE6 (on wine), but fails on Konqueror 3.5.5 and IE7 (on wine). [...] http://www.umantec.nl/test/ http://www.umantec.nl/test/layoutn.css http://www.umantec.nl/test/ie.css

[css-d] Full height, centred layout with multiple columns

2007-09-01 Thread Tom Molesworth
Hi all, I've been trying to achieve a layout which uses two full height columns, with the #wrapper { min-height:100%; } * html #wrapper { height:100%; } approach used in a few places (and discussed on the wiki). However, I've not been able to get this type of layout to work with two background

Re: [css-d] Transparent div with opaque text.

2007-09-01 Thread Luis Speciale
Dermot Ward a écrit :. Is it possible to have a semi - transparent box within a div, that allows the containing div's content to partially show through the box, while the box retains full text opacity You can make it with a square gif (you need Photoshop or another similar) of 2x2 pixels,

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

2007-09-01 Thread Mark Finney
Thank you so much for all the input and advice! I have acted on it all I think... I am aware the site is not user friendly, or acessible, I am working on her from that angle but i am siply re coding the original with css as a learning exercise. Comments on the way i coded it and

Re: [css-d] stubborn link color

2007-09-01 Thread Tom Molesworth
Hi Gerry, On 31/08/07, Gerry Goodfriend [EMAIL PROTECTED] wrote: I have created a template from which all docs were created. I have set the Link Color in Page Properties to the color I want, and in some pages it is correct, and some not. The content of some of the pages has been pasted in

[css-d] Full height centred layout with two columns

2007-09-01 Thread Tom Molesworth
Hi all, I've been trying to achieve a layout which uses two full height columns, with the #wrapper { min-height:100%; } * html #wrapper { height:100%; } approach used in a few places (http://css-discuss.incutio.com/?page=HundredPercentHeight). However, I've not been able to get this type of

Re: [css-d] 2-column layout

2007-09-01 Thread David Laakso
Shelly wrote: What I need is a 2-column layout, with a 300px sidebar *on the left*. The site should be centered and 90% in width, with the right size fluid and taking up the remaining space. ~Shelly This is one way to do it: CSS html,body{background-color:#fff;

Re: [css-d] Transparent div with opaque text.

2007-09-01 Thread david
David Hucklesby wrote: On Wed, 29 Aug 2007 17:50:00 +0100, Dermot Ward wrote: [...]I've been grappling with this particular problem now for a couple of weeks so here goes with my first post. Is it possible to have a semi - transparent box within a div, that allows the containing div's

Re: [css-d] Transparent div with opaque text.

2007-09-01 Thread brian
Ingo Chao wrote: brian wrote: That's not true. The part you've been missing is the sizingMethod param to AlphaImageLoader() [1]. You need to scale it. Yes, but you cannot stretch any image that is more complex. Stretching a marguerite my look like a rose, though. Who said anything

Re: [css-d] Site Check and advice please! Particularly for Macs/safari...

2007-09-01 Thread Mark Finney
Thanks! Anyone using safari I have heard that there are some problems with older versions... Ideas!? __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information --

Re: [css-d] Transparent div with opaque text.

2007-09-01 Thread Ingo Chao
brian wrote: Ingo Chao wrote: brian wrote: That's not true. The part you've been missing is the sizingMethod param to AlphaImageLoader() [1]. You need to scale it. Yes, but you cannot stretch any image that is more complex. Stretching a marguerite my look like a rose, though. Who said

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

2007-09-01 Thread Gunlaug Sørtun
Mark Finney wrote: Comments on the way i coded it and improvements/problems... particulary any cross browser issues as i have only tested FF, would be greatly appreciated... http://helpusmarry.co.uk/jessie/ Give the aboutme page a few steps up on font resizing in Firefox, and/or test with

Re: [css-d] need help on managing parenthesis with right to left

2007-09-01 Thread fantasai
fantasai wrote: fantasai wrote: Patrick Aljord wrote: hey all, My site in Arabic from right to left works great. But if I want to use some ltr strings in English, it messes up with my parenthesis like in this list: http://www.democralist.com/lists/show/61 Check out the first two items

Re: [css-d] CSS controlling Xhtml attribute 'title'

2007-09-01 Thread Tigdh Glesain
Many thanks, Jukka, I'll have a crack at experimenting with your Foo Bar (O: Your reply and suggestions, as always, are gold... -- TAG [EMAIL PROTECTED] __ css-discuss [EMAIL PROTECTED]

[css-d] Site Check, please

2007-09-01 Thread Lorraine Barte Nepomuceno
Hi everyone, I'm having problems with a design of mine. On some browsers (although not any of ours here at the office, but that may be because we're all widescreen), the right sidebars are pushed down below the main content area: Sample is at: http://www.splashscreen.com/wp/ with CSS at: