[css-d] (no subject)

2008-11-23 Thread extremeblk
Sent from my BlackBerry® wireless device __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Sup

Re: [css-d] IE Spry menu wonkiness

2008-11-23 Thread Gunlaug Sørtun
Ambient Glow wrote: > http://ambientglow.com/garage/jfogg/inside.html > I have inserted background images into the which show up on all > browsers but IE. Also the menu itself is offset correctly from the > right side by 65px in all but IE. Comment out the entire "HACK FOR IE" you have at th

Re: [css-d] Tabbed Navigation System

2008-11-23 Thread David Laakso
yahoo wrote: > On Nov 23, 2008, at 6:29 AM, David Laakso wrote: > >> You might try this: >> >> Assign a different body id or class to each page. >> > > Unfortunately, I can't do that. The cart puts together those > pages using one tag, so every page would have the same body tag > class. >

[css-d] Horizontal Nav Bar and IE6

2008-11-23 Thread John Sutton
Hello! I'm having troubles with the top navigation bar at: http://www/tenhenstudio.com when viewed in IE6. IE7 and Firefox seem to be fine. In IE6 the navbar renders as it should on the 'home' link, but when all the other links are clicked the horizontal bar drops down a pixel or two. I've bee

[css-d] IE Spry menu wonkiness

2008-11-23 Thread Ambient Glow
Having trouble with a DW Spry horizontal menu bar in IE: http://ambientglow.com/garage/jfogg/inside.html Menu CSS: http://ambientglow.com/garage/jfogg/SpryAssets/SpryMenuBarHorizontal.css Page CSS: http://ambientglow.com/garage/jfogg/_css/inside.css I have inserted background images into the wh

Re: [css-d] Can't put “ in a blockquote?

2008-11-23 Thread Benjamin Hawkes-Lewis
Peter Hyde-Smith wrote: > Will someone please enlighten me regarding whether different browsers > render the differently. Do some actually add in the quote > marks; No, none do. In HTML4 browsers are supposed to add quotation marks for Q (inline quotations) not BLOCKQUOTE (quotations containi

Re: [css-d] Table Cells Filled with Images

2008-11-23 Thread Curtis Clark
On 2008-11-23 14:59, Doug Jolley wrote: > Now that I understand the basis of the problem, I was inclined to try: > > td img {vertical-align: bottom} > > That also seemed to work. I'm curious as to whether you see that as > being an acceptable alternative solution. In some cases, that might be s

Re: [css-d] Can't put “ in a blockquote?

2008-11-23 Thread Peter Hyde-Smith
- Original Message - From: "Benjamin Hawkes-Lewis" <[EMAIL PROTECTED]> To: "wlb" <[EMAIL PROTECTED]> Cc: ; <[EMAIL PROTECTED]> Sent: Sunday, November 23, 2008 5:33 PM Subject: Re: [css-d] Can't put “ in a blockquote? > wlb wrote: >> The HTML and CSS on my page both validate. i wonder wh

Re: [css-d] Can't put “ in a blockquote?

2008-11-23 Thread Benjamin Hawkes-Lewis
wlb wrote: > The HTML and CSS on my page both validate. i wonder why. I can't see any > difference between what you are doing and what my HTML does. Did you read the other replies to Peter's query? I think they answer yours. -- Benjamin Hawkes-Lewis __

Re: [css-d] Can't put “ in a blockquote?

2008-11-23 Thread wlb
HI Peter, I've been struggling with archiving lots of materials to PDF recently, and the curly quotes get changed to straight ones consistently in the OCR—quite maddening—so I sympathize with your plight about these small but important details. What you are doing looked correct to me, so I decided

Re: [css-d] Table Cells Filled with Images

2008-11-23 Thread Doug Jolley
> if you add > > td img {display:block} > > it should work. It did work. Thanks very much. Now that I understand the basis of the problem, I was inclined to try: td img {vertical-align: bottom} That also seemed to work. I'm curious as to whether you see that as being an acceptable alternative

Re: [css-d] Table Cells Filled with Images

2008-11-23 Thread Curtis Clark
On 2008-11-23 12:00, Doug Jolley wrote: > When I fill table cells with colors and set cellspacing=0, > cellpadding=0, border=0, I can get the cells to butt right up against > one another both vertically and horizontally. However, when I fill > the same cells with an image I can't get them to butt

Re: [css-d] Can't put “ in a blockquote?

2008-11-23 Thread Bill Brown
Peter Bradley wrote: > Thanks to Peter, Benjamin and yourself. English never was my strong point. > Cheers > Peter No worries, mate. Here in America, the same can be said of about 90% of the population...and about me before my morning coffee. Glad it helped. Stay well. --Bill __

Re: [css-d] Can't put “ in a blockquote?

2008-11-23 Thread Peter Bradley
Ysgrifennodd Bill Brown: > You've reversed Peter's instructions: > This is wrong: > > This is correct: > > > If you apply Peter's direction, I think you'll find greater success. > Hope it helps. > --Bill > D'Oh! Thanks to Peter, Benjamin and yourself. English never was my strong point. Cheers

Re: [css-d] Can't put “ in a blockquote?

2008-11-23 Thread Bill Brown
Peter Bradley wrote: > Ysgrifennodd Peter Hyde-Smith: >> Peter: >> You may need to wrap each block in a ... or ... , >> >> “I found the teaching of exceptionally high standard.” >> > Neither of those seem to work, either. > I've posted the page to: > http://www.apvx95.dsl.pipex.com/SpanishInten

Re: [css-d] Can't put “ in a blockquote?

2008-11-23 Thread Benjamin Hawkes-Lewis
Peter Bradley wrote: > Neither of those seem to work, either. > > I've posted the page to: > > http://www.apvx95.dsl.pipex.com/SpanishIntensives/feedback.html > > You'll see that the first is contained in a block > and the second in a block. You've got this the wrong way round. The other Pet

[css-d] Table Cells Filled with Images

2008-11-23 Thread Doug Jolley
When I fill table cells with colors and set cellspacing=0, cellpadding=0, border=0, I can get the cells to butt right up against one another both vertically and horizontally. However, when I fill the same cells with an image I can't get them to butt up against one another vertically although they

Re: [css-d] Can't put “ in a blockquote?

2008-11-23 Thread Peter Bradley
Ysgrifennodd Peter Hyde-Smith: > Peter: > > You may need to wrap each block in a ... or ... , > > “I found the teaching of exceptionally high standard.” > > > Try that, and post a link if you can. > > Regards, > > Peter Neither of those seem to work, either. I've posted the page to: http://ww

Re: [css-d] Can't put “ in a blockquote?

2008-11-23 Thread Peter Hyde-Smith
- Original Message - From: "Peter Bradley" <[EMAIL PROTECTED]> To: "CSS-D" Sent: Sunday, November 23, 2008 1:07 PM Subject: [css-d] Can't put “ in a blockquote? > > “I found the teaching of exceptionally high > standard.” > > ... and so on for 3

Re: [css-d] Tabbed Navigation System

2008-11-23 Thread yahoo
On Nov 23, 2008, at 6:29 AM, David Laakso wrote: > You might try this: > > Assign a different body id or class to each page. > Unfortunately, I can't do that. The cart puts together those pages using one tag, so every page would have the same body tag class. I did try using

[css-d] Can't put “ in a blockquote?

2008-11-23 Thread Peter Bradley
I have some HTML that looks like this: http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"; > http://www.w3.org/1999/xhtml";> Spanish Intensive - Feedback Feedback

Re: [css-d] Lists, margins, padding in IE

2008-11-23 Thread Mustafa Quilon
Oh! It definitely took me some time figuring that out :) Unfortunately, IE still is using either expanded padding or margins for the > list items, but I can deal with that. It looks better, at least. > It is not a padding or margin issue: #sidebar ul #statistics ul li { line-height: 1.2; <-

