[css-d] Styling of disabled form elements

2006-03-08 Thread Mark Stickley
Hi all, Just wondering if it's actually possible to apply styles specifically to disabled form elements or if we're just at the mercy of the browser? And if it's possible, could you possibly give an example or two? Thanks! Mark ___

[css-d] dean Edwards IE7 offline?

2006-03-08 Thread Nicolas Sauveur
Hello, I am new to this list, and fairly new to CSS... I am trying to get a hand on Dean Edwards's IE7, but the page has been offline for 2 days now. http://dean.edwards.name Anyone know if this is likely to last? In which case can someone put the files online? it is a little frustrating to wait

Re: [css-d] dean Edwards IE7 offline?

2006-03-08 Thread Ingo Chao
Nicolas Sauveur wrote: > I am trying to get a hand on Dean Edwards's IE7, http://sourceforge.net/projects/ie7 Completely OT, Nicolas. -- http://www.satzansatz.de/css.html __ css-discuss [EMAIL PROTECTED] http://www.css-discus

Re: [css-d] Styling of disabled form elements

2006-03-08 Thread Christian Heilmann
> Just wondering if it's actually possible to apply styles specifically > to disabled form elements or if we're just at the mercy of the > browser? And if it's possible, could you possibly give an example or > two? It is the same, if not worse than with normal form controls, you just cannot contro

Re: [css-d] IE6 crash on Windows XP

2006-03-08 Thread James Booker
Just in case anyone cares, I've fixed this problem - the top line of my CSS was causing the crash, and wasn't even used: DIV,* {position:relative; top:0; left: 0} I don't know why this was sttill in there, a leftover from the template I customised, no doubt. Hopefully someone will find this usefu

[css-d] Accessibility, Usability, Cross compatibility and general aesthetics.

2006-03-08 Thread Scott Wilcox
Hey Guys. I've recently been working on shrinking the content/projects I have, and after doing so realised that in fairness, i should update my site. Of course I'm going to go for an XHTML/CSS based design, but I also want to go for a low file size too. The site contains a basic journal, snippe

Re: [css-d] Accessibility, Usability, Cross compatibility and general aesthetics.

2006-03-08 Thread Gunlaug Sørtun
Scott Wilcox wrote: > I was writing to you guys to see what pointers you have, and would > suggest when it comes down to accessibility, usability, cross > compatibility and general aesthetics too. I'm unsure of going to for > a more web 2.0 look due to the fact its becoming increasingly > overu

Re: [css-d] Styling of disabled form elements

2006-03-08 Thread Mark Howells
> Just wondering if it's actually possible to apply styles specifically > to disabled form elements Try having a look at http://www.w3.org/TR/REC-CSS2/ selector.html#attribute-selectors which details attribute selectors. Surprise surprise, that they don't work in all browsers! Regards Mark How

[css-d] ADMIN Re: Alternative font sizing

2006-03-08 Thread Zoe M. Gillenwater
Jared Stein wrote: > Anyway, a few have commented that this is a bit off-topic, so I'll invite any > further points/counterpoints offlist! > Yes, it's off-topic, so yes, all discussion about this needs to move off-list. Thanks, Zoe Gillenwater css-d list moderator _

[css-d] Q: variable image in DIV with some text on top. Possible?

2006-03-08 Thread Angel Outon
Hi. I like to ask anyone of you to see if this is possible and some advise for it. I have a banner made by a div and has an variable image to display. This is done using this script: http://www.bezveze.com/skripte/rid/ Something like this Some text over the image I like to have the tex

Re: [css-d] Q: variable image in DIV with some text on top. Possible?

2006-03-08 Thread Michael Clayton
(Clicking reply in Gmail defaults to the user's email address, and not [EMAIL PROTECTED] Anyone know a way to fix this? I accidently sent this to Angel directly.) That should be possible by setting the "margin-top" of the image to a negative number, which would slide it under the text. You may

Re: [css-d] Q: variable image in DIV with some text on top. Possible?

2006-03-08 Thread Scott Wilcox
getimagesize() is the PHP function you're looking for. Michael Clayton wrote: > (Clicking reply in Gmail defaults to the user's email address, and not > [EMAIL PROTECTED] Anyone know a way to fix this? I accidently > sent this to Angel directly.) > > That should be possible by setting the "margi

Re: [css-d] Q: variable image in DIV with some text on top. Possible?

2006-03-08 Thread Mark Howells
> > Some text over the image > > > > I like to have the text> Some text over the image to be displayed on > top of the random image. div {position:relative} /* i'd add a class name if I were you, such as .banner */ div p {position:absolute;top:0;left:0} Regards Mark H

