Re: [css-d] a picture with in a picture

2008-03-07 Thread Scott Sauyet
Jim Davis wrote: On Thu, Mar 6, 2008 at 6:57 PM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Is it possible to have an image showing a picture frame and have that as part of the css style sheet. Here is a way to have the frame in as a background in the css and adding the image in the body of

Re: [css-d] td widths change with img ???

2008-03-07 Thread Scott Sauyet
Mike Schleif wrote: Go here: http://hb.platinumaire.net/form_4.aspx Enter this string: {A8D5CDDA-972F-4D33-A7E8-B5342AAE1350} and submit. The server is throwing errors when I try this. Do you have a spot to post just a static copy of the page in question? -- Scott

[css-d] Two-column layout with sticky footer.

2008-03-07 Thread Scott Sauyet
Okay, I swear I've done this a thousand times, and seen it ten thousand, but I've having problems with a straightforward layout problem. I'm wondering if anyone has a similar layout laying around... I'm looking for a two-column layout. The left (#nav) column should be fixed width and the

Re: [css-d] Two-column layout with sticky footer.

2008-03-07 Thread Scott Sauyet
[EMAIL PROTECTED] wrote: I wanted to re-send because I thought this might help someone else looking for the same thing - otherwise I wouldn't bother. I just did this *exact* layout for a client the day before yesterday. You can get the vanilla version here:

Re: [css-d] Two-column layout with sticky footer.

2008-03-07 Thread Scott Sauyet
David Laakso wrote: Scott Sauyet wrote: I'm looking for a two-column layout. The left (#nav) column should be fixed width and the right (#main) one fluid. I'd like to have a footer that sticks to the bottom of the viewport or the bottom of the document, whichever is lower. And I'd like

Re: [css-d] Creeping form controls in IE6/7

2008-03-06 Thread Scott Sauyet
Alan Gresley wrote: Scott, both Georg's solution and mine (untested in IE/Mac) still has box model problems in IE5/Win. Are you wishing to support this browser? No, the application will have a fairly limited audience. I really need only FF and IE6+, but would prefer for my own edification to

Re: [css-d] Disguising path of a page

2008-03-06 Thread Scott Sauyet
Anne Pennington wrote: I have a site for a local business group: http://www.actonbusinessforum.net/ linked to a forum that my partner has created http://forums.redmason.net/ActonBusinessForum/ (link on left hand column) The site and the forum are hosted separately and they have

Re: [css-d] Odd, broken design

2008-03-06 Thread Scott Sauyet
Thomas Francis wrote: Can anybody figure out why the quote on this page overlaps the footer near the bottom right-hand side? http://www.bris.ac.uk/news/2008/12017945171.html It's obviously not meant to do this and doesn't occur when the screen is really wide. Are you sure? It only happens

Re: [css-d] Creeping form controls in IE6/7

2008-03-05 Thread Scott Sauyet
Holly Bergevin wrote: From: Scott Sauyet [EMAIL PROTECTED] It's great to see your name back on this board. Thanks, it's great to be back. I don't know how long I'll stay; I find that I can only manage to keep up with one relatively high-volume list at a time and still do my day job. Maybe

Re: [css-d] Creeping form controls in IE6/7

2008-03-05 Thread Scott Sauyet
Gunlaug Sørtun wrote: Scott Sauyet wrote: http://scott.sauyet.com/issues/2008-03-04a/ In IE7, IE6, and IE5.5, all on XP, I'm seeing something bizarre. [ ... ] http://www.gunlaug.no/tos/alien/scs/test_08_0305.html ...based on the effect well-placed 'hasLayout' triggers have on elements

[css-d] Creeping form controls in IE6/7

2008-03-04 Thread Scott Sauyet
is the only thing on the page so far.) Has anyone seen this behavior? Any suggestions for how to get rid of it? Thanks for your help, -- Scott Sauyet __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo

Re: [css-d] Quickly Removing Formatting from an Element

2008-03-04 Thread Scott Sauyet
Jukka K. Korpela wrote: There is no way to undo things in CSS in general. You can override a setting for a property by setting it to a specific value, but you cannot tell browsers to apply their defaults, against any settings that might exist elsewhere in stylesheets. We could try to reset

