Re: [css-d] Forced Margin in IE

2005-07-20 Thread Ingo Chao
Tim Zappe schrieb: ... In IE/WIN the sidebar acts likethey have a top and bottom padding and show the tile below the footer image. http://dev.tzappe.com/jud/tester.html IE/win sometimes adds some spurious whitespace content into empty elements, reacting to font settings. fix: #top, #bottom

Re: [css-d] Music Files and CSS

2005-07-20 Thread dwain
david wrote: Now that's interesting! Where's your site, I'd be interested to see if my ad blocker settings do the same thing .. http://www.alforddesigngroup.com/sandbox/svg-test.html hth, dwain -- Dwain Alford [EMAIL PROTECTED] http://www.alforddesigngroup.com "The artist may use any form w

Re: [css-d] Music Files and CSS

2005-07-20 Thread david
Koori Tora wrote: Whoa...be nice ;) I am. That's why I always put multimedia stuff on my sites as clickable links, rather than embedding them into the page. ;-) I don't agree with forcing music on visitors. I believe that user default stylesheets should be able to override it in the future

Re: [css-d] Music Files and CSS

2005-07-20 Thread Koori Tora
Whoa...be nice ;) I don't agree with forcing music on visitors. I believe that user default stylesheets should be able to override it in the future, just like they override current stylesheets. I also believe that music in a stylesheet should be provided as an alternate stylesheet so that users

[css-d] floating w/ 3 col help

2005-07-20 Thread Brian Cummiskey
i'm trying to prove a friend wrong that his table/css design is not the way to do it... so I took it upon myself to show him how its done with pure css, and now i'm stuck.. heh. I've got it all set up, minus the left and right side bars on the middle row. http://www.skeymedia.com/tonyx/ th

[css-d] Forced Margin in IE

2005-07-20 Thread Tim Zappe
I am having problems in a current design that I am doing. I am using an absolute position within a relative position div to make sidebars overlap the main content. In IE/WIN the sidebar acts likethey have a top and bottom padding and show the tile below the footer image. It works perfectly in FF

Re: [css-d] Music Files and CSS

2005-07-20 Thread david
Koori Tora wrote: Oh, it was definitely a realistic question, and I agree that it will eventually evolve to the point where background audio is as much part of a site's style as a background image. However, I don't think we're quite to that point yet. At least, not according to the CSS specs.

Re: [css-d] Music Files and CSS

2005-07-20 Thread Koori Tora
On 7/20/05, Mike Dougherty <[EMAIL PROTECTED]> wrote: > By that definition there should be no background: url(anything) > > I know it's difficult enough to find support for current levels of CSS specs, > but the user > experience on the Web will likely continue to evolve to a point where audio >

Re: [css-d] IE background flicker on a:hover

2005-07-20 Thread matt andrews
On 21/07/05, Brian Campbell <[EMAIL PROTECTED]> wrote: > I *KNOW* if seen the solution to this somewhere before. I think i > may have even used that solution at one point. However, i'm not > finding it anywhere. I've set a background image to some link > elements. Some of these elements are set t

RE: [css-d] Music Files and CSS

2005-07-20 Thread Ric & Jude Raftis
> Any information on how to add mp3 files to be played by visitors to my > web site using CSS would be greatly appreciated. > > Thank you, > Peggy Bart I doubt that this is a CSS issue. It is more related to content. If you plan on having your pages compliant, you will not be able to use the t

Re: [css-d] Music Files and CSS

2005-07-20 Thread Mike Dougherty
By that definition there should be no background: url(anything) I know it's difficult enough to find support for current levels of CSS specs, but the user experience on the Web will likely continue to evolve to a point where audio will be as much a part of a site's "style" as the images or font

Re: [css-d] Music Files and CSS

2005-07-20 Thread Matthew Ohlman
Peggy Bart wrote: Any information on how to add mp3 files to be played by visitors to my web site using CSS would be greatly appreciated. Thank you, Peggy Bart Peggy: I don't think CSS is going to help you there. Here is the definition of CSS straight from the spec: "Cascading Style S

Re: [css-d] Music Files and CSS

2005-07-20 Thread jason zietz
I don't think CSS is the proper tool to accomplish this. I would either provide MP3 downloads (easy solution) or create a Flash-based mp3 player that your visitors could control (harder solution). Peggy Bart wrote: Any information on how to add mp3 files to be played by visitors to my we