Re: [css-d] Q: variable image in DIV with some text on top.Possible?

2006-03-08 Thread Els
Michael Clayton wrote: > (Clicking reply in Gmail defaults to the user's email address, > and not [EMAIL PROTECTED] Anyone know a way to fix > this? I accidently sent this to Angel directly.) Click 'more options' in the top right when reading the message, and then choose 'reply to all' from the

Re: [css-d] Q: variable image in DIV with some text on top. Possible?

2006-03-08 Thread Angel Outon
Thank you all for the tips. I am trying now all of them. I'll certainly see the rotator you recommend and now I tried the Mark hint and is working now. Best regards to all __ css-discuss [EMAIL PROTECTED] http://www.css-discuss

Re: [css-d] IE footer problem

2006-03-08 Thread Michael Clayton
Though peace now reigns in IExplorerville, danger is brewing in Netscapia. The same problem --but probably with a different cause-- is occuring in NN 6.0 and NN 6.01. It doesn't impair accessability at all, so normally I wouldn't worry too much about it. Unfortunately it is concealing the Copyri

Re: [css-d] Simple CSS Question?

2006-03-08 Thread Michael Clayton
Hi Daniel, I've had similar problems with IE, but have never been able to find a solution. It may be a comfort that most users probably won't have a viewport smaller than 800x600. Sorry I couldn't be more help. Hopefully one of the wise souls on this list will be able to sort out this mystery.

Re: [css-d] List Replies

2006-03-08 Thread Adam Kuehn
At 09:13 AM 3/8/2006, Michael Clayton wrote: >(Clicking reply in Gmail defaults to the user's email address, and not >[EMAIL PROTECTED] Anyone know a way to fix this? I accidently >sent this to Angel directly.) Some e-mail clients can set up addressing based on headers other than "Reply-To". I

Re: [css-d] Simple CSS Question?

2006-03-08 Thread Daniel Patterson
Found a solution to my problem, added width:900px; to the #wrapper div in styles.css Daniel On 3/8/06, Michael Clayton <[EMAIL PROTECTED]> wrote: > > Hi Daniel, > > I've had similar problems with IE, but have never been able to find a > solution. It may be a comfort that most users probably wo

Re: [css-d] List Replies

2006-03-08 Thread Ricky Zhou
> >(Clicking reply in Gmail defaults to the user's email address, and not > >[EMAIL PROTECTED] Anyone know a way to fix this? I accidently > >sent this to Angel directly.) I think there's a "reply to all" button in gmail which cc's it to css-d. Ricky _

[css-d] Setting Div Height in IE6

2006-03-08 Thread dpgirago
Howdy, The following div displays correctly in Firefox but IE6 seems not to respect the height of 5px. If I set this very large, like 100px, IE displays it ok, but at a small height, like 5px, it just stops shrinking. After hanging out on this list for awhile now, I'm not surprised by this behavio

Re: [css-d] Setting Div Height in IE6

2006-03-08 Thread Els
[EMAIL PROTECTED] wrote: > The following div displays correctly in Firefox but IE6 seems > not to respect the height of 5px. If I set this very large, > like 100px, IE displays it ok, but at a small height, like > 5px, it just stops shrinking. If you set font-size and line-height for that div so

Re: [css-d] Accessibility, Usability, Cross compatibility and general aesthetics.

2006-03-08 Thread Zoe M. Gillenwater
Gunlaug Sørtun wrote: > Scott Wilcox wrote: > >> I was writing to you guys to see what pointers you have, and would >> suggest when it comes down to accessibility, usability, cross >> compatibility and general aesthetics too. I'm unsure of going to for >> a more web 2.0 look due to the fact i

Re: [css-d] Basic confusion on syntax

2006-03-08 Thread Zoe M. Gillenwater
Els wrote: > Els wrote: > > >> the second element is a child of the first one. >> >> Some examples: >> 'ul#subNavlist li' means a element, that is a child of a >> element with id="subNavlist". >> '#subNavlist li' means a element, that is a child of any >> element with id="subNavlist". >> 'ul#

Re: [css-d] Setting Div Height in IE6

2006-03-08 Thread dpgirago
>> The following div displays correctly in Firefox but IE6 seems >> not to respect the height of 5px. If I set this very large, >> like 100px, IE displays it ok, but at a small height, like >> 5px, it just stops shrinking. > If you set font-size and line-height for that div so that they > fit wit

Re: [css-d] IE footer problem - nct-res

2006-03-08 Thread Michael Clayton
Thanks, I wasn't aware that NN 6.x were betas. I'll stop fretting now. Yesterday I went a bit insane and downloaded 20+ old browsers. My thinking was this, "It will be awesome if I can make my sites work in everything." The odds of anyone using an old Netscape are about as good as the odds of my

[css-d] Extra Border in IE6

2006-03-08 Thread jdreid
I have managed to create an extra horizontal border somehow that I do not need and wish to get rid of. The page displays fine in FireFox. I have narrowed it to having to do with this section of my CSS but can not figure out wherew to corect it at. #navcontainer { margin-left: auto; margin-ri

Re: [css-d] Extra Border in IE6

2006-03-08 Thread Els
[EMAIL PROTECTED] wrote: > I have managed to create an extra horizontal border somehow > that I do not need and wish to get rid of. The page displays > fine in FireFox. I have narrowed it to having to do with this > section of my CSS but can not figure out wherew to corect it > at. [snip code]

Re: [css-d] Extra Border in IE6

2006-03-08 Thread francky
[EMAIL PROTECTED] wrote: >I have managed to create an extra horizontal border somehow that I do not need >and wish to get rid of. The page displays fine in FireFox. I have narrowed >it to having to do with this section of my CSS but can not figure out wherew >to corect it at. > >[...] >Here i

Re: [css-d] Accessibility, Usability, Cross compatibility and general aesthetics.

2006-03-08 Thread Gunlaug Sørtun
Zoe M. Gillenwater wrote: > Gunlaug Sørtun wrote: >> I still prefer to build two and three (and whatever) column layouts >> based on this... >> ...but maybe >> that's just me ;-) > It's certainly not just you! :-) Very popular layout metho

Re: [css-d] IE footer problem - nct-res

2006-03-08 Thread ~davidLaakso
Michael Clayton wrote: > Thanks, I wasn't aware that NN 6.x were betas. I'll stop fretting now. > Yesterday I went a bit insane and downloaded 20+ old browsers. My thinking > was this, "It will be awesome if I can make my sites work in everything." > The odds of anyone using an old Netscape are a

[css-d] Specificity, siblings, descendants

2006-03-08 Thread Lorin Rivers
tap... tap... tap... Is this thing on? I want to style an unordered list so that the "top-level" elements are bold with no bullets, while the items inside these have the bullets, etc... #content li { list-style-image: url(/images/bullet3.gif); list-style-type: none; line-h

Re: [css-d] Specificity, siblings, descendants

2006-03-08 Thread Els
Lorin Rivers wrote: > tap... tap... tap... Is this thing on? Nope - that's a fake one. > I want to style an unordered list so that the "top-level" > elements are bold with no bullets, while the items inside > these have the bullets, etc... [snip code] > I couldn't figure out a way to do this wi

Re: [css-d] Specificity, siblings, descendants

2006-03-08 Thread Paul Novitski
At 10:31 AM 3/8/2006, Lorin Rivers wrote: >I want to style an unordered list so that the "top-level" elements are >bold with no bullets, while the items inside these have the bullets, >etc... > >#content li >{ > list-style-image: url(/images/bullet3.gif); > list-style-type: none; >

Re: [css-d] FIR header with anchor

2006-03-08 Thread brian ally
Further to the the problem of using image replacement, yet requiring an anchor, Thierry Koblentz sent me the following link offlist: http://www.tjkdesign.com/articles/tip.asp The last version worked for me, though i put the text inside the anchor, rather than leave it empty. Works for me, and

[css-d] Can you shrink wrap a div round another?

2006-03-08 Thread Alan Chandler
I am trying to make a horizontal button component for my web site, that is in essence a dl list with each dd entry containing multiple divs to give a 3D effect to the button and immediate surround. I would like the area surrounding the buttons to be a uniform pastel colour with a single black b

Re: [css-d] Specificity, siblings, descendants

2006-03-08 Thread Lorin Rivers
I have a tendency to over-complicate my css rules... On 3/8/06, Els <[EMAIL PROTECTED]> wrote: > Lorin Rivers wrote: > > tap... tap... tap... Is this thing on? > > Nope - that's a fake one. har. so here's how I solved it, based on y'alls hints. #content .nested li { font-weight: bold; list-style

Re: [css-d] Can you shrink wrap a div round another?

2006-03-08 Thread Zoe M. Gillenwater
Alan Chandler wrote: > As far as I see, if you don't specify a width divs expand outwards to fit in > the available space. Is there any trick I could use to give a shrink wrap > effect - where a div shrinks to the size of the inner elements + padding? > Floating the div produces a shrinkwrap

Re: [css-d] Can you shrink wrap a div round another?

2006-03-08 Thread cj
here's a good place to start looking. it's helped me out, at least a little. :) http://css-discuss.incutio.com/?page=CenteringBlockElement look for the "don't know the width" section, or you can do a search for "shrink". __ c

Re: [css-d] Can you shrink wrap a div round another?

2006-03-08 Thread Alan Chandler
On Wednesday 08 March 2006 20:22, Zoe M. Gillenwater wrote: > Alan Chandler wrote: > > As far as I see, if you don't specify a width divs expand outwards to fit > > in the available space. Is there any trick I could use to give a shrink > > wrap effect - where a div shrinks to the size of the inne

[css-d] anchor border clipped in IE

2006-03-08 Thread Maziak, Peter \(Tek Systems\)
Why do the anchor's borders on this page get clipped in IE6 (fine in FF) and how can I prevent this? http://www.msu.edu/~maziak/umg/temp.html Thanks, -Pete PS Embedded CSS is such: a.linkButton { text-decoration: none; padding: 2px 3px; margin: 5px; color: #00; border: 1px solid #00

Re: [css-d] anchor border clipped in IE

2006-03-08 Thread Ingo Chao
Maziak, Peter (Tek Systems) wrote: > Why do the anchor's borders on this page get clipped in IE6 (fine in FF) I don't know. Someone should tell them again that the inline formatting still (IE7b2prev) is sort of wrong. > and how can I prevent this? a.linkButton {position: relative;}. If this doe

Re: [css-d] Can you shrink wrap a div round another?

2006-03-08 Thread Alan Chandler
On Wednesday 08 March 2006 23:21, Alan Chandler wrote: > On Wednesday 08 March 2006 20:22, Zoe M. Gillenwater wrote: > > Alan Chandler wrote: > > > As far as I see, if you don't specify a width divs expand outwards to > > > fit in the available space. Is there any trick I could use to give a > > >

Re: [css-d] anchor border clipped in IE

2006-03-08 Thread francky
Ingo Chao wrote: >Maziak, Peter (Tek Systems) wrote: > > >>Why do the anchor's borders on this page get clipped in IE6 (fine in FF) >> >> >I don't know. Someone should tell them again that the inline formatting >still (IE7b2prev) is sort of wrong. > > >>and how can I prevent this? >>

Re: [css-d] anchor border clipped in IE

2006-03-08 Thread Cem Meric
> Why do the anchor's borders on this page get clipped in IE6 (fine in FF) > and how can I prevent this? > http://www.msu.edu/~maziak/umg/temp.html IE takes first and last paragraph differently than the rest. Due to page view area limits. That's my understanding. You'll see it easier here; http://

[css-d] Simple Word Processor with CSS

2006-03-08 Thread Edward Salm
I am looking for a program that can modify and/or create HTML pages using an existing external CSS file. I am designing more and more websites for customers that need the ability to do their own updates. These people are "average" in there computer literacy, i.e. Microsoft Word, etc. I do not need

Re: [css-d] Simple Word Processor with CSS

2006-03-08 Thread Cem Meric
> I am looking for a program that can modify and/or create HTML pages using > an existing external CSS file. http://tinymce.moxiecode.com/ will do your job well with css, xhtml etc. you can even define css files just for your CMS backend. -- Cem Meric | http://www.kalkadoon.net/ Kalkadoon Cor

Re: [css-d] anchor border clipped in IE

2006-03-08 Thread Gunlaug Sørtun
Maziak, Peter (Tek Systems) wrote: > Why do the anchor's borders on this page get clipped in IE6 (fine in > FF) and how can I prevent this? > http://www.msu.edu/~maziak/umg/temp.html It's the old 'layering' bug in IE/win. Often mixed up with the 'hasLayout'[1] bug, but 'layering' and 'Layout' is

[css-d] CSS Positioning Question

2006-03-08 Thread Ramone Kalsaw
Is there a css scheme for positioning so that it will lay at the "absolute" bottom of the page, with every other element above it? Re: www.biom.net: In order to keep my footer from rising up and covering content in my main section, I've had to add about 25 tags at the bott

Re: [css-d] CSS Positioning Question

2006-03-08 Thread Jim Davis
Ramone, Here is a link that shows a way to fix the position of both the header and footer. You can adapt this to fix the position of the footer only. http://www.456bereastreet.com/lab/cssframes/ HTH, Jim On 3/8/06, Ramone Kalsaw <[EMAIL PROTECTED]> wrote: > > Is there a css scheme for positioni

Re: [css-d] CSS Positioning Question

2006-03-08 Thread Els
Ramone Kalsaw wrote: > Is there a css scheme for positioning so > that it will lay at the "absolute" bottom of the page, with > every other element above it? Bottom of the viewport: see Jim Davis' reply. Bottom of the page: Add 'clear:both;' tot the styles for the footer, and don't use position: