[css-d] anchors and LI tags

2007-03-12 Thread Ross Hulford
li name=B id=BB a class=pdflinks target=_blank href=download.php?id=100my title/a /li I get a warning line 382 column 7 - Warning: li proprietary attribute name. I take it I cannot create a name on an li but what would be the best way to anchor the li to my link at the top of the page. a

[css-d] trouble selecting an ul

2007-03-12 Thread Roger Keays
Is anybody able to tell me why the ul in the following markup isn't rendered with a green background? html head style type=text/css p.flyer ul { background: green; } /style /head body p class=flyer ullihello/li/ul /p /body /html also at

Re: [css-d] anchors and LI tags

2007-03-12 Thread Gunlaug Sørtun
Ross Hulford wrote: [...] I take it I cannot create a name on an li but what would be the best way to anchor the li to my link at the top of the page. a href=#bB/a The name isn't needed anymore. All of today's browsers will use the ID as target. Georg -- http://www.gunlaug.no

Re: [css-d] trouble selecting an ul

2007-03-12 Thread Jukka K. Korpela
On Mon, 12 Mar 2007, Roger Keays wrote: Is anybody able to tell me why the ul in the following markup isn't rendered with a green background? It's because the document's element structure, as parsed by a browser, is different from what you expect. style type=text/css p.flyer ul {

[css-d] Background image black in Konqueror

2007-03-12 Thread Charles A. Landemaine
I designed a standard-compliant mockup for PC-BSD's web site. The page is displayed properly in the following browsers: - IE7 - Opera 9 - FF2 - Seamonkey But when I open it in Konqueror 3.5.5, the upper part of the page where there is a grey gradient used as a background, is all black:

[css-d] Background image black in Konqueror

2007-03-12 Thread Charles A. Landemaine
I designed a standard-compliant mockup for PC-BSD's web site. The page is displayed properly in the following browsers: - IE7 - Opera 9 - FF2 - Seamonkey But when I open it in Konqueror 3.5.5, the upper part of the page where there is a grey gradient used as a background, is all black:

Re: [css-d] Style Format Form Elements

2007-03-12 Thread Daniel Beardsmore
[EMAIL PROTECTED] wrote: Hi, Having some real problems with styling and formatting the following form elements. I don't seem able to have any impact on them at all... legend, fieldset ... I dunno. It's always worked for me. They're awkward to style, but it's far from impossible. For

[css-d] CSS Newbie Requesting Site Check

2007-03-12 Thread Robert DeLaurentis
Hi everyone, Thank you for reading this note. I'm working on converting an existing site from tables to pure CSS, and I have posted a sample page for the new site. This is my first attempt at a CSS-based site, and I still have a lot to learn. I invite commentary of any kind, how to

[css-d] IE margin-top problem

2007-03-12 Thread Phillip Cavaco
Hi everyone. I'm having a problem with margin-top in a div. Must be something with the float properties under IE. Can anyone give a quick look please. XHTML: div id=information h5Serviços prestados:/h5 ul lidesign/li lixHTML/li liCSS/li liscripting/li /ul a

Re: [css-d] CSS Newbie Requesting Site Check

2007-03-12 Thread ~davidLaakso
Robert DeLaurentis wrote: It was developed on a Mac, and looks pretty much the way I wish in Safari and FireFox, but I'm especially interested in how the page looks in IE6 7. http://sbwc.org/web20dev/dev_sbwc_menu.htm Bob Bob, it seems to be doing ok in xp opera/9.1, ff2.0.0.2, and

[css-d] IE6 being its usual awkward self

2007-03-12 Thread Ian Young
Just completing layout for new site. Looking ok in FF/IE7/Opera As could be expected IE6 not behaving. Menu starts half way down the div Test page at: http://www.iyesolutions.co.uk/templates/11-03-07/test.html css for menu at: http://www.iyesolutions.co.uk/templates/11-03-07/includes/vmenu.css

[css-d] ie6 local view fine online view messing up

