Re: [css-d] Ordered list problem with IE6

2005-06-15 Thread Ingo Chao
KevinN schrieb: Could anyone have an idea why IE6 displays an ordered list as 1.'s? ... http://beacon.ploghost.com/content/about/vision.php With your Holly hack, you force the li to gain layout. But layout li get their own counting context (having layout means that an element is

Re: [css-d] Challenge for the bored CSS develoer

2005-06-15 Thread Uwe Kaiser
Abyss schrieb: Hi all, There is something about some CSS 2 / XHTML compliant websites that bothers me, compared to table layed out websites.. What it is, is looks What the challenge is... to try and get this website http://www.imax.com.au/ to look exactly the same but

Re: [css-d] Problem with links as block-level elements

2005-06-15 Thread Tony Haddon
Hi Eric, Thanks for the advice, although I'm not sure I completely understand. I want to get the links sitting side-by-side across the top as is, but the only way I know to do that is to nest divs and float:right hence: div id=1 div id=2 a href=foo.htmlfoo/a a

Re: [css-d] CSS Expressions

2005-06-15 Thread Alexander Khost
Yes, thanks for that link, David! On 6/14/05, Ingo Chao [EMAIL PROTECTED] wrote: David Hucklesby schrieb: http://www.stunicholls.myby.co.uk/boxes/minwidth.html That's a clever idea. Thanks for linking. Ingo __

Re: [css-d] Need help and advice

2005-06-15 Thread Bob Easton
Arnie Shafer wrote: I was recently admonished for the following: I'm writing you offlist to request a change in your quoting policy. The practice of quoting most ... ... I am sorry! If a knew a better (more correct way) of responding I would be most happy to follow those guidelines. ... I

Re: [css-d] Repost: Mac site check

2005-06-15 Thread Patrick Mannix
Larry Wishon wrote: only problem ... search box spilled outside the main box area ... Thanks Larry. I added a style rule for input and shortened the field length. Anyone for IE5/Mac? http://xps.org/test-fluid.html - Pat - __

[css-d] Site Check - please

2005-06-15 Thread Larry Winfrey
Page with problem -- http://nomad48.x10hosting.com/photogal.html CSS for page-- http://nomad48.x10hosting.com/style.css Hello everyone. I would like some help with this page that I am working on. It is using the photo gallery technique from this site:

[css-d] Introductions

2005-06-15 Thread Paul Boag
Hi all, I have just joined the list and thought it only polite for me to say hello instead of skulking in the background. My name is Paul and I am a web design based in the south of England. I am one of three founding members of a web design company called Headscape which made the switch to

[css-d] center align a UL menu

2005-06-15 Thread stu
Hi all, first post here so if i dont get the netiquette spot on, I apologise. I have a div that contains a UL. The UL is a menu, with the LI floated left to ensure that the list displays horizontally instead of vertically (I am sure you know what i mean). I need to get this UL to align to the

RE: [css-d] Site Check - please

2005-06-15 Thread Larry Winfrey
Holly, Thanks for the reply. I am a bit confused though. I don't have a :visited selector in my style sheet for the gallery. Should I create one? Larry __ css-discuss [EMAIL PROTECTED]

Re: [css-d] Site Check - please

2005-06-15 Thread Holly Bergevin
From: Larry Winfrey [EMAIL PROTECTED] Page with problem -- http://nomad48.x10hosting.com/photogal.html CSS for page -- http://nomad48.x10hosting.com/style.css in IE6 WinXP the :hover's stop working after a page refresh. IE seems not to like your - #container a.gallery:visited - selector.

RE: [css-d] Site Check - please

2005-06-15 Thread Larry Winfrey
My bad, I do have a visited, misread some stuff. Sorry for that. Larry __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org --

Re: [css-d] center align a UL menu

2005-06-15 Thread jordan WOLLMAN
Stu, If you add: text-align:center; to your #footer id, that should center the ul. I.E. #footer {background:#cc0033; text-align:center; etc.} Sincerely, Jordan WOLLMAN // Ariamedia Corporation From: stu [EMAIL PROTECTED] Date: Wed, 15 Jun 2005 16:07:36 +0100 To:

RE: [css-d] Site Check - please

2005-06-15 Thread Holly Bergevin
Reply-To: Ray Dickman [EMAIL PROTECTED] I think she meant :hover :) No, actually, I didn't. Larry has a selector for a:hover, but there are no rules in it. The selector that is causing the problem is the one for visited gallery links - #container a.gallery:visited - which IE does not like the

Re: [css-d] Site Check - please

2005-06-15 Thread David Laakso
On Wed, 15 Jun 2005 10:31:03 -0400, Larry Winfrey [EMAIL PROTECTED] wrote: Page with problem -- http://nomad48.x10hosting.com/photogal.html CSS for page-- http://nomad48.x10hosting.com/style.css It is using the photo gallery technique from this site:

Re: [css-d] Site Check - please

2005-06-15 Thread Ingo Chao
It's the similar problem in FF. Once visited, your rules #container a.gallery:hover { border: 1px solid white; } . . . #container a.gallery, #container a.gallery:visited { ... border: 1px solid black; } won't let the thumbnails gain a white border on hover. two options: - Delete that :visited

Re: [css-d] center align a UL menu

2005-06-15 Thread Ken Robinson
At 11:07 AM 6/15/2005, stu wrote (in part): I have a div that contains a UL. The UL is a menu, with the LI floated left to ensure that the list displays horizontally instead of vertically (I am sure you know what i mean). I need to get this UL to align to the center of the div - that is, its a

Re: [css-d] Repost: Mac site check

2005-06-15 Thread Jono Young
On Jun 14, 2005, at 9:38 PM, Patrick Mannix wrote: Second, I sure would appreciate a page check on Mac browsers. Thanks! http://xps.org/test-fluid.html Looks good in FF 1.03. and Safari 2.0 for Mac OS 10.4. I don't have IE; new Macs no longer ship with IE installed, and I haven't

RE: [css-d] Site Check - please - correction

2005-06-15 Thread Holly Bergevin
Thanks for the reply. I am a bit confused though. I don't have a :visited selector in my style sheet for the gallery. Should I create one? Ingo has pointed out (to me) :hover rules that I somehow missed Anyway, just moving the - #container a.gallery, #container a.gallery:visited

[css-d] Challenge for the bored CSS develoer

2005-06-15 Thread Richard Brown
Hi Guys Ok I'm still learning css but I thought I would have a go and see what I could do! The content is slightly less informative but I reckon a whole lot more fun. The links do work! Could you tell me what you think? Any improvements etc? What the challenge is... to try and get this

Re: [css-d] Site check IE

2005-06-15 Thread Daniel Doesburg
Hi Scott, There is no menu only a loginbox. Regards, Daniel Scott Blanchard schreef: http://v5.octane8.com/Scott_Test/default.aspx?id=11 Can someone take a look at the menu on the left side of the page. The sibling LI element of the x8_expandoActive element is inheriting the link color

[css-d] image mouseover effect with CSS not working

2005-06-15 Thread Bruce Gilbert
Hello, I am having trouble getting an image rollover effect to work in CSS. Basicially I have a thumbnail image that I want to have a border that expands when you mouseover the image (which is a link). the code would be something like a href=foo.htmimg src=foo class=border/a and I thought in

Re: [css-d] Repost: Mac site check

2005-06-15 Thread Roger Roelofs
Pat, On Jun 15, 2005, at 10:13 AM, Patrick Mannix wrote: Larry Wishon wrote: only problem ... search box spilled outside the main box area ... Thanks Larry. I added a style rule for input and shortened the field length. Anyone for IE5/Mac? http://xps.org/test-fluid.html The right col

RE: [css-d] Introductions

2005-06-15 Thread Paul Boag
Hi Anthony, I am not convinced that this forum is the right place for me to do into the details of marketing a web design company. However my blog does have a lot of articles on marketing related stuff so you might want to check that out: http://www.boagworld.com/archives/emarketing/index.html

Re:[css-d] Repost: Mac site check

2005-06-15 Thread Virginia DeBolt
It performs very well in Safari 2.0. Survives window resizing and text enlargement easily. Virginia I'm reposting for two reasons. First, to apologize to David Laakso for getting his name wrong! Second, I sure would appreciate a page check on Mac browsers. Thanks!

Re: [css-d] image mouseover effect with CSS not working

2005-06-15 Thread Thierry Koblentz
Christian Heilmann wrote: a href=foo.htm class=borderimg src=foo/a a:link.border{border:1px solid red;} a:hover.border{border:3px solid red;} Isn't the other way around? a.border:link {border:1px solid red;} a.border:hover {border:3px solid red;} Thierry | http://www.TJKDesign.com

Re: Re:[css-d] Repost: Mac site check

2005-06-15 Thread David Laakso
I'm reposting for two reasons. First, to apologize to David Laakso for getting his name wrong! 'Be not ashamed of mistakes and thus make them crimes.' Confucius Second, I sure would appreciate a page check on Mac browsers. Thanks! http://xps.org/test-fluid.html Looks fine in browsercam.

Re: [css-d] image mouseover effect with CSS not working

2005-06-15 Thread Christian Heilmann
On 6/15/05, Thierry Koblentz [EMAIL PROTECTED] wrote: Christian Heilmann wrote: a href=foo.htm class=borderimg src=foo/a a:link.border{border:1px solid red;} a:hover.border{border:3px solid red;} Isn't the other way around? a.border:link {border:1px solid red;} a.border:hover

