Re: [css-d] Floating elements at an 'edge'

2006-03-06 Thread Keith Sader
Thanks Paul and Els for the suggestions. I knew there was a way. On 3/6/06, Paul Novitski <[EMAIL PROTECTED]> wrote: -- Keith Sader [EMAIL PROTECTED] http://www.saderfamily.org/roller/page/ksader __ css-discuss

[css-d] Floating elements at an 'edge'

2006-03-06 Thread Keith Sader
#x27;stick' the link to the correct place. Any suggestions? thanks, -- Keith Sader [EMAIL PROTECTED] http://www.saderfamily.org/roller/page/ksader __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listin

Re: [css-d] css validator question

2006-02-22 Thread Keith Sader
s linked to a css file. How do I get this message to > say that my css is "valid"? > -- Keith Sader [EMAIL PROTECTED] http://www.saderfamily.org/roller/page/ksader http://www.jroller.com/page/certifieddanger __

Re: [css-d] Doctype and CSS

2006-01-17 Thread Keith Sader
Try this article: http://www.communitymx.com/content/article.cfm?cid=E2F258C46D285FEE On 1/17/06, Uwe Kaiser <[EMAIL PROTECTED]> wrote: > -- Keith Sader [EMAIL PROTECTED] http://www.saderfamily.org/roller/page/ksader http://www.jroller.com/page/certif

Re: [css-d] Classes vs. ids

2005-11-29 Thread Keith Sader
A class should be used a more general case - for instance if you have some sort of 'error' messages in your pages a .error class is appropriate, that way you can have a defined look for all error message throughout the app. hth, -- Keith Sader [EMAIL PROTECTED] http://www.sa

Re: [css-d] Directory of well designed css sites

2005-10-25 Thread Keith Sader
; > Thanks > Craig > __ > css-discuss [EMAIL PROTECTED] > http://www.css-discuss.org/mailman/listinfo/css-d > List wiki/FAQ -- http://css-discuss.incutio.com/ -- Keith Sader [EMAIL PROTECTED] http://www.saderfamily.org/roller/page/ksader http://

Re: [css-d] Simple Question About " > " Sign

2005-10-19 Thread Keith Sader
} > > Is that sign used only in that specific tag (html>body) or can it be > used with other tags? > -- Keith Sader [EMAIL PROTECTED] http://www.saderfamily.org/roller/page/ksader http://www.jroller.com/page/certifieddanger

Re: [css-d] Why don't my images appear on site?

2005-09-22 Thread Keith Sader
> Second, none of my jpegs show up on the site. -- Keith Sader [EMAIL PROTECTED] http://www.saderfamily.org/roller/page/ksader __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List

[css-d] Select/option styling

2005-09-14 Thread Keith Sader
Greetings I found this old thread from the css-d archive: http://archivist.incutio.com/viewlist/css-discuss/53467 Is there a less cumbersome way to force IE 6.0 to resize the option to be the correct width? thanks, -- Keith Sader [EMAIL PROTECTED] http://www.saderfamily.org/roller/page/ksader

[css-d] Odd boxing with html form

2005-08-01 Thread Keith Sader
top: -1.4em; left: 9em; display: block; } label { clear: both; float: left; font-size: 11px; border: 1px solid red; /* shows the problem */ } I can post the full CSS/HTML if anyone wants to look. thanks, -- Keith Sader [EMAIL

Re: [css-d] Two Column Layout

2005-07-14 Thread Keith Sader
by a header, content and a > footer. > > Could someone point me to a suitable tutorial or design that I could > look at for help. > -- Keith Sader [EMAIL PROTECTED] http://www.saderfamily.org/roller/page/ksader __ c

Re: [css-d] Stretching wider then the view port.

2005-07-14 Thread Keith Sader
tion but no float #workArea - relative, float right #rightColumn - relative, float left If so, float the table, but don't float the containing block, instant margin over-run. -- Keith Sader [EMAIL PROTECTED] http://www.saderfamily.org/roller/page/ksader ___

Re: [css-d] Hanging right margins in IE - question 1

2005-07-13 Thread Keith Sader
On 7/13/05, Ingo Chao <[EMAIL PROTECTED]> wrote: > Keith Sader schrieb: > > I've almost got our website re-done using CSS. I'm missing two things: > > > > 1.) Rounded corners, but that's another WikiPage > yes see > http://css-discuss.incutio.com/?

[css-d] Hanging right margins in IE

2005-07-13 Thread Keith Sader
rea(lime border) div tag is running over the edge of the mainContainer, and it has a different 'end edge' depending on how you resize IE. How do I tell IE that the right part of this div ends inside of the mainContainer? thanks, --- Keith Sader [EMAIL PROTECTED] http://www.sade

Re: [css-d] Need help with an IE Bug

2005-07-06 Thread Keith Sader
font-size: 11px; } The legend is hidden, but displaying that has no effect. What am I missing? Have I found an entirely new way to trigger this bug? thanks, -- Keith Sader [EMAIL PROTECTED] http://www.saderfamily.org/roller/page/ksader ___

[css-d] Need help with an IE Bug

2005-07-05 Thread Keith Sader
out. What do I need to do? thanks, -- Keith Sader [EMAIL PROTECTED] http://www.saderfamily.org/roller/page/ksader __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ --

[css-d] Layout issues with IE

2005-07-01 Thread Keith Sader
h, welcome message(red outline) and subscription list. What am I not doing correctly in IE? 2.) Looking at the CSS, it seems a bit complex for the fuctionality I need. Any simplification tips? thanks, -- Keith Sader [EMAIL PROTECTED] http://www.saderfamily.org/roller/p

Re: [css-d] aligning li items

2005-05-18 Thread Keith Sader
Thanks to everyone on the list for your help, turns out the biz didn't want that at all. We wound up doing something else - go figure :-\ thanks again! On 5/18/05, Peter Williams <[EMAIL PROTECTED]> wrote: > > -Original Message- > > From: Keith Sader > > &

Re: [css-d] aligning li items

2005-05-18 Thread Keith Sader
ist. > term 2 - > Term 2 is the second term in this definition list. > term 3 - > Term 3 is the third term in this fairly long definition > list. > > > -Nigel > > > -Original Message- > From: Keith Sader [mailto:[

Re: [css-d] aligning li items

2005-05-18 Thread Keith Sader
TECTED]> wrote: > Keith > > Give this a try: > > > ABC- > Alpha Beta Charlie > ABC- > Alpha Beta Charlie > > > Then your styles: > .acronym { > width:200px; > } > .acr-explain { > width:400px; > text-align:le

[css-d] aligning li items

2005-05-18 Thread Keith Sader
thought of structuring the html like this: ABC- Alpha... DFQG- DFQG... then adding the following style li span { width: 200px; } but this doesn't give me a 'default' box area to keep the acronyms in. Any suggestions? I've looked at list-o-matic and I don't see anything