2007-03-12 Thread jeffrey morin
hi everyone, sorry if this is a stupid question but i can't seem to figure out the solution. i have a test file http://melissagerstein.com/tests/affinity_css/. my issue is the absolutely positioned wow image in the middle column. it looks fine on all browsers but in iemac it gets pushed down

Re: [css-d] Fwd: Holy Grail layout + simple javascript = IE6 problems

2007-03-12 Thread Ingo Chao
David asked me for an example. See this draft, corrections and additions are appreciated. http://www.satzansatz.de/cssd/hgjump.html Regards, Ingo -- http://www.satzansatz.de/css.html __ css-discuss [EMAIL PROTECTED]

Re: [css-d] navigation problems help please

2007-03-12 Thread jeffrey morin
remove the space after a: i am seeing a: hover. change to a:hover, a:link, a:visited Jeff On 3/12/07, Phil Turner [EMAIL PROTECTED] wrote: Hi, please can someone advise me, I've styled my navigation list but for some reason that I can't see its not working in the hover state and the

Re: [css-d] IE margin-top problem

2007-03-12 Thread Jukka K. Korpela
On Mon, 12 Mar 2007, Phillip Cavaco wrote: I'm having a problem with margin-top in a div. You don't specify what the problem is, but it seems that it's the lack of top margin for a div element despite explicitly setting a 30px margin. Must be something with the float properties under IE.

Re: [css-d] navigation problems help please

2007-03-12 Thread Éric Vesque
Phil Turner a écrit : Hi, please can someone advise me, I've styled my navigation list but for some reason that I can't see its not working in the hover state and the underline wont go I'm currently looking at it in Firefox Nav list is here http://www.philturner-uk.com/kruger/

[css-d] List item markers in different colour using pure CSS?

2007-03-12 Thread Barney Carroll
I was slightly shocked to find that there's no allowance in list-style for the determination of colour. So if I were to have a list of black text with red numeric markers, would I be forced to create a span within each li, then set the li's colour to red and the span back to black? I'm

[css-d] dreamweaver css

2007-03-12 Thread jeffrey morin
hello everyone, i have a dilemma. i have a client who updates their sites content with dreamweaver. however, i layout all my code in a text editor and when it is opened in dreamweaver it does not give an accurate portrayal of what the site looks like in a browser. divs overlap, spacing is

[css-d] footer positioning help needed

2007-03-12 Thread Phil Turner
Thanks for the help so far Guys I'm struggling to get this footer to the bottom of the site any suggestions http://www.philturner-uk.com/kruger/ Kind Regards Phil Turner FREELANCE CREATIVE TEL: 0161 439 1669 Chartered Graphic Designer MCSD BA Hons [EMAIL PROTECTED]

Re: [css-d] List item markers in different colour using pure CSS?

2007-03-12 Thread Daniel Beardsmore
Barney Carroll wrote: So if I were to have a list of black text with red numeric markers, would I be forced to create a span within each li, then set the li's colour to red and the span back to black? As far as I am aware, yes. I'm distraught at the prospect of having to use extra markup

Re: [css-d] dreamweaver css

2007-03-12 Thread Phil Turner
Your client will need to know how to link to the css file in dreamweaver suggest they do a few dreamweaver tutorials Kind Regards Phil Turner FREELANCE CREATIVE TEL: 0161 439 1669 Chartered Graphic Designer MCSD BA Hons [EMAIL PROTECTED] http://www.philturner-uk.com LOOK - A BOOK TO SAVE THE

Re: [css-d] Fwd: Holy Grail layout + simple javascript = IE6 problems

2007-03-12 Thread ~davidLaakso
Ingo Chao wrote: David asked me for an example. See this draft, corrections and additions are appreciated. http://www.satzansatz.de/cssd/hgjump.html Regards, Ingo Super example. Ingo. It will make life a lot easier for all attempting Levine's (ALA) version of the Holy Grail [1].

Re: [css-d] dreamweaver css

2007-03-12 Thread jeffrey morin
On 3/12/07, Ingrid Kast Fuller [EMAIL PROTECTED] wrote: You are using the F12 to SHOW the Dreamweaver Design in a Brower right? You aren't just looking at it INSIDE Dreamweaver Design mode? yes __ css-discuss [EMAIL

