[css-d] Firefox & the new pixel density ??

2013-07-08 Thread Janet Lynn Ford
Hello to All, I recently upgraded Firefox to version22 and was surprised and confused to learn this: *Firefox 22 is now respecting the pixel density you've set on a system level in the windows control panel > appearance > display. more information about that is available at ** http://windows.micro

Re: [css-d] Troubleshooting Background Images

2006-07-28 Thread Janet Lynn Ford
> body {background:#ccc; url(img_36.gif) repeat; margin:5px; padding:5px; Hi Carrie, You just have an extra semi-colon. Instead of this: background:#ccc; url(img_36.gif) repeat; try this: background:#ccc url(img_36.gif) repeat; Janet ___

Re: [css-d] CSS conferences/symposiums

2006-07-26 Thread Janet Lynn Ford
> at this point, and that I look to see if there are conferences or > anything out there for CSS. Anyone know about this? > This one might be interesting: http://www.refresh06.com/schedule/ Also, this list keeps track of about any upcoming events that are Web related: http://www.d.umn.edu/itss/s

Re: [css-d] 3 column layout not working in Safari

2006-07-25 Thread Janet Lynn Ford
Hi Becky, I can't offer a solution, but this link will let you view your layout in Safari on a Mac: http://www.snugtech.com/safaritest/ Regards, Janet On 7/25/06, Becky Smurr <[EMAIL PROTECTED]> wrote: > Good Morning! > > I would greatly appreciate it if a Mac user would please give this a look.

Re: [css-d] Problem with a:hover

2006-06-03 Thread Janet Lynn Ford
> The site is at www.989studiowebhosting.com and the CSS file is > www.989studiowebhosting.com/989style.css > Hi Rudi, Also, I think the links are not displaying a :hover change because the links link to the same page: Home Try changing to and the hover effect (link disappears due to #CC) is

Re: [css-d] IE woes with overlfow: hidden & a table

2006-04-24 Thread Janet Lynn Ford
> > Everything was fine until I included a table. In IE. Now if a user > > increases his font size, the table doesn't stay within it's > > containing block, and is hidden behind the right column. > > I would try to utilize another IE/flaw, and add this... > > table {position: relative; z-index: 1;

[css-d] IE woes with overlfow: hidden & a table

2006-04-24 Thread Janet Lynn Ford
Hello to All, I'm updating a table based site to CSS layout, and have been reasonably happy with the results so far, but one page is causing me IE woes. Although trying to optimize for a screen sizes of 1024x768+, we want the layout to hold at 800x600, and the only thing causing problems in IE was

[css-d] IE Mac check - problem with unordered list

2005-12-12 Thread Janet Lynn Ford
Hello to All, I've run into an IE Mac issue & was wondering if anyone has seen the problem before and knows how to fix it. I'm using a list (display: inline) for horizontal navigation: On the Mac, (which I viewed at Kinko's last night) the borders show up on the left of the page, while the links c

Re: [css-d] Layer Behaviors & CSS

2005-08-03 Thread Janet Lynn Ford
> Hi, I'm still a beginner with CSS--I'm working on a site that has hide/show > javascript layer behaviors generated in Dreamweaver (you mouse over an > image and text layers/divs change to different text layers). Is there a way > to do this using CSS, the way one does hover and on click, instead

Re: [css-d] Site check & IE Mac issue

2005-06-09 Thread Janet Lynn Ford
> Wish I could offer more than screen captures of the 'evil one:' > win/2000-5/5.5/6.0 at 800 & 1024. > > > http://www.hopetribute.org/new-site/index.htm>Janet Thanks David, I appreciate the screens. Guess I'll have to play a bit more with the

[css-d] Site check & IE Mac issue

2005-06-09 Thread Janet Lynn Ford
Hello to All, I'm re-doing an older site & moving it from tables to CSS & could use a quick check & some help. I've got many of the bugs out, but I've used a couple conditional comments & if someone could view with IE 5.0 and IE 5.5, I'd appreciate it as I can't view if the layout is working as pla