RE: [WSG] Tiling image problem

2007-05-20 Thread Kepler Gelotte
/assets/images_medical/wrapper_vertical_tile.jpg) repeat-x 0 300px; Regards, Kepler Gelotte _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Cole Kuryakin Sent: Monday, May 21, 2007 1:18 AM To: wsg@webstandardsgroup.org Subject: [WSG] Tiling

RE: [WSG] Site check Please - new thread

2007-05-15 Thread Kepler Gelotte
Hi Taco, I would suggest using a percentage to size the text in the yellow band instead of "smaller" since IE has a different idea of what smaller is compared to Firefox: p span.smaller { font-size: 80%; } I would also suggest using em sizing. The height of the yellow band would then res

RE: [WSG] IE6 problem - more general

2007-05-15 Thread Kepler Gelotte
to keep all these things 'known' to me! I've got a quite good book - The CSS Anthology, by Rachel Andrews. But it's pre-IE7 ... Any thoughts, suggestions would be great! Thanks again ... :) - susie On 15/5/07 6:37 AM, "Kepler Gelotte" <[EMAIL PROTECTED]>

RE: [WSG] IE6 problem

2007-05-14 Thread Kepler Gelotte
Hi Susan, To make the navigation buttons clickable in IE7 you need to define the container as position: relative: #container { position: relative; } Also the pseudo links should be defined for :link and :visited if you define It for :hover. Try using these for the navigati

RE: [WSG] Disappearing element in IE

2007-05-14 Thread Kepler Gelotte
Hi Cole, I found the CSS that was causing IE problems. It is in the clear class. Try using this definition instead: .clear { CLEAR: both; /* FONT-SIZE: 1px; OVERFLOW: hidden; HEIGHT: 1px */ } Again fixes the problem in IE7, didn't try it in IE6. Regards, Kepler *

RE: [WSG] Disappearing element in IE

2007-05-13 Thread Kepler Gelotte
he section of HTML with the break added: I only tested in IE7, don't know if it will behave in IE6. Regards, Kepler Gelotte http://www.neighborwebmaster.com *** List Guidelines: http://webstandardsgroup.org/mail/guideline

RE: [WSG] problem with 1 and 1 wordpress blog

2007-05-06 Thread Kepler Gelotte
ution that can pull your blog into your web site similar to a portal, but I think that may be overkill for what you are trying to do. Regards, Kepler Gelotte http://www.neighborwebmaster.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of dwain Sent: Sunday

RE: [WSG] W3C validator bug?

2007-05-02 Thread Kepler Gelotte
: -px;" is Better For Accessibility Than "display: none;"">12 Comments ยป There you can see the double quote is no longer an entity. The error seems to be in your version of Wordpress and not the validator. Regards, Kep

RE: [WSG] CSS :Hover for IE6

2007-04-30 Thread Kepler Gelotte
Hi Sam, I can't test because I don't have IE 6 on this machine, but I see some things you may want to try: 1) Change div#nav ul li#whatcanwedoforyou a to div#nav ul li#whatcanwedoforyou a:link 2) Change div#nav ul li#whatcanwedoforyou a.active to div#nav ul

RE: [WSG] JavaScript Programming Problem

2007-04-15 Thread Kepler Gelotte
ead: You also have other validation problems you may want to check out at: http://validator.w3.org/ Regards, Kepler Gelotte www.neighborwebmaster.com *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsub

RE: [WSG] Embedding XML in HTML

2007-03-02 Thread Kepler Gelotte
Hi Kat, I you look at the article it states "With *Internet Explorer*, the *unofficial* tag can be used to create an XML data island." Meaning this technique only works with Internet Explorer. According to the article: "If you are running *IE 5.0 or higher*, you can try it yourself.". The example

<    1   2