Re: [css-d] dreamweaver css

2007-03-12 Thread Cistý design
Actually I am - looking at it in the DW design mode. Of course I check it in the browser too, but that's not what I was talking about. Jana - Original Message - From: Ingrid Kast Fuller [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: css-d@lists.css-discuss.org Sent: Monday, March 12, 2007

[css-d] increase text size

2007-03-12 Thread sandy
Can anyone suggest a really good option for an increase text size link? Is there a better option out there than http://www.dyn-web.com/dhtml/sizefont/index.php or linking to a selection of alternate stylesheets? I know that text size can be increased using browser controls, but the client

Re: [css-d] dreamweaver css

2007-03-12 Thread bj
i have a dilemma. i have a client who updates their sites content with dreamweaver. however, i layout all my code in a text editor and when it is opened in dreamweaver it does not give an accurate portrayal of what the site looks like in a browser. divs overlap, spacing is different etc.

Re: [css-d] List item markers in different colour using pure CSS?

2007-03-12 Thread Daniel Beardsmore
Barney Carroll wrote: To be honest, I have no great gripe with using meaningless spans and divs. By specification they are not forced to assign meaning anyway, so I only really worry about massive nesting, and even then it's only for the sake of standardistas browsing my site in view-source

Re: [css-d] ie6 local view fine online view messing up

2007-03-12 Thread Gunlaug Sørtun
jeffrey morin wrote: http://melissagerstein.com/tests/affinity_css/. my issue is the absolutely positioned wow image in the middle column. it looks fine on all browsers but in iemac it gets pushed down so that it covers the border of the box it is in. can anyone tell me why this

Re: [css-d] increase text size

2007-03-12 Thread Bradley Wright
On 12 Mar 2007, at 12:11, [EMAIL PROTECTED] wrote: Can anyone suggest a really good option for an increase text size link? Is there a better option out there than http://www.dyn-web.com/dhtml/sizefont/index.php http://www.thenoodleincident.com/tutorials/box_lesson/font/index.html seems to

Re: [css-d] increase text size

2007-03-12 Thread Daniel Beardsmore
[EMAIL PROTECTED] wrote: I know that text size can be increased using browser controls, but the client would like the links up there. Let me express my curiosity. Does your client have any justification for this feature? Given that most sites do not offer such a feature, and given that an

Re: [css-d] dreamweaver css

2007-03-12 Thread Steve Clason
Cistý design wrote: i have a dilemma. i have a client who updates their sites content with dreamweaver. however, i layout all my code in a text editor and when it is opened in dreamweaver it does not give an accurate portrayal of what the site looks like in a browser. divs overlap, spacing is

Re: [css-d] increase text size

2007-03-12 Thread ~davidLaakso
[EMAIL PROTECTED] wrote: Can anyone suggest a really good option for an increase text size link? Sandy This is off-topic, I guess: http://css-discuss.incutio.com/?page=OffTopic But anyway, see: this php method: http://mikecherim.com/gbcms_xml/news_page.php?id=8#n8 Best, ~dL --

[css-d] help with footer

2007-03-12 Thread Phil Turner
Hi Can someone point out how I can get the footer to sit at the bottom of the site have tried a few options but nothing working so far http://www.philturner-uk.com/kruger/ (ignore the other site -its an old one) Kind Regards Phil Turner FREELANCE CREATIVE TEL: 0161 439 1669 Chartered

Re: [css-d] help with footer

2007-03-12 Thread jeffrey morin
place position: relative; inside your wrraper div then switch the footer to position: absolte; bottom: 0px; On 3/12/07, Phil Turner [EMAIL PROTECTED] wrote: Hi Can someone point out how I can get the footer to sit at the bottom of the site have tried a few options but nothing working so far

Re: [css-d] IE6 being its usual awkward self

2007-03-12 Thread francky
Ian Young wrote: Just completing layout for new site. Looking ok in FF/IE7/Opera As could be expected IE6 not behaving. Menu starts half way down the div Test page at: http://www.iyesolutions.co.uk/templates/11-03-07/test.html [...] Hi Ian, div id=left style=position: relative;

