Re: [css-d] Extending lines off the edge of the browser

2006-06-16 Thread John Sico
and the width from the #page element...you'll need to go back in and add the appropriate padding in a couple of places, or just change the width of the elements, but I think it looked ok to me! -- John Sico On Jun 16, 2006, at 3:24 PM, Jason Preston wrote: I don't know how many of you

Re: [css-d] Firefox on the Mac

2006-04-27 Thread John Sico
Looks great to me (Firefox 1.5.0.2, MacBook Pro). Let me know if you need a screenshot, and I'll get one for you! -- John Sico On Apr 27, 2006, at 8:28 AM, Karl Camenzuli wrote: Hi all We have just launched a new site today and I have had report that its not rendering well in Firefox

Re: [css-d] Firefox on the Mac

2006-04-27 Thread John Sico
Oops, I also see the first problem (the header disappearing when the window shrinks). However, I don't see the horizontal scrollbar. Would a min-width (with the appropriate IE fixes, of course) help the disappearing header problem? -- John On Apr 27, 2006, at 8:46 AM, Design Groups wrote:

Re: [css-d] MIR Image Replacement Bug Question

2006-04-19 Thread John Sico
This doesn't really answer your question, but why not just use the text instead of images? Unless you've got something crazy going on back there (which you don't), I can't think of any reason you'd be forced to use image replacement here. You won't have to worry about this bug, and you'll

Re: [css-d] What IMG Replacement Technique?

2006-04-19 Thread John Sico
Ok, well since I gave useless advice before, I will try to redeem myself. I've had good luck with this system: http://www.alistapart.com/ articles/sprites It's just using one image, so it's a lot easier to change/ manage than several, and it loads more quickly. Since it just moves the

Re: [css-d] Stumped

2006-04-17 Thread John Sico
It looks like it's because the author's used a div called body...which is kinda confusing. div id=”body”h1Headline/h1pArticle goes here/p/div It might make more sense to use content instead. div id=”content”h1Headline/h1pArticle goes here/p/div Then div#content { height:100%;