Re: [css-d] justfied text and aligment

2007-09-20 Thread Jukka K. Korpela
On Wed, 19 Sep 2007, Erland Flaten wrote: > I tri to make to lines of text to align justify inside a div. Text- > align justify does not change from the default left alignment of the > text. One of the reasons to this is that you set text-align to , which is an inline element by default. You wou

[css-d] Padding Issue

2007-09-20 Thread christianz
I am in the middle of trying to get padding/margin issues consistent across this site and across browsers/platforms, etc. http://www.octravelpromotions.com/about.php (and the other sub pages on the site; the home page is fine) Basically I need the content DIV (#main3) to match the width of the

Re: [css-d] Not that good at tables

2007-09-20 Thread Seona Bellamy
On 21/09/2007, juliann wheeler <[EMAIL PROTECTED]> wrote: > > Does anyone else want to take a stab at this? > > Here's the problem: > I am creating an HTML email (So I have to use tables instead of CSS) > > Here is my original design: > > http://www.pcg-advisors.com/Newsletter/pcgnewsletter9_07_p2_

[css-d] Not that good at tables

2007-09-20 Thread juliann wheeler
Does anyone else want to take a stab at this? Here's the problem: I am creating an HTML email (So I have to use tables instead of CSS) Here is my original design: http://www.pcg-advisors.com/Newsletter/pcgnewsletter9_07_p2_is.html It looks great in Firefox, but in IE there is a large gap of wh

Re: [css-d] hasLayout problem?

2007-09-20 Thread Gunlaug Sørtun
Kenny Graham wrote: > IE6 keeps dying horribly in a fire when it's resized on this page I'm > working on... anyone know how to fix it? Please? :) > > http://www.trademarkads.org/brookhaven/site/ Basic fix: * html body { position: relative; } ...to make elements relate to body instead of html

Re: [css-d] text leaders

2007-09-20 Thread William M Conlon
First, my apologies to the list, as I hadn't intended my reply to be private. Secondly, WOW! Georg always impresses me with his knowledge and thoroughness. best, bill On Sep 20, 2007, at 8:21 AM, Gunlaug Sørtun wrote: > Since William presented something to me [off-list] that doesn't

[css-d] hasLayout problem?

2007-09-20 Thread Kenny Graham
IE6 keeps dying horribly in a fire when it's resized on this page I'm working on... anyone know how to fix it? Please? :) http://www.trademarkads.org/brookhaven/site/ __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/

Re: [css-d] change colour of bullet on rollover

2007-09-20 Thread Jukka K. Korpela
On Thu, 20 Sep 2007, Clare AM Green wrote: > [...] how can I change the colour of a bullet on rollover? I'm afraid the options are 1) using images for bullets 2) using the usual technique of ... and making the color of li elements different from the color of the inner span elements (so that the

[css-d] IE Navigation Flicker (non-bg-image related)

2007-09-20 Thread John Gribben
Hello, I'm trying to put together a liquid primary navigation panel (five items, with each assigned 20% width), and it is working fine on Firefox, but on IE 6-7, the last item on the right is flickering: http://windows.pedrera.com/clients/pedrera/nav/ It seems as though IE considers th

Re: [css-d] Mad CSS skillz!

2007-09-20 Thread Jon Hughes
> That! Would be very clever. That's really really really clever in fact. > :) With your blessing I might try to develop that bit. HTH! :) __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wik

Re: [css-d] Mad CSS skillz!

2007-09-20 Thread Schuyler Towne
Jon Hughes wrote: > Yea, that disappointed me as well. It shouldn't auto-solve, it should > simply put those dots in on :hover (or make them anchored links, then > use :visited so they stay on the page) so you can finish it yourself. > Then it could be all CSS. > That! Would be very clever. Tha

Re: [css-d] text leaders

2007-09-20 Thread Gunlaug Sørtun
Since William presented something to me [off-list] that doesn't work too well when subjected to font-resizing and not at all in IE6, I've taken the subject a bit further and dragged IE6 and IE7 - kicking and screaming - into the realm of CSS... regards