Re: [css-d] dreamweaver css

2007-03-12 Thread Kieron McIntyre
Hi Jeffrey, You wrote: i have a dilemma. i have a client who updates their sites content with dreamweaver. however, i layout all my code in a text editor and when it is opened in dreamweaver it does not give an accurate portrayal of what the site looks like in a browser. divs overlap, spacing is

[css-d] Opera border bug

2007-03-12 Thread Arnold Jonathan E.
I'm working on my first elastic-layout site and Opera is giving me something I've never seen before. In my h1 declarations, I've added border-bottom: 1px dotted {color} style. FF, IE 6/7, and Mozilla are rendering correctly, but Opera is generating these huge colored blocks underneath my h1's.

Re: [css-d] help with footer

2007-03-12 Thread ~davidLaakso
Phil Turner wrote: Can someone point out how I can get the footer to sit at the bottom of the site have tried a few options but nothing working so far http://www.philturner-uk.com/kruger/ Phil Turner Phil, I think what's giving you trouble (in addition to the footer) is that you

Re: [css-d] Fwd: Holy Grail layout + simple javascript = IE6 problems

2007-03-12 Thread Erik Visser
~davidLaakso wrote: Ingo Chao wrote: David asked me for an example. See this draft, corrections and additions are appreciated. http://www.satzansatz.de/cssd/hgjump.html Regards, Ingo Super example. Ingo. It will make life a lot easier for all attempting Levine's (ALA) version of

[css-d] site check: 24-10reading.nl

2007-03-12 Thread Erik Visser
Hello dear members, A site check please for anoter site i recently finished: http://24-10reading.nl/ http://24-10reading.nl/css/style.css http://24-10reading.nl/css/makeup.css http://24-10reading.nl/css/menu.css !--[if lt IE 7] http://24-10reading.nl/css/ie.css Any remarks, also on the design

Re: [css-d] site check: 24-10reading.nl

2007-03-12 Thread Erik Visser
Erik Visser wrote: Hello dear members, A site check please for anoter site i recently finished: http://24-10reading.nl/ http://24-10reading.nl/css/style.css http://24-10reading.nl/css/makeup.css http://24-10reading.nl/css/menu.css !--[if lt IE 7] http://24-10reading.nl/css/ie.css

Re: [css-d] Opera border bug

2007-03-12 Thread francky
Arnold Jonathan E. wrote: I'm working on my first elastic-layout site and Opera is giving me something I've never seen before. In my h1 declarations, I've added border-bottom: 1px dotted {color} style. FF, IE 6/7, and Mozilla are rendering correctly, but Opera is generating these huge colored

[css-d] Need Help fixing pure-CSS menus in IE6

2007-03-12 Thread Robert DeLaurentis
I'm struggling with my first CSS based site. I tried to implement a fairly simple (what I thought was fairly simple beforehand) pure CSS menu. The menu works everywhere except IE6 - now there is a surprise. I'm not sure how to troubleshoot this, and would be grateful for some advice.

Re: [css-d] IE6 being its usual awkward self

2007-03-12 Thread Ian Young
Subject: Re: [css-d] IE6 being its usual awkward self Ian Young wrote: Just completing layout for new site. Looking ok in FF/IE7/Opera As could be expected IE6 not behaving. Menu starts half way down the div Test page at: http://www.iyesolutions.co.uk/templates/11-03-07/test.html

Re: [css-d] Opera border bug

2007-03-12 Thread Gunlaug Sørtun
Arnold Jonathan E. wrote: Does switching between em and px cause problems in Opera? Not that I'm aware of. The page is a protected area, but I've set-up the CSS here, http://the1912gallery.ehc.edu/testcss.css. What you have here... border-bottom:1px dotted #72411e;

[css-d] problem with floating divs in FF and IE7

2007-03-12 Thread Pawel Tulin
Gents and Ladies, I have been killing myself over this: http://sb.massmind.com/sites/dh/ Please look in FF and IE 7 (IE6 I will deal later) .whiteTab { float: right; border: 1px solid green; /*width: 200px;*/ } In FF this div is 100% and

