Re: [css-d] Replace horizontal search form table

2005-07-17 Thread Matthew Ohlman
David Pratt wrote: I am trying to get rid of a table at the top of a site layout that it 100% width. It is a quick search form and a table has been the only way I have found to contain everything horizontally so it does not appear severely skewed. I have tried in CSS but cannot seem to keep

[css-d] Replace horizontal search form table

2005-07-17 Thread David Pratt
I am trying to get rid of a table at the top of a site layout that it 100% width. It is a quick search form and a table has been the only way I have found to contain everything horizontally so it does not appear severely skewed. I have tried in CSS but cannot seem to keep everything in a neat

Re: [css-d] Tables & Text

2005-07-17 Thread Paul Novitski
At 08:35 PM 7/17/2005, Lst Recv wrote: If I set properties of a td, such as margin and padding, do they apply to the td in relation to other cells, or to the text within the td? It depends -- margins separate an object from adjacent objects, while padding separates the perimeter of an object f

Re: [css-d] CSS Stumper: Positining parents

2005-07-17 Thread Paul Novitski
At 08:33 PM 7/17/2005, Lst Recv wrote: I'm stumped by the following snippet: Why is Copyright appearing above Header? Isn't its parent div Content - so shouldn't it appear beneath Header but above Content? Header more header info Content Content Copyright Absolute positioning takes the ele

Re: [css-d] CSS Stumper: Positining parents

2005-07-17 Thread matt andrews
On 7/18/05, Lst Recv <[EMAIL PROTECTED]> wrote: > I'm stumped by the following snippet: Why is Copyright appearing > above Header? Isn't its parent div Content - so shouldn't it appear > beneath Header but above Content? > > Header > more header info > > Content > Content > Copyright > > > PS

[css-d] Tables & Text

2005-07-17 Thread Lst Recv
If I set properties of a td, such as margin and padding, do they apply to the td in relation to other cells, or to the text within the td? Is there anyway to set the margin, padding, and alignment for all text *within* a td? How do I have two td's, with background colors, appear flush together, w

Re: [css-d] First Post ;)

2005-07-17 Thread Omar Kilani
[EMAIL PROTECTED] wrote: Gene Falck wrote: http://www.dur.ac.uk/ITS/WWW/accessibility/guidelines/priority2/.forms.php this link is no longer good. dwain Try: http://www.dur.ac.uk/its/services/web/accessibility/guidelines/priority2/forms/ Instead. Omar _

[css-d] CSS Stumper: Positining parents

2005-07-17 Thread Lst Recv
I'm stumped by the following snippet: Why is Copyright appearing above Header? Isn't its parent div Content - so shouldn't it appear beneath Header but above Content? Header more header info Content Content Copyright PS Please cc me on all responses, thanks. __

Re: [css-d] First Post ;)

2005-07-17 Thread dwain
Gene Falck wrote: http://www.dur.ac.uk/ITS/WWW/accessibility/guidelines/priority2/.forms.php this link is no longer good. dwain -- Dwain Alford [EMAIL PROTECTED] http://www.alforddesigngroup.com "The artist may use any form which his expression demands; for his inner impulse must find suitabl

[css-d] help

2005-07-17 Thread Faith Walker
help --- [EMAIL PROTECTED] wrote: > Send css-d mailing list submissions to > css-d@lists.css-discuss.org > > To subscribe or unsubscribe via the World Wide Web, > visit > http://www.css-discuss.org/mailman/listinfo/css-d > or, via email, send a message with subject or body > 'help' t

Re: [css-d] First Post ;)

2005-07-17 Thread Gene Falck
Hi William, You wrote: > looking to make a contact page and I wanna do it all > in CSS. Do you guys know some links for Forms and CSS > besides > http://jeffhowden.com/code/css/forms/ I've bookmarked some suggestions, made by other people, for my possible use: http://helices.org/tmP/test_1.htm

[css-d] Float issues

2005-07-17 Thread Tanya Renne
We're converting http://www.ewriteonline.com (where everything works) to http://dev.ewriteonline.com ... I'm having trouble getting the yellow bar to behave. I believe the issue is float-related. 1) on Mac IE the yellow bar is long and correctly aligned but the navigation on it is shoved to the r

