[WSG] IE5.5 and print stylesheets

2006-05-02 Thread Bojana Lalic
Hi all Ive got a problem with IE5.5 always loading the print stylesheet - which then gets rid of the navigation. style type=text/css media=print @import url(/styles/print.css); /style How do I solve this problem? Cheers Bojana IMPORTANT: This e-mail,

RE: [WSG] launch of site: Yahoo! Tech

2006-05-02 Thread Chris Taylor
Nice one, Ted, site looks good. I'm particularly impressed with your ratings image: http://us.tech5.yimg.com/tech.yahoo.com/images/20060430165459/bg-ratings .png. Great use of CSS backgrounds to make the ratings work :0) Chris -Original Message- From: listdad@webstandardsgroup.org

Re: [WSG] Floats for beginners

2006-05-02 Thread Gaspar
Try to put the images and thumbnails classes with margin: 10px;, no need to put sttyle in tag just when declere the css...And in th class ul.blue put list-style-position:inside;. ul.blue { list-style-position:inside; list-style-type: square; color: #c0; background-color: inherit;}.image-left

Re: [WSG] line breaks in IE

2006-05-02 Thread Gaspar
If u declare some margin and padding in ul.downmenu the ie gonna stop to do it automatically, and solve your problem 1, cause ie and FF assumes diferents paddings and margin, i thing.In second problem and dont see any reason to u use defintion-list in the menu when u declare a dt it's suposed that

Re: [WSG] line breaks in IE

2006-05-02 Thread Soeren Mordhorst
Thanks Gaspar! [1] The problem could not be fixed with the margins, although I tried lots of variants :( ( just to mention: in the beginning i used already * {padding:0; margin: 0;} ) [2] I will go back to use ul,li. It was just an idea with dl,dt,dd. You are right, it makes no sence :)

Re: [WSG] Floats for beginners

2006-05-02 Thread Rosemary Probert
Hi Gaspar, Changing the margins to 1em works :-) -- but why? http://www.prob.freeserve.co.uk/things-to-do.htm I have another problem on the same page -- can anyone explain what's happening? What I want to do is have a series of thumbnails -say 4 or 5- down the right hand side of the page;

Re: [WSG] line breaks in IE

2006-05-02 Thread Gaspar
put the p.adress width:180px or other size that fits in div that are inside... pu too in the #leftboxesclearer for the first li menu... i dont see before that u put the lasts links in a p. On 5/2/06, Soeren Mordhorst [EMAIL PROTECTED] wrote: Thanks Gaspar![1] The problem could not be fixed with

RE: [WSG] launch of site: Yahoo! Tech

2006-05-02 Thread Ted Drake
Hi Steve Thanks for the screenshots. I'm afraid I just didn't have enough time to finish tweaking for Opera and IE7. There are also some print.css issues to fix in the next two weeks. I appreciate the screen shots. That damn z-index issue is going to kill me sooner or later. Ted On Tue, 2

[WSG] a question about badges, snipp

2006-05-02 Thread Ted Drake
I've got a question for everyone. Do you use flickr, google, yahoo. badges, snippets, includes, etc? Most of them come with table based markup to make them easier to format, I'm assuming across a wide spectrum of sites. Does anyone provide a good, cross-browser tag that is table free? How do you

Re: [WSG] a question about badges, snipp

2006-05-02 Thread Rob Mientjes
On 02/05/06, Ted Drake [EMAIL PROTECTED] wrote: Does anyone provide a good, cross-browser tag that is table free? Flickr's is CSS-laid out. How do you deal with them? I just include the JS—after having stripped s in favour of amp;—and ... Do they ever over-ride your normal style sheets?

Re: [WSG] Opera and transparent png

2006-05-02 Thread Randall Potter
Ted Drake wrote: Doesn't Opera handle transparent png? Opera handles transparent pngs. Opera also sometimes identifies itself as IE, how are you choosing when to add your IE6 stylesheet? -- R. Potter Design and Development Lead Midnight Oil Design: http://www.midnightoildesign.com

RE: [WSG] Opera and transparent png

2006-05-02 Thread Ted Drake
Hi R. We are using a conditional comment: !--[if lte IE 6] link href=http://us.tech5.yimg.com/tech.yahoo.com/css/20060430165459/ie6.css; type=text/css rel=stylesheet media=all/ ![endif]-- I'm not seeing the transparent png issue in my own browser, only in the screen shot posted earlier. The

RE: [WSG] IE5.5 and print stylesheets

2006-05-02 Thread Jonathan Bloy
On Tuesday, May 02, 2006 1:19 AM Bojana Lalic wrote: I've got a problem with IE5.5 always loading the print stylesheet - which then gets rid of the navigation. style type=text/css media=print @import url(/styles/print.css); /style How do I solve this problem? Are you importing

Re: [WSG] Navigation placment

2006-05-02 Thread Jon Tan
CK wrote: At the following URI the navigation is in an unusual place, the footer. Does this pose an issue, as the text will be tamed, keeping the design above the fold. Also, the naming convention in the CSS, could it be more succinct?

RE: [WSG] IE5.5 and print stylesheets

2006-05-02 Thread Bojana Lalic
Thanks Jonathan :) -Original Message- From: listdad@webstandardsgroup.org [mailto:[EMAIL PROTECTED] On Behalf Of Jonathan Bloy Sent: Wednesday, May 03, 2006 5:31 AM To: wsg@webstandardsgroup.org Subject: RE: [WSG] IE5.5 and print stylesheets On Tuesday, May 02, 2006 1:19 AM Bojana Lalic

[WSG] RE: digest for wsg@webstandardsgroup.org

2006-05-02 Thread TomG
Title: Message Well I believe you told them margin of 0 with the HTML * (if you take it out temporarily you see space appear between the paragraphs)and there's padding on the content p but again no margin set, and the padding is left and right only. I'm fairly certain HTML * says "all