Re: [css-d] dreamweaver css

2007-03-12 Thread Tim
If I understand the original question, this is not really all of the answer. I too work with the occasional client who uses Dreamweaver (in design mode) to edit the content of their site. They do this because they have trouble figuring out where they are in code view. Even when using DW

Re: [css-d] Fwd: Holy Grail layout + simple javascript = IE6 problems

2007-03-12 Thread Gunlaug Sørtun
Erik Visser wrote: Which makes me wonder: where can i find Georg's spin off version? Steal one of David's pages and rip it apart :-) Old, basic examples: http://www.gunlaug.no/tos/moa_1.html http://www.gunlaug.no/tos/moa_2.html http://www.gunlaug.no/tos/moa_3.html ...and a few more...

Re: [css-d] site check: 24-10reading.nl

2007-03-12 Thread ~davidLaakso
Erik Visser wrote: A site check please for anoter site i recently finished: http://24-10reading.nl/ Any remarks, also on the design are very welcome. Thanks, Erik Visser She did well on my end (xp) in ie/7., opera/9.1, and ff (version whatever it is). In ie/6.0 at /text-size largest/,

Re: [css-d] problem with floating divs in FF and IE7

2007-03-12 Thread Daniel Beardsmore
Pawel Tulin wrote: Gents and Ladies, I have been killing myself over this: http://sb.massmind.com/sites/dh/ Please look in FF and IE 7 (IE6 I will deal later) .whiteTab { float: right; border: 1px solid green; /*width: 200px;*/ } Wow. That is a lot of

Re: [css-d] problem with floating divs in FF and IE7

2007-03-12 Thread Daniel Beardsmore
Oh and for what it's worth, you might want to run the page through a validator: the W3C Validator isn't too happy with it :) __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information --

Re: [css-d] site check: 24-10reading.nl

2007-03-12 Thread Daniel Beardsmore
~davidLaakso wrote: However, with both of your sites (and this is a personal opinion that is not shared by all on this or any other list), I find sites that require both horizontal and vertical scrolling when the fonts are scaled to be bothersome. Not just font size but window size. I

Re: [css-d] site check: 24-10reading.nl

2007-03-12 Thread bill scheider
A site check please for anoter site i recently finished: http://24-10reading.nl/ http://24-10reading.nl/css/style.css http://24-10reading.nl/css/makeup.css http://24-10reading.nl/css/menu.css !--[if lt IE 7] http://24-10reading.nl/css/ie.css Any remarks, also on the design are very welcome.

Re: [css-d] site check: 24-10reading.nl A PostScript

2007-03-12 Thread bill scheider
A site check please for anoter site i recently finished: http://24-10reading.nl/ http://24-10reading.nl/css/style.css http://24-10reading.nl/css/makeup.css http://24-10reading.nl/css/menu.css !--[if lt IE 7] http://24-10reading.nl/css/ie.css I forgot to add: In IE6 at all text sizes, I'm

Re: [css-d] footer positioning help needed

2007-03-12 Thread Ernie Finlay
Consider example: div#footer{background: #333;color: #FFF} div#footer p{margin:0;padding:5px 10px} div#footer{clear:both;width:100%} From: Phil Turner [EMAIL PROTECTED] To: css-d@lists.css-discuss.org Subject: [css-d] footer positioning help needed Date: Mon, 12 Mar:46:29 + Thanks for

Re: [css-d] site check: 24-10reading.nl A PostScript

2007-03-12 Thread Daniel Beardsmore
bill scheider wrote: I forgot to add: In IE6 at all text sizes, I'm getting a vertical scroll bar that runs down 60 pages (hit page-down 60 times!). I expected that I'd find a footer down there at the end, but no-go. So besides the lo-o-o-o-ong page, in IE6 xp, there is no footer. Hm, so

Re: [css-d] site check: 24-10reading.nl A PostScript 2

2007-03-12 Thread Daniel Beardsmore
A PostScript of my own: http://24-10reading.nl/wordpr/ This page works in IE 6. The blue bar works, the footer appears, and you don't get 50-60 empty pages. You might want to use this as a reference page. __ css-discuss [EMAIL