Re: [css-d] Tabbed Navigation System

2008-11-23 Thread David Laakso
yahoo wrote: > Hello, > > http://www.surfshopcart.com/cgi-bin/demos/demo1/admin.cgi > > > I'd like to find a way to highlight the current tab. > Frank > > You might try this: Assign a different body id or class to each page. And assign a body id or class to each link . Portfolio Abou

Re: [css-d] http://validator.w3.org can not validate a page

2008-11-23 Thread Jukka K. Korpela
Paul Jung wrote: > I used http://validator.w3.org to check a page: > http://www.europeeurope.net/index.php but it returned with such > erroe: > > "Sorry, I am unable to validate this document because on line 454 it > contained one or more bytes that I cannot interpret as utf-8 This has nothing t

[css-d] Tabbed Navigation System

2008-11-23 Thread yahoo
Hello, I'm working on a project for a customer, and I'm stumped on a CSS issue. We have a tabbed navigation system for the backend of a shopping cart. You can see it here: http://www.surfshopcart.com/cgi-bin/demos/demo1/admin.cgi username: demo password: demo (Look for the tabnav

Re: [css-d] http://validator.w3.org can not validate a page

2008-11-23 Thread Michael Adams
On Sun, 23 Nov 2008 14:23:39 +0100 Came this utterance fomulated by Paul Jung to my mailbox: > Hello there, > > > > I used http://validator.w3.org to check a page: > http://www.europeeurope.net/index.php but it returned with such erroe: > > "Sorry, I am unable to validate this document becaus

Re: [css-d] Too much empty space in IE and one lost picture, please help

2008-11-23 Thread David Laakso
Jukka K. Korpela wrote: > Paul Jung wrote: > > >> Please look at http://www.poet.sk/hidveghyova/go.php/component/id/12/ >> >> > Using http://validator.w3.org one can see that the page has about 200 > reportable markup errors. In addition to what Jukka wrote, back-up your file and run i

[css-d] http://validator.w3.org can not validate a page

2008-11-23 Thread Paul Jung
Hello there, I used http://validator.w3.org to check a page: http://www.europeeurope.net/index.php but it returned with such erroe: "Sorry, I am unable to validate this document because on line 454 it contained one or more bytes that I cannot interpret as utf-8 (in other words, the bytes fo

Re: [css-d] IE6 horizontal list height problem

2008-11-23 Thread Peter Bradley
Ysgrifennodd Gunlaug Sørtun: > Can be fixed by applying 'hasLayout' to the right element to prevent IE > from finishing to early, but in this case the simplest fix is to add... > > #home-navlist a { > position: relative; > } > > ...which makes IE collect together and stack all layers of an elem

Re: [css-d] Too much empty space in IE and one lost picture, please help

2008-11-23 Thread Jukka K. Korpela
Paul Jung wrote: > Please look at http://www.poet.sk/hidveghyova/go.php/component/id/12/ > Did anybody have some experience? I got to know only yesterday when a > friend called me that he, with his IE browser, can not see this page. > I opened it in IE, and found out that the main content is after

[css-d] Too much empty space in IE and one lost picture, please help

2008-11-23 Thread Paul Jung
Hello there, Please look at http://www.poet.sk/hidveghyova/go.php/component/id/12/ Did anybody have some experience? I got to know only yesterday when a friend called me that he, with his IE browser, can not see this page. I opened it in IE, and found out that the main content is after some 1000