Re: [css-d] descendant selectors

2007-03-16 Thread John Lauck
I would have guessed this is the way to go about it. Maybe you can give the a class and then assign it a background-image ? Although, I'm not sure that's the best route. On 3/16/07, Donna Jones <[EMAIL PROTECTED]> wrote: > > hi all, i, and a couple of friends, are trying to figure out a > "des

Re: [css-d] Saving pages to disc for editing?

2007-03-16 Thread John Lauck
You mean like the Firefox Web Developer extension https://addons.mozilla.org/firefox/60/ ? On 3/16/07, Austin Harris <[EMAIL PROTECTED]> wrote: > > > I can't believe that no-one on this list has a tried and tested way to > > edit > > people's CSS. > > I generally don't because I don't have the tim

Re: [css-d] Saving pages to disc for editing?

2007-03-16 Thread John Lauck
I would check out a web crawler/spider app. There's a list of open source java crawlers and spiders available here: http://www.manageability.org/blog/stuff/open-source-web-crawlers-java/view I'm not sure of how they handle css and images etc but I'm sure there's one that does so. I remember usin

Re: [css-d] evenly spaced inline items

2007-03-16 Thread John Lauck
I tried using unordered lists but I can't set the width of the ul and make in inline to remove the break at the end. I've resorted to using tables, but something doesn't sit well in that solution. On 3/15/07, jeffrey morin <[EMAIL PROTECTED]> wrote: > > > &g

Re: [css-d] evenly spaced inline items

2007-03-15 Thread John Lauck
...accidentally hit send. Anyway, the content pieces are generic (meaning if I wanted another string of items I could simply add them and then set the width %). They are encapsulated by a div (or some other block) but each content piece itself is wrapped by an inline 'block'. On 3/1

[css-d] evenly spaced inline items

2007-03-15 Thread John Lauck
Is it possible to create a an evenly spaced and sized set of inline items that spanned across a page (but within a single a table row)? I would like to structure something like this: | content | content | content| content| content| content| | content| content| co

Re: [css-d] Controlling CSS Scope

2007-03-15 Thread John Lauck
Thanks, that's exactly how I solved the issue. I didn't have any problems (with this issue) in IE7 but haven't tried IE6. On 3/15/07, Kenny Graham <[EMAIL PROTECTED]> wrote: > > > Does anyone have any resources, ideas or experience with this issue? > > In theory, you would use the child selector

[css-d] Controlling CSS Scope

2007-03-15 Thread John Lauck
I've been developing with CSS for quite a while and lately as I've started on some bigger projects I've run into some questions. I'm hoping someone has a addressed this before since it just seems like a major problem with CSS development: How do you control the scope of css selectors? For examp