Re: [css-d] Creeping form controls in IE6/7

2008-03-04 Thread Scott Sauyet
Alan Gresley wrote: This looks pretty close to what I want in FF: http://scott.sauyet.com/issues/2008-03-04a/ When you hover onto or off of the top menu item, the text box and button move down the page. They keep doing this; it's not a one-time behavior. In IE7 they will go on indefinitely.

Re: [css-d] CSS dummy needs advice - list of albums

2006-08-03 Thread Scott Sauyet
Try adding div.swedishpict img { clear: left } and see if that helps. Good luck, -- Scott __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub --

Re: [css-d] SiteCheckPlease

2006-07-31 Thread Scott Sauyet
Madison Bryan wrote: Do people often scale text down like that? I often do, and not just for site check reasons. If the text is large enough that I'm comfortable reading more per line than is shown, I'll hit the trusty CTRL-minus, and if I'm having trouble reading small text, I'll hit

Re: [css-d] Highlight Nav Links (again)

2006-07-24 Thread Scott Sauyet
Joseph Lorenzini wrote: [Using] CSS to highlight the navigation of my current [page]. [ ... ] they require the html to have a body id tag. This doesn't work for my site since the body is part of an uneditable region in my template. In other words, I can only set the id in the template and

Re: [css-d] Previous adjacent selector

2006-06-22 Thread Scott Sauyet
Robert James wrote: I normally like to put the label first, and enclose the input element within it. Is there anyway I can use CSS to select all labels that *enclose* checked radio buttons? I don't think there is. The design of CSS is meant to make it relatively easy to implement, and

Re: [css-d] Relative-sized horizontal menu buttons

2006-05-29 Thread Scott Sauyet
; font-weight: bold; color: #00; } * html #MenuBar li a { height: 1%; } Good luck, -- Scott Sauyet (1) http://www.satzansatz.de/cssd/onhavinglayout.html __ css-discuss [EMAIL

Re: [css-d] Is it impossible to set margin to h1, h2... el ?

2006-05-24 Thread Scott Sauyet
victor NOAGBODJI wrote: In my CSS I have h1,h2,h3 {margin:0;padding:0} So that I can set margin bottom; the problem is that it isn't working. You're running into a problem with collapsing margins. Adjacent vertical margins are combined into one, and placed at the top:

Re: [css-d] funny space on div in FF

2006-05-17 Thread Scott Sauyet
the desired space as padding. Cheers, -- Scott Sauyet __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css

Re: [css-d] Print CSS: Printing partial Title attributes without link text

2006-05-10 Thread Scott Sauyet
Tim Martens wrote: I have this: div class=description Get business plan templates a href=link_location title= View project: SPD.101 Strategy Complete[P]/a /div And would like to print this: Get business plan templates [P] SPD.101 Strategy Complete I don't think you're

Re: [css-d] Print CSS: Printing partial Title attributes without link text

2006-05-10 Thread Scott Sauyet
I sputtered: div class=description Get business plan templates a href=link_location[P] span class=print-onlySPD.101 Strategy Complete/a/span /div but should have said either: div class=description Get business plan templates a href=link_location[P]/a

Re: [css-d] Firefox adds padding in strict mode?

2006-05-09 Thread Scott Sauyet
David Rose wrote: I had to switch over to a XHTML strict DTD to resolve some CSS layout issues with IE, but this created a lot of space around many of the elements (maybe all?) in [Firefox] [ ... ] http://winnetka.technicelixir.com/forums/index.php I can see the different amount of whitespace

[css-d] Content Missing in IE

2006-05-06 Thread Scott Sauyet
Hi folks. Some of you may remember me from when I was active on this list several years ago. Been off doing other things, but I now have a problem that I hope you good people might help me resolve. I have some content missing in IE6. It works fine in FF and Opera, so I'm guessing it's an IE

Re: [css-d] Content Missing in IE

2006-05-06 Thread Scott Sauyet
Gunlaug Sørtun wrote: (RE: http://scott.sauyet.com/CSS/Test/MissingImage/) I usually solve that type of 'AP' related problems in IE/win by not 'AP' the element. Instead I'd use 'removed floats'... floats that do not occupy any area :-) Well, that certainly fixes it. My head no longer needs