[css-d] i think i'm due for an alignment

2005-07-04 Thread Colin
Hello all, I've been following the list for about a year, and this is my first serious crack at a table-less design. The page validates, and has the looks identical in Firefox and IE, so I suspect that I can't blame my browser :o) The problem is in t

Re: [css-d] font-size-adjust:.58;

2005-07-04 Thread L. David Baron
On Tuesday 2005-07-05 12:30 +0900, Philippe Wittenbergh wrote: > There have been some experiments with this in the early days of CSS-D > > But no browsers support this *at all*. 'font-size-adjust' is supported by Mozilla (and thus Firefox) o

Re: [css-d] Trouble with Implementation of ListManial list

2005-07-04 Thread David Laakso
Debbie Silbert wrote: Hello: I have an implementation of a ListMania horizontal list that is causing me grief. Pretty much same answer as before. Check the CSS and HTML on this page against what you've got to see how to set a menu

Re: [css-d] font-size-adjust:.58;

2005-07-04 Thread Philippe Wittenbergh
On 5 Jul 2005, at 10:21 am, Gunlaug Sørtun wrote: Guillaume wrote: If you look at the doc provided by the W3C and compare the two examples they provide, especially the second, where they use the font-size-adjust property, it

Re: [css-d] Style up a file input

2005-07-04 Thread Philippe Wittenbergh
On 5 Jul 2005, at 6:01 am, Jasper Kuperus wrote: Ok, you guys probably all know the file input: name='file' /> You'll get an input field and a 'browse' button. Ok that's no big deal. But... Now I want all the buttons to have a custom look. So let's say e.g.: [..] Now I already asked

Re: [css-d] check site

