[css-d] css for a:link image replacement

2007-10-18 Thread Leah Maclean
I'm in the situation of wanting to stay true CSS and accessibility standards by separating content and structure but am in a situation where I have an anchor (a:link) but want to replace the standard text based link with an image for those browsers/ that will see the image. The Links are curently

Re: [css-d] IE6 - preserving image-ratio and simulation max-width for images

2007-10-18 Thread Rafael
Gunlaug Sørtun wrote: [...] I haven't found a way to extract an image's real dimensions and use that as part of the expression to smoothen things out. You can get the size once the image has loaded. I'll make a couple of tries and let you know if I could get anything useful.

[css-d] footer disapears in ie 6

2007-10-18 Thread Ross Hulford
Hi, My footer disapears in IE6. It seems to happen when my #container is reduced to 800px. Any ideas why? Thanks, R. http://vps.aztechost.co.uk/~suruch1/test/ http://vps.aztechost.co.uk/~suruch1/test/css/ __ css-discuss

Re: [css-d] css for a:link image replacement

2007-10-18 Thread Rafael
Leah Maclean wrote: I'm in the situation of wanting to stay true CSS and accessibility standards by separating content and structure but am in a situation where I have an anchor (a:link) but want to replace the standard text based link with an image for those browsers/ that will see the image.

Re: [css-d] footer disapears in ie 6

2007-10-18 Thread Rafael
No luck. I couldn't get the behavior you mention. If the footer actually disappears it may be the peekaboo bug, search the archive google a little (position is everything) to find what triggers it and its workarounds. Ross Hulford wrote: Hi, My footer disapears in IE6. It seems to

Re: [css-d] Test in IE 6 and IE 7 please

2007-10-18 Thread David Hucklesby
On Wed, 17 Oct 2007 19:29:21 +0200, Georg Portenkirchner wrote: Thank you everybody who sent me screenshots. After some changes finally the site seems to work in Safari, Firefox and Opera on a Mac. But Internet Explorer (6 and 7) still gives me headaches. Maybe someone has a hint for me?

[css-d] IE 6 and IE 7 problems

2007-10-18 Thread Georg Portenkirchner
Hello all! Thank you everybody who sent me screenshots yesterday. After a few changes I am still facing problems in IE6 and IE7. As I have no access to a window machine on time I only can check IE using http://browsershots.org/. Hope someone can help me with these problems: IE6 problems: -

[css-d] Help

2007-10-18 Thread Philippe Carmel
Hello, I'm adding some useful link on a website but some of the link won't validate. Line 39, Column 333: cannot generate system identifier for general entity Params. .nencyclopedia.com/index.cfm?PgNm=TCEParams=A1SEC888157#SEC888172 target=bl? Line 39, Column 333: general entity

Re: [css-d] Help

2007-10-18 Thread Taryn Regish
Philippe- It should validate if you change the Params to amp;Params. Thanks, Taryn Regish Line 39, Column 333: cannot generate system identifier for general entity Params. .nencyclopedia.com/index.cfm?PgNm=TCEParams=A1SEC888157#SEC888172 target=bl? Using XHTML 1.0 Transitional Any

[css-d] How can I prevent this menu from wrapping?

2007-10-18 Thread Tom Dell'Aringa
This is killing me because I should know this, I don't do enough css these days. Anyway, I have a fairly simple horizontal menu I got from CSSplay, which is using floating to line up the items and sliding doors for the images. Of course, when you size down the window small enough, the menu wraps

Re: [css-d] footer disapears in ie 6

2007-10-18 Thread David Laakso
Ross Hulford wrote: Hi, My footer disapears in IE6. It seems to happen when my #container is reduced to 800px. Any ideas why? Thanks, R. http://vps.aztechost.co.uk/~suruch1/test/ http://vps.aztechost.co.uk/~suruch1/test/css/ The footer is not clearing. You can see this

[css-d] Advice sought

2007-10-18 Thread Hans Lodder
Hi! Together with a friend I am working on our website: http://results2match.com (CSS: http://results2match.com/r2mgenincl05stylesheet.css). Our minimal requirements: - IE6, IE7 and FF2 - straightforward and maintainable design (xhtml 1.0; css 2.1) - SEO friendly Our assets: - membership of

Re: [css-d] Advice sought

2007-10-18 Thread Rafael
Hans Lodder wrote: Our specific questions: - we do not have IE6; how does it look (can you install IE6 separate from IE7?) Yes, check this page http://tredosoft.com/Multiple_IE __ css-discuss [EMAIL PROTECTED]

Re: [css-d] IE 6 and IE 7 problems

2007-10-18 Thread Georg Portenkirchner
Sorry, I forgot the links to the site: http://www.theaterjugendring.de/index.php http://www.theaterjugendring.de/wp-content/themes/tjr/style.css Am 18.10.2007 um 18:12 schrieb Georg Portenkirchner: Hello all! Thank you everybody who sent me screenshots yesterday. After a few changes I am

Re: [css-d] How can I prevent this menu from wrapping?

2007-10-18 Thread Joel D Canfield
I can't get anything to work without either getting a scrollbar or having the menu be the wrong width. What's the 'Other Option' you're looking for? If the nav is wider than the window, either it wraps or you get a scrollbar, unless you're looking for a way to shrink the nav on the fly? I

Re: [css-d] footer disapears in ie 6

2007-10-18 Thread Del Wegener
My footer disapears in IE6. It seems to happen when my #container is reduced to 800px. Any ideas why? Thanks, R. http://vps.aztechost.co.uk/~suruch1/test/ http://vps.aztechost.co.uk/~suruch1/test/css/ I have successfully used footerStickAlt described here