Re: [css-d] Music Files and CSS

2005-07-20 Thread Koori Tora
On 7/20/05, Peggy Bart <[EMAIL PROTECTED]> wrote: > Any information on how to add mp3 files to be played by visitors to my > web site using CSS would be greatly appreciated. > > Thank you, > Peggy Bart > __ I don't think it's pos

[css-d] Music Files and CSS

2005-07-20 Thread Peggy Bart
Any information on how to add mp3 files to be played by visitors to my web site using CSS would be greatly appreciated. Thank you, Peggy Bart __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d Li

Re: [css-d] IE background flicker on a:hover

2005-07-20 Thread Koori Tora
On 7/20/05, Brian Campbell <[EMAIL PROTECTED]> wrote: > I *KNOW* if seen the solution to this somewhere before. I think i > may have even used that solution at one point. However, i'm not > finding it anywhere. I've set a background image to some link > elements. Some of these elements are set to

Re: [css-d] Class or Span

2005-07-20 Thread Koori Tora
On 7/20/05, Michael Cassidy <[EMAIL PROTECTED]> wrote: > > .here { > font-family: Georgia, Times, serif; > font-size: 100%; > color: #fff; > } > > I had originally wrote: > > Discussion and thumbnails > > but that did nothing. So I changed it to: > > Discussion and thu

[css-d] Floats and Inline-Blocks in IE 5.2 for the Mac

2005-07-20 Thread Craig Snyder
Hi List Members :: I had some trouble when viewing my blog in a Mac: http://etherealcode.blogspot.com/ The layout is basic; a floated left div for navigation, the right content div with a left margin to space it. In the Mac the non-floated content div was pushed down past the floated div. I hu

Re: [css-d] Navigation layout problem

2005-07-20 Thread Koori Tora
On 7/20/05, Lindsey Kuper <[EMAIL PROTECTED]> wrote: > (Oops. I forgot to edit the subject in my email of a few minutes ago. > Please disregard that one.) > > Good morning, > > Here's a layout problem I haven't been able to work out. > > http://www.ibctv.com/site/contact > > In Firefox 1/Wind

Re: [css-d] strange disappearing padding in IE - anybody seen this before?

2005-07-20 Thread Don Hinshaw
Ingo Chao wrote: display: inline-block makes the link behave like a rectangle, no "part" of the link element can "wrap" or leave its boundary. I can think of that 1) the padding remains on the preceding line without painting tha background-color or 2) sticks out of the line box into the "bu

[css-d] selfless

2005-07-20 Thread Leigh Baker-Foley
Hey Listees, Just wanted to say thank you again for all of the continuing help and knowledge many of you so generously share without thought of recompense. Even when not writing with fists full of hair about some bit of code grit, you enlighten and edify... always. Please don't stop. -Leigh . .

Re: [css-d] strange disappearing padding in IE - anybody seen this before?

2005-07-20 Thread Koori Tora
I think it means that it lets the link act as though it were inline, while still being able to have block properties applied to it -- is that right? On 7/20/05, Don Hinshaw <[EMAIL PROTECTED]> wrote: > Ingo Chao wrote: > > > One option is to apply > > > > #maincontent a.saveLink { _display: inlin

Re: [css-d] strange disappearing padding in IE - anybody seen this before?

2005-07-20 Thread Ingo Chao
Don Hinshaw schrieb: Ingo Chao wrote: inline-block lets the link more act as an entity. Thanks for the fix. I'm trying to understand why it works...what did you mean by 'act more like an entity'? display: inline-block makes the link behave like a rectangle, no "part" of the link element ca

Re: [css-d] strange disappearing padding in IE - anybody seen this before?

2005-07-20 Thread Don Hinshaw
Ingo Chao wrote: One option is to apply #maincontent a.saveLink { _display: inline-block;} /* underscore hack to hide it from the others */ inline-block lets the link more act as an entity. Ingo, Thanks for the fix. I'm trying to understand why it works...what did you mean by 'act more like

Re: [css-d] Centered with indent. Works on FF, not IE could use some help.

2005-07-20 Thread Eric Ladner
On 7/20/05, Skip Knox <[EMAIL PROTECTED]> wrote: > > They don't need a site search. Just go to Google. Whatever your search > string is, add "positioniseverything" to it and you'll scope it pretty > well. More percise still, search for your term and add "site: positioniseverything.net

Re: [css-d] Web standards check