Re: [css-d] site check: 24-10reading.nl A PostScript

2007-03-12 Thread Gunlaug Sørtun
http://24-10reading.nl/ bill scheider wrote: I forgot to add: In IE6 at all text sizes, I'm getting a vertical scroll bar that runs down 60 pages (hit page-down 60 times!). I expected that I'd find a footer down there at the end, but no-go. So besides the lo-o-o-o-ong page, in IE6 xp, there

Re: [css-d] Need Help fixing pure-CSS menus in IE6

2007-03-12 Thread Robert DeLaurentis
On Mar 12, 2007, at 4:45 PM, Daniel Beardsmore wrote: Might want to fix the first URL :-) (and post a corrected message to the list) Dang. Sorry! Site: http://sbwc.org/web20dev/dev_sbwc_menu.htm CSS: http://sbwc.org/web20dev/dev_sbwc_menu.css b Original message: I'm struggling with my

Re: [css-d] Need Help fixing pure-CSS menus in IE6

2007-03-12 Thread Roger Keays
Robert DeLaurentis wrote: Site: http://sbwc.org/web20dev/dev_sbwc_menu.htm CSS: http://sbwc.org/web20dev/dev_sbwc_menu.css You are aware that IE6 only does :hover for a elements? It can be imitated with a javascript behavior on the li element though. See

[css-d] Website Check Please

2007-03-12 Thread Tracy Shorrock
Hi, I designed a site just before Christmas, PurpleAlchemy.co.uk, and everything seemed fine - tested on various versions of IE, Firefox, Safari, etc. Code is validated. However, I got an email from the owner over the weekend saying that a few people using IE had problems with the site. I've

Re: [css-d] dreamweaver css

2007-03-12 Thread jeffrey morin
On 3/12/07, Tim [EMAIL PROTECTED] wrote: If I understand the original question, this is not really all of the answer. I too work with the occasional client who uses Dreamweaver (in design mode) to edit the content of their site. They do this because they have trouble figuring out where they

Re: [css-d] Background image black in Konqueror

2007-03-12 Thread Philippe Wittenbergh
Charles A. Landemaine wrote: I designed a standard-compliant mockup for PC-BSD's web site. The page is displayed properly in the following browsers: ... But when I open it in Konqueror 3.5.5, the upper part of the page where there is a grey gradient used as a background, is all black:

Re: [css-d] Background image black in Konqueror

2007-03-12 Thread Charles A. Landemaine
On 3/12/07, Philippe Wittenbergh [EMAIL PROTECTED] wrote: Maybe a better way to handle all those backgrounds is using separate files for the various parts, instead of that one huge image file. That would also improve scrolling performance in some browsers. Thanks Philippe, yes I could do that,

Re: [css-d] Background image black in Konqueror

2007-03-12 Thread Daniel Beardsmore
Hm ... what happens if you switch to a PNG or GIF image? Maybe save the JPEG in another app, or try different compression settings. __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7

Re: [css-d] Website Check Please

2007-03-12 Thread Gunlaug Sørtun
Tracy Shorrock wrote: PurpleAlchemy.co.uk Apart from some overlapping in header when subjected to a little bit of font resizing in any browser, and the potential for failure caused by the italic bug in IE6, the site looked and behaved OK at my end. Only checked on Win2K - so no IE7. regards

Re: [css-d] Website Check Please

2007-03-12 Thread ~davidLaakso
Tracy Shorrock wrote: PurpleAlchemy.co.uk Tracy Captures: IE6 and IE7. http://www.browsercam.com/public.aspx?proj_id=331112 Regards, ~dL -- http://chelseacreekstudio.com/ __ css-discuss [EMAIL PROTECTED]

Re: [css-d] Works in IE7, Mozilla, Opera, but fails IE6

2007-03-12 Thread ~davidLaakso
CSSHelp wrote: Could you help me understand why my website I'm working on works in all the browsers mentioned in the subject line but fails in IE 6? http://www.jards.biz/secretweapon Thanks Just very quickly looking at it, my guess is that this body style=margin: 0 22%; is the