Re: [css-d] How can I prevent this menu from wrapping?

2007-10-18 Thread Tom Dell'Aringa
On 10/18/07, Joel D Canfield [EMAIL PROTECTED] wrote: I can't get anything to work without either getting a scrollbar or having the menu be the wrong width. What's the 'Other Option' you're looking for? If the nav is wider than the window, either it wraps or you get a scrollbar, unless

Re: [css-d] css for a:link image replacement

2007-10-18 Thread Rick Lecoat
On 18/10/07 (06:35) Leah said: I'm in the situation of wanting to stay true CSS and accessibility standards by separating content and structure but am in a situation where I have an anchor (a:link) but want to replace the standard text based link with an image for those browsers/ that will see

[css-d] Best way to do an inline list?

2007-10-18 Thread Francois Jordaan
Hi everyone, Please have a look at this test page (resize the page to change the linebreaks): http://www.fjordaan.net/tests/inline-list-test.html I'm trying to do a simple inline list of the sort you use whenever you have a large lists of links in a small area. This calls for an unordered

[css-d] Can't get height correct on menu

2007-10-18 Thread Jeralyn Merideth
Thanks for the previous help on the padding for the links on my menu. I need more help! I've tweaked the css some and have everything looking good in IE7 and firefox...everything except the menu. I can't get the height the same. In IE it looks right, but can't get it to look the same way in FF.

[css-d] Pulling my hair out with positioning - need help please

2007-10-18 Thread Portman
Hi, I have a client who wants a send to a friend function on his website. I found some code for a css div that appears when you click a link on the page, but once I got the functionality working, the positioning got messed up. I have been looking at it for so long that my eyes are going

[css-d] opinions: horizontal vs vertical menus

2007-10-18 Thread Roger Keays
Hi all, Here are some thoughts from my blog @ http://www.sunburnt.com.au/publications/design/horizontal-vs-vertical-menus Just yesterday I had a request from a customer to build a vertical menu down the side of the page in their design. I've always had a strong preference for horizontal

Re: [css-d] How can I prevent this menu from wrapping?

2007-10-18 Thread Gunlaug Sørtun
Tom Dell'Aringa wrote: I thought there was a way to keep the width of the UL static - so yes I'd get a scrollbar if the window sized down that far, but the nav would not wrap. To me that is preferable than having it drop off like that. You have more or less destroyed all options by setting

Re: [css-d] css for a:link image replacement

2007-10-18 Thread E Michael Brandt
You might to take a look at Thierry's solutions as well: http://tjkdesign.com/articles/tip.asp http://tjkdesign.com/articles/a_perfect_Image_Replacement_technique.asp http://tjkdesign.com/articles/how-to_use_sprites_with_my_Image_Replacement_technique.asp E. Michael Brandt www.divaHTML.com

Re: [css-d] opinions: horizontal vs vertical menus

2007-10-18 Thread David Laakso
Roger Keays wrote: Hi all, Here are some thoughts from my blog @ http://www.sunburnt.com.au/publications/design/horizontal-vs-vertical-menus Just yesterday I had a request from a customer to build a vertical menu down the side of the page in their design. I've always had a strong

[css-d] DD next or below DT, depending on DT width?

2007-10-18 Thread Web Developer
I have a series of item pairs, for example: SERVICES OFFERED Readin' Writin' 'Rithmetic HOURS Weekdays 9:00 AM - 5:00 PM Weekends 1:00 - 4:00 PM You see how the DDs have a constant left margin, but are aligned inline with _or below_ the DTs

Re: [css-d] opinions: horizontal vs vertical menus

2007-10-18 Thread Rafael
Roger Keays wrote: Hi all, Here are some thoughts from my blog @ http://www.sunburnt.com.au/publications/design/horizontal-vs-vertical-menus [...] * Being evenly distributed across the page, they create balance which makes you feel good :) * They make better use of space as

Re: [css-d] Test in IE 6 and IE 7 please

2007-10-18 Thread David Hucklesby
Am 18.10.2007 um 19:10 schrieb David Hucklesby: It looks like IE Win is not honoring the margin-top on #content. Try changing this to padding-top. (I have not tried this, so no guarantees.) On Thu, 18 Oct 2007 19:20:47 +0200, Georg Portenkirchner wrote: I also thought about it, but then

Re: [css-d] Named Anchors and Fixed Headers?

2007-10-18 Thread Gunlaug Sørtun
Dragoness wrote: http://www.ladyofdragons.com/test/gallery/art-archive.htm 1) My header is fixed and stretches over my left menu div and middle content div. 2) My left menu contains sub-links (2003, 2002, etc...) to corresponding named anchors dispersed throughout the content in the main

Re: [css-d] How to think about designing for resizing?

2007-10-18 Thread Gernot Hassenpflug
On 10/18/07, David Laakso [EMAIL PROTECTED] wrote: Edit: resent to css-d after noticing Gmail reply was only to David Laakso. Sorry. Gernot Hassenpflug wrote: What I am worried about is the following: how can one design CSS styles that resize the block elements when the user decided to

[css-d] forced to set width and related problems

2007-10-18 Thread Luc
Good evening list, Somehow i'm forced to set a width on my contentwrapper: no width or a width of 100% cuts off the #contentright and the background image i had on my header when resizing to smaller screen resolution. I'm wondering if this is normal behaviour? The way i used