2005-07-20 Thread David Laakso
http://www.bham.wednet.edu/technology/webstandards.htm I would appreciate any feedback css-d listees have on the categories or content of this document. Ken Russell Bellingham Schools The Web Standards Group thrives on questions like yours. Regards, David La

Re: [css-d] Safari Dropdown problem - EMs related

2005-07-20 Thread Gunlaug Sørtun
Michael Auty wrote: http://www.madewithpixels.co.uk/sandbox4 in PC/Firefox the menu displays correctly on mouse over, filling the box above it. However in Safari, there is a small gap above the button, which is a) unsightly, and b) causes the menu to stop functioning when the user 'mouses off

Re: [css-d] Uberlinks...IT WORKS!

2005-07-20 Thread Theresa Mesa
YAY!!! It worked!! And even in IE, go figure...And no JavaScript or PHP (thank you anyway, Jason - what a sweetie you are!) http://mdh-test.com/perry Thank you, thank you!! I just recently had a heart attack, and this was stressing me so much! I was worried I'd be doing a face-plant on my keyboar

[css-d] Web standards check

2005-07-20 Thread Russell, Ken
I am soliciting feedback on a document I created for the school district I work for as a web designer/content editor. I am attempting to codify web technical standards for our organization. Past practice before I was hired has been... chaotic. Each of our 21 schools has a web site designed by a

Re: [css-d] Uberlinks...

2005-07-20 Thread Theresa Mesa
Getting there on the confused thing... Time to dig in and make this work. -- Theresa Mesa, http://mesadesignhouse.com "CSS is a wonderful terrible thing..." On 7/20/05 8:11 AM, "Al Sparber" <[EMAIL PROTECTED]> wrote: > Am I missing something or perhaps you are not reading all of the > messages

Re: [css-d] simple site check.

2005-07-20 Thread jeremy
than you so much... I cant believe it was that simple... i wouldnt have guessed that float:left would have made my block of text move up. I guess what float:left actually does, is pull the block towards the top left corner. thank you. -jeremy [EMAIL PROTECTED] wrote: jeremy wrote: Hi t

Re: [css-d] strange disappearing padding in IE - anybody seen this before?

2005-07-20 Thread Ingo Chao
Don Hinshaw schrieb: ... http://test.hinshawdesign.com/css/save_link_debug_v2.html If you narrow your window until the Save Link 'buttons' begin to wrap to the next line you will see that the left padding disappears. Confirmed on IE6/WinXP. One option is to apply #maincontent a.saveLink { _d

Re: [css-d] background-image: none question

2005-07-20 Thread Zoe M. Gillenwater
Matthew Ohlman wrote: (http://www.htmlhelp.com/tools/csscheck/) I validated my css, and it gave me this warning:*| |** * body { margin: 0; padding: 0; font-size: 100%; background-color: #4A4A4A; } Warning: To help avoid conflicts with user style sheets, background-image should be specifie

[css-d] Safari Dropdown problem - EMs related

2005-07-20 Thread Michael Auty
Hello all, I am currently re-working the code for my new website design and am having problems with a dropdown (dropup?) menu in Safari. The markup in question is here: http://www.madewithpixels.co.uk/sandbox4 the css here: http://www.madewithpixels.co.uk/sandbox4/includes/css/madewithpixels.c

[css-d] Re: CSS and Ad Impressions

2005-07-20 Thread Yazmin Media
Ingo, If I understood correctly, the purpose of this test would be to force the CSS ad container to "have layout", an attribute in IE that div's do not have, but that tables do have, which might have been affecting the count. After re-reading your suggestion for this test, I realized that we could

Re: [css-d] CSS and Ad Impressions

2005-07-20 Thread Yazmin Media
I agree with your opinion, but the issue with the counts is that we only get to charge for the counts that the 3rd-party server says we've delivered. When space is tight, we can potentially end up not being able to deliver all the impressions requested, which not only costs us money, but makes us l

[css-d] strange disappearing padding in IE - anybody seen this before?

2005-07-20 Thread Don Hinshaw
Hello list, If you have a moment to take a look at this I'd be grateful: View this page in IE 6 (I am on Win2K...I'm not sure if it appears in XP): http://test.hinshawdesign.com/css/save_link_debug_v2.html If you narrow your window until the Save Link 'buttons' begin to wrap to the next line you

Re: [css-d] CSS and Ad Impressions

