Re: [css-d] border-position?

2005-08-09 Thread Michael Cassidy
I'm sure someone had a better way but this would do what you want if you play with the numbers: div#container{ height: 35em; width: 20em; border: 4px solid blue; background: blue; padding-top: 10em; } div#test { height: 20em; width: 20em; border: 4px solid red; background: blue; padding-top: 10

Re: [css-d] HUGE gap tween DIVS in Firefox, not in IE???

2005-07-29 Thread Michael Cassidy
On Jul 29, 2005, at 10:20 AM, David Laakso wrote: and coding to FF instead of IE? It might make things go easier for you (if not everyone else). Wondering about this: how do people tackle the problem of browsers working differently. Since 90+% of users use IE Win wouldn't it be better for

Re: [css-d] IE navigation positioning/padding/margins

2005-07-29 Thread Michael Cassidy
I guess you don't realizes IE comes with OSX. If I took your advice about 75% of my users would be ignored; since my corporate intranet people set up their sites for IE MAC and WIN and many of my users use IE MAC as their browser for everything. Something tells that a site for a institute teac

Re: [css-d] Table of Contents with flexible dotted lines

2005-07-29 Thread Michael Cassidy
On Jul 28, 2005, at 5:45 PM, Christian Heilmann wrote: On 7/28/05, Jared Stein <[EMAIL PROTECTED]> wrote: Hey all, I've come up with this work-around to deliver a typical book-like table of contents entry appearance (with dashes/dots between toc entry and page number) and while it seems fully

[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] 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"

Re: [css-d] The secret handshake?

2005-07-19 Thread Michael Cassidy
On Jul 19, 2005, at 8:40 AM, Tanya Renne wrote: So I've posted three things to this list and not gotten any response at all. I've helped out several others on issues - but no nibbles on my problems ... do I have the secret handshake wrong or something? Its hard to help when in every browser

[css-d] IE MAC Hack

2005-07-15 Thread Michael Cassidy
Thanks for the responses. Sorry I screwed up the threading of another post by using it as a fast way to post to the list; I should know better. Jazz is freedom. - T. Monk www.panix.com/~cassidy __ css-discuss [EMAIL PROTECTED]

[css-d] IE MAC hack

2005-07-14 Thread Michael Cassidy
I though this was a work around for IE MAC, has it been fixed!!??: @import("iemac.css"); Jazz is freedom. - T. Monk www.panix.com/~cassidy __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List

Re: [css-d] min-width

2005-07-12 Thread Michael Cassidy
Thanks everyone. Jazz is freedom. - T. Monk www.panix.com/~cassidy __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- ht

[css-d] min-width

2005-07-12 Thread Michael Cassidy
I've been trying to get a minimum width on my page. I'm having a problem with IE MAC & Windows; what I thought would work on IE Windows doesn't seem to be working [I know what I wrote is giving me a fixed window; its just to help to see if the coding is working]. body { height: 100%;

Re: [css-d] div problems on ie mac

2005-06-24 Thread Michael Cassidy
It would help to see the actual CSS. Borders, Margins, Padding??? On Jun 24, 2005, at 7:47 AM, wayne wrote: Hi I am having trouble with divs again, I cant submit a link to the site as I have signed an ND contract. Basically, I have some divs set-up: The left div is flo

Re: [css-d] One more time sitecheck - deaderthanhell

2005-06-09 Thread Michael Cassidy
It appears the same on my MAC and Compaq with one exception the type is very hard to read because the colors fade into the background. On Jun 9, 2005, at 4:48 AM, Keith Burgin wrote: Okay, now I think it's ready for a site check - mostly in PC. I'm not horribly concerned about IE Mac. It

Re: [css-d] Class not extending full lenght

2005-05-27 Thread Michael Cassidy
Worked, thanks. I had finally figured out that it was the use of the italic but I couldn't come up with a work around except changing to a sans-serif font and no italic. Thanks. On May 26, 2005, at 2:27 AM, Bruno Fassino wrote: Michael Cassidy wrote: I have a bar that I want to e

[css-d] Class not extending full lenght

2005-05-25 Thread Michael Cassidy
I have a bar that I want to extend across the top of my page. It works on all my pages except one; and on that one on my Mac's browsers but not using Explorer in Windows. The page is at: http://www.panix.com/~cassidy/test.html The bar across the top will extend if I just have a single baptism

Re: [css-d] Strange behaviour in Mac browsers

2005-05-25 Thread Michael Cassidy
Its working well on my MACs in both Safari and Explorer. On May 25, 2005, at 3:15 AM, Philippe Wittenbergh wrote: On 25 May 2005, at 3:57 pm, Michael Palmer wrote: http://www.stroke7.com/hayleysparks/sample.htm css: http://www.stroke7.com/hayleysparks/s.css It's a different story on Mac wi

[css-d] Need help of someone using windows

2005-05-24 Thread Michael Cassidy
I'm on MAC and the only Windows machine I have access to is a Compaq laptop. Could someone look at my page and tell me if the colors are too pale; on the Compaq they are very borderline. Thanks. Jazz is freedom. - T. Monk www.panix.com/~cassidy __

Re: [css-d] Content layout in a table

2005-05-23 Thread Michael Cassidy
vertical-align: top; though in Explorer top and bottom seem to be the only options. On May 23, 2005, at 5:02 PM, Sarah Atkinson wrote: I'm having a bit of a memory blank here. How do I get my text in a table cell to align at the top instead of in the middle? Sarah

[css-d] Rowspan problem resolved sorta

2005-05-23 Thread Michael Cassidy
Everyone thanks for your suggestions. Results: changing background to background-color did not make Explorer any happier. I ended up just writing a new TD definition with a background color; it overrode the background colors being applied by the TR. It validates. The Javascript thingie interes

[css-d] Rowspan problem

2005-05-20 Thread Michael Cassidy
I'm trying to stick to the following doc type on my www set: http://www.w3.org/TR/REC-HTML40/strict.dtd";> I am coding three pages of the 1925 NYS Census. Its a BIG table. I have used both colspan and rowspan. Both Safari and Explorer see them. but Explorer see it very weirdly. table.census tr.even