Re: [css-d] Mad CSS skillz!

2007-09-20 Thread Jon Hughes
> It says rendered with only HTML / CSS and I was ready to witness a > miracle, but it's still javascript doing the actual rendering. > Yea, that disappointed me as well. It shouldn't auto-solve, it should simply put those dots in on :hover (or make them anchored links, then use :visited so the

Re: [css-d] Mad CSS skillz!

2007-09-20 Thread Schuyler Towne
Les Mizzell wrote: > Be amazed... > > http://www.xefer.com/maze-generator It says rendered with only HTML / CSS and I was ready to witness a miracle, but it's still javascript doing the actual rendering. Also - it appears to have trouble printing large mazes (mazes that would cross over more t

[css-d] change colour of bullet on rollover

2007-09-20 Thread Clare AM Green
Hello Everyone! I've been a member of this group for a couple of weeks now - this is the first time I've posted. I was really pleased to find a CSS group like this! My question at the moment is how can I change the colour of a bullet on rollover? I'm using the following code and really don't w

[css-d] Mad CSS skillz!

2007-09-20 Thread Les Mizzell
Be amazed... http://www.xefer.com/maze-generator __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.

Re: [css-d] Safari background issue

2007-09-20 Thread Nick Fitzsimons
On 20 Sep 2007, at 12:54, Philippe Wittenbergh wrote: > I'm not so sure that relying on nightly builds is a fully accurate > testbed for what will be Safari 3 whenever it is released. I'm not suggesting that it is; just that it's a useful way of checking to see if an existing bug has been fixed

Re: [css-d] Safari background issue

2007-09-20 Thread Philippe Wittenbergh
On Sep 20, 2007, at 8:19 PM, Nick Fitzsimons wrote: > Personally I tend to use the nightly builds for testing as they run > alongside Safari and I can't sensibly get rid of 2.0.4 by installing > 3 Beta. For example, I encountered a layout issue yesterday and by > downloading the latest nightly wa

Re: [css-d] Safari background issue

2007-09-20 Thread Nick Fitzsimons
On 20 Sep 2007, at 07:37, Ingo Chao wrote: > Mark Senff wrote: >> "I use a PC so I can't test it in Safari" -- hopefully we will hear >> that less and less now that the Windows version of Safari is pretty >> much 99% the same as the Mac version. ;) >> > > That's not correct; you can't test a Safa

Re: [css-d] site distortion in IE6

2007-09-20 Thread Thijs Hakkenberg
Ah, the problem seems to be typo3's generated xml? Thanks, I'll try to exclude that in the generation of the html. Thanks for the speedy reply! David Laakso schreef: Thijs Hakkenberg wrote: Dear list, This site http://gerbrigseidel.nl/ and it's template http://gerbrigseidel.nl/fileadmin/

Re: [css-d] text leaders

2007-09-20 Thread Alex Robinson
>> I would like to have solid color leader before some text: In addition to Georg's (as always) sterling efforts, the css-d wiki has a few takes on dot leaders. http://css-discuss.incutio.com/?page=DotLeaders It should be fairly easy to figure out how to transform them from dotted to solid

Re: [css-d] Safari background issue

2007-09-20 Thread Philippe Wittenbergh
Ingo Chao wrote: > That's not correct; you can't test a Safari 2.0.4 issue with the > Safari > 3.0 beta > http://developer.apple.com/internet/safari/uamatrix.html Officially... But this helps for OS X users. http://michelf.com/projects/multi-safari/ Those builds work as advertised, even if you

Re: [css-d] Safari background issue

2007-09-20 Thread Ingo Chao
Seona Bellamy wrote: > > http://www.subaru.com.au/about-subaru/subaru-advantage/ . > Got it. The topnav is followed by an empty clearing element. Inserting a quick fix seems to solve the issue, at least on my local testcase. Hello List (its the empty clearing div directly before the swf, not