2005-07-20 Thread Yazmin Media
On 7/20/05, Philip Wills <[EMAIL PROTECTED]> wrote: > I'm a bit confused by your discussions of impressions on clicks. > Sometimes ads are sold by page impression, sometimes by clickthrough > to third-party's site. > Sorry for the confusion. The factor that I am talking about is the clickthru's t

Re: [css-d] The disappearing border as font size changes

2005-07-20 Thread David Laakso
Phil Glatz wrote: http://www.glatz.com/test6.php I'm on Windows XP - with IE 6, I see an orange border line at the top and a red border line at the bottom of each box, But with Mozilla 1.05, the red line disappears between "line 2" and "line 3". If I increase the browser's font size, the r

RE: [css-d] CSS and Ad Impressions

2005-07-20 Thread Peach Lynda L Contr 96 CG/SCTOA
First, I don't use "ad impressions" either but this sounds very much like the ole "counter page" issue. If it turns out that CSS is reducing the clicks that is no reason to abandon it. What they are looking for is how the "new" numbers measure up to the old ones. Let's assume your new page has

[css-d] simple site check.

2005-07-20 Thread jeremy
Hi there all So i am having a simple alignment issue here. It has evaded me for about 3 days now. The grey box on the left should be aligned with the top of the parent div, and i cannot figure out why it is not. I have removed all the padding and margins, borders and the like... and still

Re: [css-d] CSS and Ad Impressions

2005-07-20 Thread Philip Wills
I'm a bit confused by your discussions of impressions on clicks. Sometimes ads are sold by page impression, sometimes by clickthrough to third-party's site. I can see how the latter could potentially be causing some undercounting if the css meant that for some users' browsers the ads were positio

Re: [css-d] Navigation problems

2005-07-20 Thread David Bailey
> Digital Storefront > > #headernavbar #firstlink {border-left: 0;} > > Good. Okay, the above (finally) worked when I sorted out the cascade matters! I think that Rowan and Sean's ideas would have worked too, but haven't checked them out yet having sorted out the cascade effect. Great tutoria

[css-d] Navigation layout problem

2005-07-20 Thread Lindsey Kuper
(Oops. I forgot to edit the subject in my email of a few minutes ago. Please disregard that one.) Good morning, Here's a layout problem I haven't been able to work out. http://www.ibctv.com/site/contact In Firefox 1/Windows, the silver navigation bar at the top of the page extends farther out

Re: [css-d] site check on a mac IE

2005-07-20 Thread Maddalena
Virtuallee <[EMAIL PROTECTED]> wrote: > Is there anyone that could do a site check on a mac IE for me? Have a look at the bug described here: http://www.l-c-n.com/IE5tests/float2misc/#fm002 your { clear: both; } is incorrectly applied by IE5/Mac to the children of the .clearing divs. This may

Re: [css-d] site check on a mac IE

2005-07-20 Thread Christy Weese
Hi Lee, Looks like there's a lot going on, so I've made you a screencap - check it out at http://www.christinaweese.net/screencap.jpg I'm new to the list and just starting to figure these things out myself, so I'm afraid I can't help much with suggestions. Christy :) ___

Re: [css-d] Class or Span

2005-07-20 Thread Joe Huggins
We would really need to see the rest of the CSS and the code itself but a guess is that there is a more specific CSS rule operating on class="here">. Maybe there is rule such as #someID p {some stuff here;} that is more specific than your other rule so your other rule does not apply. Michael

Re: [css-d] Navigation problems

2005-07-20 Thread Cotter, Sean
I am just getting started in this, but this might help you. This is from CSS Stylin' by Charles Wyke-Smith (www.bbd.com/stylin) and is the best resource I have found. He goes after something similar in chapter 7 of his book, Figure's 7.12 through about 7.19. He uses the first-child pseudo c

Re: [css-d] unordered list in multiple columns?

2005-07-20 Thread Jim Davis
Hi, There is a javascript solution that emulates the CSS 3 multi-column rules: http://www.csscripting.com/wiki/index.php?title=Main_Page Jim On 7/20/05, [EMAIL PROTECTED] wrote: > I have a long unordered list that is sorted alpha and that I would prefer > to be split into multiple columns __

Re[2]: [css-d] Uberlinks...

2005-07-20 Thread Steve Clay
Doh. Sorry Teresa (and Al), I didn't get the latest CSS-d digest until a second ago and noticed Al had already covered the case of fixed navigation markup last night. You can ignore my message. Being on digest is so yesterday. Tuesday, July 19, 2005, 11:43:36 PM, Al Sparber wrote: > Use a body I