[css-d] Streching Divs around Floated Divs

2005-06-15 Thread Tim Zappe
I recently posted a problem where I had a div that wasn't stretching around the two floated divs that were within a parent div. I was helped to understand that the parent div will have no actual height since floats are designed to exist outside of their parent divs. This wouldn't make sense at

[css-d] What is the best way to fix this display error in IE 6?

2005-06-15 Thread David Dickerson
Check out this test page: http://www.yachadindustries.com/index.html Displaying fine in both Opera and Firefox, but in IE 6, I'm getting the right-floated column ('Welcome' and 'News') fudged to the right a bit with some overlap. I've isolated the offending CSS (#content rules in the

[css-d] CMS question

2005-06-15 Thread Jeff Cortez
Hi all, I'm a newbie and slowly learning CSS. I'm slowly seeing how beneficial it is to design for standards. Anyways, I had a quick question to pose to people: Has anyone had any experience with an open source content management system and implemented standards compliant code along with it?

Re: [css-d] CMS question

2005-06-15 Thread Greg Salt
On 15 Jun 2005, at 22:27, Jeff Cortez wrote: Anyways, I had a quick question to pose to people: Has anyone had any experience with an open source content management system and implemented standards compliant code along with it? Looking for comments/suggestions/rants/raves... I guess

Re: [css-d] CMS question

2005-06-15 Thread Rachael Beale (CSS-Discuss)
Jeff Cortez wrote: Has anyone had any experience with an open source content management system and implemented standards compliant code along with it? Hi Jeff, Just in case you didn't find it, there is a page on the Wiki: http://css-discuss.incutio.com/?page=CssFriendlyCms You may also find

Re: [css-d] CMS question

2005-06-15 Thread Craig Cook
Anyways, I had a quick question to pose to people: Has anyone had any experience with an open source content management system and implemented standards compliant code along with it? Looking for comments/suggestions/rants/raves... /* Insert obligatory WordPress plug here */ WordPress -

Re: [css-d] image mouseover effect with CSS not working

2005-06-15 Thread Thierry Koblentz
Christian Heilmann wrote: Isn't the other way around? no http://www.w3.org/TR/REC-CSS2/selector.html#q15 ? But this URI shows the following example: A.external:visited { color: blue } element class pseudo-class (the other way around seems to work the same though...) Thierry |

Re: [css-d] CMS question

2005-06-15 Thread Eric A. Meyer
At 2:27 PM -0700 6/15/05, Jeff Cortez wrote: Anyways, I had a quick question to pose to people: Has anyone had any experience with an open source content management system and implemented standards compliant code along with it? Looking for comments/suggestions/rants/raves...

Re: [css-d] Trouble centering a spaned item

2005-06-15 Thread Big John
Matthew Velic wrote: I have a span within a div as such: div p / p / pspan/span/p p / p / /div I just want it to center the small amount of text (2 links, a previous/next sort of deal for an online portfolio). I've tried using a few different ways to center it, such as

Re: [css-d] Streching Divs around Floated Divs

2005-06-15 Thread Big John
Tim Zappe wrote: I recently posted a problem where I had a div that wasn't stretching around the two floated divs that were within a parent div.-snip- I was pointed to a solution to give the parent div a overflow attribute with the values of auto, hidden, or scroll. I tried this solution

[css-d] Unclickable links in Safari

2005-06-15 Thread shawn a
Hello, Page in question: http://proto.kudos.goldenware.com/a/American_Airlines.html style sheet: http://proto.kudos.goldenware.com/i/t.css These pages don't actually exist, they are put together on the fly with a list of applicable keywords. But that really doesn't matter. If u look at the

Re: [css-d] Unclickable links in Safari

2005-06-15 Thread DeWaun Simmons
shawn a wrote: Page in question: http://proto.kudos.goldenware.com/a/American_Airlines.html style sheet: http://proto.kudos.goldenware.com/i/t.css If u look at the right side of the page there is an UL. Well in safari u cannot click on the links. The template is the negative margin layout from

[css-d] Text weirdness @ 640x480

2005-06-15 Thread Reese
We've recently discovered a bit of weirdness with archive entries at a blog we did some work on. At a screen resolution of 640x480, the entry authorship attribution is lined out. See http://maxspeak.org/mt/archives/001426.html @ 640x480 if you would and can anyone explain why this is happening?

Re: [css-d] Text weirdness @ 640x480

2005-06-15 Thread Reese
At 00:38 16-06-05, Reese wrote: We've recently discovered a bit of weirdness... Nevermind. I wrote that post, then stepped out to the garage to try finishing another sort of project, while I was out there my partner fixed it. A div had a top border defined and at such a narrow resolution, it