[css-d] DHTML menu and Safari

2005-07-17 Thread Holger Eggert
Hi everybody! I'm working on a DHTML menu with Javascript and CSS. It works perfectly in Firefox and Internet Explorer but not in Safari. Take a look at http://www.levelgreen.de/beta/test_03.html. On my Mac (Safari version 2.0 - build 412) it looks like http://www.levelgreen.de/beta/test_03.gif, a

Re: [css-d] Firefox table moved waaaay to right

2005-07-17 Thread Catherine Post
Schalk, Thank you so much! I checked my code against what you wrote here, and the float:left indeed did it! I am so relieved! Thank you so much!! I just gave a bunch of business cards out, and really need a decent landing page right away. Again, many thanks to you. Thank you so much!! Warmly,

Re: [css-d] Firefox table moved waaaay to right

2005-07-17 Thread Catherine Post
Dwain, I cannot thank you enough. Whew! I added the float, and by gosh, it works! I'm so grateful, as I just gave a bunch of business cards out, and really need a decent landing page right away. Thank you. Thank you so much!! Warmly, -- Catherine Post Illustration * Graphics * Website Design

Re: [css-d] Firefox table moved waaaay to right

2005-07-17 Thread Schalk Neethling
Catherie Change the code as follows: table.opening { float:left; font-family: Arial, Helvetica, sans-serif; color: white; background: black; font-size: 10pt; height: 100px; margin-top: 5px; margin-right: 5px; margin-botto

Re: [css-d] First Post ;)

2005-07-17 Thread Ken Robinson
At 09:26 PM 7/16/2005, William Bennett wrote: Hi everyone, I've never actually joined a mailing list. We'll see how it goes.. Welcome to the list. First suggestion, please make your subject lines meaningful. Most people in a list (especially one as active as this one) will skip over a post s

Re: [css-d] Firefox table moved waaaay to right

2005-07-17 Thread dwain
Catherine Post wrote: > If someone could please give me a hint, as to how I could change my code, so that the page would display properly (text moved to the left, under the header and contact info and horizontal ruler at the top), I'd be very grateful. if you add {float:left} to the table.op

Re: Font size increase - how to avoid it? Re: [css-d] Getting CSS to look good on Mac

2005-07-17 Thread Eileen
> > You have other problems when you increase the font size in any > browser. The design doesn't play well. Have a look at http://webhost.bridgew.edu/etribou/layouts/index.html the css and code is well commented and may give you sme ideas. __

[css-d] Active area of div for hover on link - corrected

2005-07-17 Thread Tony Martin
Hi, (correction to previous email span: hover should read a:hover span - I have corrected the text of this message - my apologies for the error) A recent problem was raised of trying to get the hover active area of a link to encompass the whole area of a tr (Color change on row hover, Vol 32

[css-d] Active area of div for hover on link

2005-07-17 Thread Tony Martin
Hi, A recent problem was raised of trying to get the hover active area of a link to encompass the whole area of a tr (Color change on row hover, Vol 32 Issue 17). I was having a similar problem and the replies were helpful. I had been looking at Eric Meyer's page http://www.meyerweb.com/er

[css-d] Firefox table moved waaaay to right

2005-07-17 Thread Catherine Post
I did go and validate my landing page for both HTML and CSS, and I thank you for suggesting that, BJ! The page now looks a bit better in all the browsers.except it has a new problem in firefox. In firefox, a table of text that I have near the top of the page, is moved wy to the right, o

Re: [css-d] CSS validation error in Line 1

2005-07-17 Thread Andrew Clover
Karen Dec <[EMAIL PROTECTED]> wrote: Parse Error - [EMAIL PROTECTED] "UTF-8"; My CSS starts with: @charset "UTF-8"; Your text editor is not showing you everything that's actually in the file. There are three high bytes before the @charset, and the validator doesn't like it. Those thr

Re: [css-d] First Post ;)

2005-07-17 Thread Bob Easton
William Bennett wrote: Hi everyone, I've never actually joined a mailing list. We'll see how it goes.. I had a question and was wondering if anyone knew some suggestions. I'm looking to make a contact page and I wanna do it all in CSS. Do you guys know some links for Forms and CSS besides