Re: [css-d] CSS and Ad Impressions

2005-07-20 Thread Yazmin Media
Ah, sorry about that. I did mean to send it to the list. I forget that when replying to this list. :/ I've left my original reply email in this reply for others. In response to your question, I am sure that there is, but the 3rd party ad servers give us specific code they want us to use in order

[css-d] Class or Span

2005-07-20 Thread Michael Cassidy
.here { font-family: Georgia, Times, serif; font-size: 100%; color: #fff; } I had originally wrote: Discussion and thumbnails but that did nothing. So I changed it to: Discussion and thumbnails Which works. Why? Jazz is freedom. - T. Monk www.panix.com/~cassidy _

RE: [css-d] Navigation problems

2005-07-20 Thread Rowan @ Jetboy
1. Assign a class to the first link than removes the border: link .first { border-left-width: 0; } 2. Try setting line-height to the same value as the height of the containing element. I have a horizontal navigation bar that's giving me a few headaches which I wouldn't mind a poin

Re: [css-d] Navigation problems

2005-07-20 Thread Al Sparber
From: "David Bailey" <[EMAIL PROTECTED]> 1. The links are separated by a "|" made up of a border (border-left). But how do I get rid of the first of these in the list? I've tried using a span with border-left: hidden for just that link, which works fine in Safari and FF in Mac, but not in FF o

[css-d] IE background flicker on a:hover

2005-07-20 Thread Brian Campbell
I *KNOW* if seen the solution to this somewhere before. I think i may have even used that solution at one point. However, i'm not finding it anywhere. I've set a background image to some link elements. Some of these elements are set to change on hover, others are not. However ALL of them

RE: [css-d] Filling with an

2005-07-20 Thread Rowan @ Jetboy
li a { display: block; width: 100%; height: 100%; } or change the height and width dimensions to those of your elements. I have a horizontally oriented list of 3 's. In each , I have a specific background image that for the sake of this question, is 100 pixels x 50 pi

Re: [css-d] Uberlinks...

2005-07-20 Thread Al Sparber
Am I missing something or perhaps you are not reading all of the messages. You simply recast the answer I already gave last night (backwards, actually) :-) This poor lady is going to be very confused. Al Sparber PVII http://www.projectseven.com "Designing with CSS is sometimes like barreling

[css-d] Navigation problems

2005-07-20 Thread David Bailey
Hi, I have a horizontal navigation bar that's giving me a few headaches which I wouldn't mind a pointer on. 1. The links are separated by a "|" made up of a border (border-left). But how do I get rid of the first of these in the list? I've tried using a span with border-left: hidden for just th

[css-d] unordered list in multiple columns?

2005-07-20 Thread jhogeterp
I have a long unordered list that is sorted alpha and that I would prefer to be split into multiple columns. The hard part is that I instead of it appearing alphabetically right to left, I want it to appear alphabetically top to bottom, and after a certain amount of space vertically, for the overf

Re: [css-d] Uberlinks...