2005-07-04 Thread Steve
OK Hows that I don`t have time tonite to fix the poem colors . <<<[ I`m still learning THANKS FOR TEACHING ]>>> <<<[ http://www.intheholler.com ]>>> On 7/4/05, Donna Jones <[EMAIL PROTECTED]> wrote: > This is a P.S. to my previous message - wonder why it hasn't showed up > on the list but just one

Re: [css-d] Trouble with Implementation of ListManial list

2005-07-04 Thread Prabhath Sirisena
> My problem is that all my A links in the body of the pages are inheriting > the style from the #navlist ID. How do I stop that from happening? It can > be seen here: > > http://www.itgurl.com/Portfolio.shtml. > You have not closed ul#navlist with a and it's causing all links following to ap

[css-d] Trouble with Implementation of ListManial list

2005-07-04 Thread Debbie Silbert
Hello: I have an implementation of a ListMania horizontal list that is causing me grief. In summary: The menu bar is in a server side include file as follows: Home Home ... Other menu items here The stylesheet has navlist defined like this: #navlist { padding: 3px 0; mar

RE: [css-d] feedback about CSS info web page

2005-07-04 Thread Peter Williams
> From: peter michaux > > ...I wrote a few things I've learned on a page. > If anyone can give me feedback I would be very interested to read it > http://members.shaw.ca/petermichaux/store/GettingStarted.html Peter, Some notes: HTML 4.01 isn't any less "modern" than XHTML, and it is just as abl

Re: [css-d] font-size-adjust:.58;

2005-07-04 Thread Gunlaug Sørtun
Guillaume wrote: If you look at the doc provided by the W3C and compare the two examples they provide, especially the second, where they use the font-size-adjust property, it is amazing how you can "stabilize the horizontal me

[css-d] feedback about CSS info web page

2005-07-04 Thread peter michaux
Hi, I'm new here and have been reading the archives and find the posts really interesting. I've been learning about CSS for about a month and a friend of mine wants to learn too. So I wrote a few things I've learned on a page. I'm new still new at all this so I hope I got it right. I don't want to

Re: [css-d] check site

2005-07-04 Thread Donna Jones
This is a P.S. to my previous message - wonder why it hasn't showed up on the list but just one of those things, i suppose. I copied your code etc and changed something, you have: #nav { position: fixed; left:0px; top:0px; width:170px; padding: .5em 0em 0em 0em; margin:22px 0 0 5px;text-align:

Re: [css-d] check site

2005-07-04 Thread Donna Jones
Steve, do you have the webdev toolbar installed on Firefox? There is a handy way to validate your code from it. http://chrispederick.com/work/firefox/webdeveloper/ There are 22 errors in your code, plus you don't have encoding information, apparently. Also, the IE problem, if you give a bit

Re: [css-d] font-size-adjust:.58;

2005-07-04 Thread Guillaume
Works for me in all major browsers Mac and Pc ( Opera, Safari, FF, Ie, Omniweb ) although i did not do some acid test on this property ( did not test it in every situation on every browser / platform with a magnifying glass in my right hand... ) Seems the W3C uses this property for ages: look at

Re: [css-d] font-size-adjust:.58;

2005-07-04 Thread Uwe Kaiser
Guillaume schrieb: > > > Hi there, > > I'd like to share / ask this question i've been thinking of for a long > time... > It's about using the *font-size-adjust* property, specifying a x-height > factor for whole or parts of fonts used in a document. > Here is the W3C doc >

[css-d] check site

2005-07-04 Thread Steve
Been messing with this for a day and a half. Just can`t seem to figure how to fix. Firefox and Safari look ok, but for IE mac and IE WIN things a little disturbed. Could PLEASE help me fix ?? <[ site ]>>><< <[ http://www.intheholler.com ]>>><<<[ here ]> ___

[css-d] font-size-adjust:.58;

2005-07-04 Thread Guillaume
Hi there, I'd like to share / ask this question i've been thinking of for a long time... It's about using the *font-size-adjust* property, specifying a x-height factor for whole or parts of fonts used in a document. Here is the W3C doc

Re: [css-d] Submit Button Styling

2005-07-04 Thread James Denholm-Price
On 7/4/05, Olly Hodgson <[EMAIL PROTECTED]> wrote: > On 7/4/05, Hershel Robinson <[EMAIL PROTECTED]> wrote: > > > Anyone know why they render differently? And more importantly, how to > > get IE to match Firefox? > > I've not yet figured out why, or a solution to it for that matter ... > Sorry I

[css-d] A positioning question

2005-07-04 Thread Angus at InfoForce Services
I know this is not an HTML list, however, I could probably control a lot of this with CSS. I am using the following: Canadian flag waving inThe Breeze And get the "embed src" to appear with the "img src". Can anyone assist? Angus MacKinnon MacKinnon Crest Saying Latin - Audentes Fortuna J

[css-d] Style up a file input

2005-07-04 Thread Jasper Kuperus
Ok, you guys probably all know the file input: name='file' /> You'll get an input field and a 'browse' button. Ok that's no big deal. But... Now I want all the buttons to have a custom look. So let's say e.g.: .button { border: 1px solid #000; background: #ccc; } Now if you give all you

RE: [css-d] Floated Boxes Jumping in IE

2005-07-04 Thread Bruno Fassino
Brett Lucas wrote: > I have a problem with rendering in IE of a series of > boxes containing textin a liquid layout. > > When the screen size changes the boxes flow underneath > each other nicely in Mozilla/Firefox...but in IE they > go higgledy piggledy (sic!) around the page...is this > due to t

Re: [css-d] Submit Button Styling

2005-07-04 Thread Olly Hodgson
On 7/4/05, Hershel Robinson <[EMAIL PROTECTED]> wrote: > Anyone know why they render differently? And more importantly, how to > get IE to match Firefox? I've not yet figured out why, or a solution to it for that matter, but in my experience IE6 always seems to add space at either end of the butt

[css-d] Submit Button Styling

2005-07-04 Thread Hershel Robinson
Here is the HTML and CSS: http://mishpachaw.com/test.htm http://mishpachaw.com/css/test.css The 'search back issues' button looks as the graphic designer wants in Firefox, but in MSIE 6, there are spaces on the sides of the text of the button. The HTML and CSS provided are distilled down to es

Re: [css-d] Gap between content and header in 3 col layout

2005-07-04 Thread David Laakso
Julie Ellam wrote: Hello, I am attempting a three column layout but am having problems with a large gap between my central column and the header above. Can anyone help? http://www.test.room108.co.uk/css_test/index.htm Kind regards, Julie Julie, I'm not exactly sure what you mean, but tr

[css-d] Gap between content and header in 3 col layout

2005-07-04 Thread Julie Ellam
Hello, I am attempting a three column layout but am having problems with a large gap between my central column and the header above. Can anyone help? http://www.test.room108.co.uk/css_test/index.htm Kind regards, Julie __ css

[css-d] Re: css-d Digest, Vol 32, Issue 4

2005-07-04 Thread Stevem
Hi, Happy Fourth! Our offices are closed Monday, July 4th and will reopen Tuesday the 5th at 9:00am. I will respond Tuesday morning when I come in. Thanks, Stephen __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/m

[css-d] Floated Boxes Jumping in IE

2005-07-04 Thread Brett Lucas
Dear all I have a problem with rendering in IE of a series of boxes containing textin a liquid layout. When the screen size changes the boxes flow underneath each other nicely in Mozilla/Firefox...but in IE they go higgledy piggledy (sic!) around the page...is this due to the 3 pixel jog?? I'm no

Re: [css-d] Need fixed space between horiztonal menu elements

2005-07-04 Thread Michael Palmer
Hi Debbie, My suggestion is: 1. Make the menu div into an unordered list (display: block) 2. Put the links in separate list elements (display: inline) 3. Pad the list elements. Example code: HTML: Home Services Portfolio Contact Bulletin Board CSS: #navbar { display: block; list-style: