[css-d] Problem with floated links at right of page in FF

2008-02-09 Thread Janie Hadsel
I've been working on this site, my site, in short spurts between other projects and could be doing something entirely wrong. The site uses floats to place main navigation list links with background images at both the top of the page and for project links in the sidebar div to the right of the

[css-d] Float problem in IE

2008-02-09 Thread Janie Hadsel
It's not a good CSS day for me. My site was working fine in IE6 7 until I started cleaning some things up today. I received some help from Ingo earlier, adding overflow: hidden to the main_nav's ul li a styles to fix a problem in FF, but I don't think that has anything to do with the new problem,

[css-d] RE: Absolute Position Problem with IE

2005-08-26 Thread Janie Hadsel
Glenn writes: IE places the MENU div inside my containing DIV Hi Glenn, You have declared the menu div as absolutely positioned, but haven't declared top and left coordinates. You also have a problem with the content on IE moving over into the blue area of the background when the browser

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

2005-08-08 Thread Janie Hadsel
Thanks to all for the great comments and ideas. I especially appreciate Roger's low-vision perspective (I'm beginning to belong to that club, as well), his development guidelines (70 - 150%) and the info on zoom. My judgements regarding which technique to use to scale images to text-size

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

2005-08-07 Thread Janie Hadsel
On 6Aug2005, Roger wrote: You can size an img element using em or % just like any other element. Hi Roger and J, I did some testing and put together the following sample page using em: http://www.hadsel-design.com/CSSimg_proportion.htm or the shortened url: http://url123.com/sps67 . I'd like

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

2005-08-07 Thread Janie Hadsel
On 8/7/05, Roger Roelofs [EMAIL PROTECTED] wrote: The quality issues you've observed are the downside of this technique, although the quality on your test page was better than I expected when I looked at it in firefox. [...] Preparing multiple images is so much work I've never pursued this