2005-07-20 Thread Steve Clay
Tuesday, July 19, 2005, 10:28:02 PM, Theresa Mesa wrote: > Navigation is in SSI. **I'd like to keep it there.** So your navigation markup can't change. This means on every page some CSS or other markup must change (or some Javascript must change something--we won't get into that). I believe the

Re: [css-d] Floating Images - Overlapping Problem

2005-07-20 Thread T Shorrock
Hi, I've sorted out my floating problem, just missing some clearing divs. However, I would still like to know if using floats rather than something like a list is the best way to go? Any opinions, examples... ? Cheers, Tracy On Wednesday, July 20, 2005, at 02:59 pm, T Shorrock wrote: The

[css-d] The disappearing border as font size changes

2005-07-20 Thread Phil Glatz
http://www.glatz.com/test6.php I'm on Windows XP - with IE 6, I see an orange border line at the top and a red border line at the bottom of each box, But with Mozilla 1.05, the red line disappears between "line 2" and "line 3". If I increase the browser's font size, the red line appears. In

Re: [css-d] Uberlinks...

2005-07-20 Thread Al Sparber
From: "Michael Cassidy" <[EMAIL PROTECTED]> Wouldn't you still need some code, php javascript etc, to identify your page and set the body id or manually set each body id? For the site in question, manually setting the body ID would make a lot more sense. Al Sparber PVII http://www.projects

Re: [css-d] Centered with indent. Works on FF, not IE could use some help.

2005-07-20 Thread Skip Knox
>Awesome. Thank you so much. I have not posted a lot of questions here, but >when I have the positioneverything.com site >is usually cited. I wish they had a site search or something. Anyway. Off I >go. They don't need a site search. Just go to Google. Whatever y

Re: [css-d] Containers and floats

2005-07-20 Thread Skip Knox
>The issue is "clearing floats". Searching on that will get you lots of >advice, here are two good sources: > >http://www.positioniseverything.net/easyclearing.html >http://www.quirksmode.org/css/clearing.html > > >Steve Clason Exactly what I wanted. Thanks, as always, to the Presently Assemble

Re: [css-d] Uberlinks...

2005-07-20 Thread Michael Cassidy
Wouldn't you still need some code, php javascript etc, to identify your page and set the body id or manually set each body id? On Jul 19, 2005, at 11:43 PM, Al Sparber wrote: Use a body ID method. deleted stuff Now you simply change the ID on the body element to set your "uberlink"

[css-d] Floating Images - Overlapping Problem

2005-07-20 Thread T Shorrock
Hi, I'm putting together a wedding photo album using CSS. I've got the first page done, but then I seem to have gone astray with my floating thumbs! The two rows of floating thumbnail images seem to overlap each other, and no matter what top/bottom padding or margin I put on #thumbwrap1 or

Re: [css-d] Filling with an

2005-07-20 Thread Christian Heilmann
> I have a horizontally oriented list of 3 's. In each , I have a > specific background image that for the sake of this question, is 100 pixels > x 50 pixels. Let us say I want to put a link in each that says Welcome > in three languages. I want it so that when the visitor mousse over the > entir

Re: [css-d] CSS and Ad Impressions

2005-07-20 Thread Ingo Chao
hmm. playing the role of the last hope isn't much attractive, you know. The people on the other forums are not dumb. Maybe you should reformulate the question? Would you mind explaining the problem again in other, less words to someone who never had heard a word about ads on the web? So you h

[css-d] Filling with an

2005-07-20 Thread Thomas Hall
I have a horizontally oriented list of 3 's. In each , I have a specific background image that for the sake of this question, is 100 pixels x 50 pixels. Let us say I want to put a link in each that says Welcome in three languages. I want it so that when the visitor mousse over the entire , not ju

[css-d] two columns floated inside a block

2005-07-20 Thread lilly
I've got a sample at http://www.canelkatz.org/test.html with css at http://www.canelkatz.org/lilly.css There should be a yellow background, white header and footer and a main grey bordered box with two columns contianing yellow boxes of content. This validates as HTML and CSS and looks right in mo

Re: [css-d] site check on a mac IE

2005-07-20 Thread David Bailey
>Is there anyone that could do a site check on a mac IE for me? > Apparently the site is 'not working' in mac IE. Basically the header area has lost its formatting. I checked in Safari to see what it should look like. The various items are all centered. This seems to be a problem with Mac IE for s

[css-d] CSS and Ad Impressions

2005-07-20 Thread Yazmin Media
I have an odd situation that no one seems to know the answer to. I'm hoping someone here does: I redesigned our home page to use CSS sometime last year. The plan was to work in the background to convert the rest of the site in chunks as we had available time. Recently, we've been seeing *drastic*

[css-d] site check on a mac IE

2005-07-20 Thread Virtuallee
Hi Is there anyone that could do a site check on a mac IE for me? Apparently the site is 'not working' in mac IE. I haven't heard back from the client as to what exactly is 'not working' and would like to work on the problem as soon as possible. http://www.virtuallee.co.uk/Kessler_testing/in

[css-d] On having layout

2005-07-20 Thread Ingo Chao
In this article, the editors focus on some aspects of "hasLayout" in IE/Win. http://www.satzansatz.de/cssd/onhavinglayout.html rev. July 19 -- a work in progress. regards, Ingo -- http://www.satzansatz.de/css.html __ css-

[css-d] background-image: none question

2005-07-20 Thread Matthew Ohlman
Hey List: I was recently trying to validate my CSS and the validator at w3 was down. Because I'm impatient and a little tired, I didn't feel like wating around for it to come back up, so I googled css validator and got to the 'Web Design Group' validator at htmlhelp.com. (http://www.htmlhelp