[css-d] Site (menu) check please

2009-05-22 Thread designer
I wonder if you could help me check a menu I have employed in a new web site : www.treyarnon.com I have used the suckerfish routines to provide one link to a dropdown (the images) and I currently have no access to IE7 or 8. I have checked in safari, opera, IE6 and Firefox, but a reliable sour

Re: [css-d] Vertically centering text in a paragraph

2009-04-13 Thread designer
Tim: I know you said that you didn't want to go the table way, but a table in this case is perfectly acceptable, insofar as the relationship between the image and text is a tabular one. I wouldn't hesitate to use a table here, so long as it's marked up properly. Bob - Original Message --

Re: [css-d] CSS Menu Over Many Web Pages in a Site

2009-04-05 Thread designer
Wayne, I have used Dreamweaver libraries for some years now, and found them invaluable. Google "dreamweaver libraries" and you'll get lots of hits. Here's one: http://webdesign.about.com/od/dreamweaverhowtos/a/aa090406.htm (picked at random). Libraries will change your life! Bob www.gwelanm

Re: [css-d] Float problem in Firefox

2009-03-29 Thread designer
Try this: http://www.alistapart.com/articles/multicolumnlists Bob - Original Message - From: "David Laakso" To: "Gaurav Sharma" Cc: "css-d css-d" Sent: Sunday, March 29, 2009 12:10 PM Subject: [css-d] Float problem in Firefox > > Gaurav Sharma wrote: >> Hi, >> >> I have a small p

Re: [css-d] Site check: List Item menu in different browsers

2009-03-03 Thread designer
Hi Scott, It seems to be a function of text size. It works at some settings (small), but falls apart as you enlarge. Your text height is set in ems, whereas your margins etc are in pixels. HTH, Bob - Original Message - From: To: Sent: Tuesday, March 03, 2009 4:40 PM Subject: [css

Re: [css-d] vertical align div

2009-03-02 Thread designer
A properly marked up table with 1-row of 3-cells (in this case) is valid (and accessible) and is the only robust solution I know of for all browsers. The extremists will complain about table layout of course, but it's a case of being pragmatic in making the thing work - simply, and without any

[css-d] IE6 not working in XHTML

2008-09-30 Thread Cathy, Designer
For IE bugs I usually just keep widths and heights, padding and margins in separate "boxes". And this site (www.tibbles.net/misc/blog) works fine in IE 5.5, and 7, 8, firefox, NN, and a bunch of others that I got screenshots for. What on earth is going on with 6.0?? I'm completely stuck here

Re: [css-d] Double space after a period

2006-10-17 Thread Designer
I've looked around for a stable solution which doesn't involve putting  ,   etc all over the content (that's presentational :-) ) and can only come up with using the old tag (for strikeout): s{ padding-right: 1em; text-decoration : none; } then, blah blah.blah blah. It seems to work,

Re: [css-d] Double space after a period]]

2006-10-15 Thread Designer
Chris Williams wrote: > I have this problem, and I use " " and not "  ". > I find that works, and I haven't seen the space at the beginning > problem. It seems that UA's can handle the   at the end of the > line OK. I do this replacement with a simple regex in my PHP code. > > HTH, > Chris > > P

Re: [css-d] Site Check Please

2006-09-19 Thread Designer
tedd wrote: > Hi gang: > > Please review -- > > http://sperling.com/a/ Hi tedd, Very nice look and feel. My only reservation is that I just hate code repeating itself and I hate to see    used as spacing, so I'd like your to be redefined as having the bird gif as a background (left) with a mar

Re: [css-d] styling a in IE

2006-09-05 Thread Designer
[EMAIL PROTECTED] wrote: > I don't remember where I stole this: > hr {border: none 0;border-top: 1px dashed #000;width: 50%;height: 1px;} > Maybe it will work for you. Maybe not. > ~dL > > Same idea really, but I use: .hr{ height : 1px; margin : Xpx 0px; border-top : 1px solid #000

Re: [css-d] CSS beginner seeking help

2006-07-20 Thread Designer
Janet Chang wrote: > Hi, > > I just joined the listserv and am seeking help on a new site I am coding > for my organization. I took an intro to CSS class a few months ago so I'm > still quite a newbie, but would like to build my experience using CSS. > > Since this is a brand new site, I was able

Re: [css-d] Random Space

2006-07-16 Thread Designer
Felix Miata wrote: > text-align:left/*center*/ > Hi Felix, I've googled this intriguing bit of markup and got nothing. Also looked for David's term : 'flush left/scatter right' to no avail. What /exactly/ does it do, and have you got any links to it? Thanks -- Best Regards, Bob McClellan

Re: [css-d] XML and CSS

2006-02-07 Thread Designer
Hi Shelly, Interesting. I have recently been experimenting with the problem of presenting XHTML1.1 as application/xhtml+xml without blowing up IE, and I came across the excellent work outlined at : http://www.workingwith.me.uk/articles/scripting/mimetypes/ This uses PHP to check the http_accep

Re: [css-d] IE Developer tool bar

2005-09-24 Thread designer
matthijs abeelen wrote: Why would anyone - certainly on this list - be interested in a toolbar for IE? __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incu

Re: [css-d] Is it possible - Image scaling with CSS in liquid layout

2005-08-08 Thread designer
Hi Janie, If you are talking about small(ish) graphics, you can produce the graphic twice the size it should be, then specify the graphic dimensions as 50%, so that when someone resizes, you've got some way to go to get to the 'real' size, then a bit more until it breaks up, or pixelates, or

[css-d] Table of contents with dotted line

2005-07-30 Thread designer
Hi Jared and all, On 7/28/05, Jared Stein 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 flexible, pretty reliable, and not too trashy in term

[css-d] Typography and CSS

2005-07-19 Thread designer
Could someone please recommend a book which deals fully with typography and web design (ie, CSS, primarily :-). I've Googled and got a zillion hits, mainly web sites of course, many concentrating on which units to use. What I'm after really is a book which covers typography in the same way tha

[css-d] font family?

2005-07-16 Thread designer
I was 'brought up' to believe that, when specifying fonts, one should quote a family such as 'Verdana, Arial, Sans Serif'. This means, of course, that if a user doesn't have Verdana, the page will select the next available font on his/her system. However, when I validate CSS, it tells me th

Re: [css-d] more on the [/*IE*/ hack

2005-06-18 Thread designer
Hi Philippe and all, Interestingly, all the declarations are honoured on a PC in IE5.5, IE6, FF1, Opera 8, Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0.0) Gecko/20020530. . . . ? Bob Philippe Wittenbergh wrote: Of course, the 3 previous declarations are invalid and should be i

[css-d] more on the [/*IE*/ hack

2005-06-18 Thread designer
To Ingo, and anyone else who is interested: I have provided another example to test this out, viz: #tester{ padding : 50px; width : 500px; border : 5px solid #ff; font: 14px Verdana, Arial, Helvetica, sans-serif; color: #ff; [/*IE*/] width: 610px; [/*IE*/] border : 5

[css-d] syntax errors and coding for IE

2005-06-17 Thread designer
Dear experts, As a variation on the underscore hack, I would dearly love to use the following variation: #tester{ width : 500px; [/*ie only*/width: 610px;] or just [width: 610px;] padding : 50px; border : 5px solid #ff; } or even: -

Re: [css-d] Paste plain text to clean HTML

2005-06-11 Thread designer
Gustavo Caetano wrote: Since it may be an off topic, I apologize myself in precedence. The fact came up today as I was working on a writer's website. He sent me many of his stuff, all in doc. So, I hade to copy and past the plain text and insert each and for each paragraph of each text myself