Re: [css-d] Screen resolution?

2009-08-10 Thread Don Miller
72 to 100 dpi is now the normal as I recall. I suggest creating all images at 100 dpi for best viewing Don - Original Message - From: Lalena lal...@lalenafisher.com To: css-d@lists.css-discuss.org Sent: Monday, August 10, 2009 9:00 AM Subject: [css-d] Screen resolution? Is

Re: [css-d] stand-down

2009-07-22 Thread Don Miller
David Laakso wrote: Dawn will arrive soon enough. And I can't wait. In the meantime, your comments and suggestions -- thus far -- are always welcome. Best, Westmoreland http://chelseacreekstudio.com/dl/index.php I get a blank page using IE7 but shows up in FF. don

Re: [css-d] styling for two monitors

2008-01-09 Thread Don Miller
You might want to check what happens if you resize the browser window in the vertical direction. I had the same problem on a site and had to remove the centering css so it could be viewed on monitors or hand held devices that have short screens in the vertical direction. Don - Original

Re: [css-d] CSS Popup not working in IE

2007-10-22 Thread Don Miller
Appears to work in IE7. Don - Original Message - From: [EMAIL PROTECTED] To: css-d@lists.css-discuss.org Sent: Monday, October 22, 2007 6:32 PM Subject: [css-d] CSS Popup not working in IE I'm doing yet another do-it-yourself-Flickr-slideshow app for my site, based on code from

Re: [css-d] Weak layout

2007-06-07 Thread Don Miller
Wouldn't it be easier and better if all browsers did a magnify instead of a font size only change. That way the web page would not break for those people that need or want larger or magnified font sizes? Opera does this and I think IE7 has this feature but most people may not be aware of it so

Re: [css-d] How to apply my styles to contents of an iframe?

2007-03-06 Thread Don Miller
As far as I know, you can call out multiple css files and if one isn't found, the other is used. Try having the other person include your css file name on that one page with the correct path. This should work for both of you because when displayed on his site, only that css file will found

[css-d] Changing cursor for image maps

2007-01-04 Thread Don Miller
I am using two type of links on the same image but would like to have two different type of cursors. area href=../i038a.html target=_top onMouseOver=changeText('text2',10) onMouseOut=changeText('text2',0); shape=circle coords=300, 220, 17 For the above link, I want the hand because when

Re: [css-d] Changing cursor for image maps

2007-01-04 Thread Don Miller
Missed that link. Don't think it helps for what I want but do like the focus and active box idea. May try to think of a way to use them to sort of override the cursor type. Thanks Don - Original Message - From: Gunlaug Sørtun [EMAIL PROTECTED] To: Don Miller [EMAIL PROTECTED] Cc: CSS

Re: [css-d] Changing cursor for image maps

2007-01-04 Thread Don Miller
I don't have that option because the images are screen captures with menu items so short of rebuilding the software I'm trying to describe to people, I cannot get away from the image map idea. Don - Original Message - From: Scott Povlot To: Don Miller ; CSS-D List Sent

Re: [css-d] Extra-space after frame in Firefox and Opera

2006-10-19 Thread Don Miller
Why do you need the horizontal scroll? (Win98 IE6) Can't you decrease the frame and font size to at least fit a 1024 screen? Don - Original Message - From: Alicia C [EMAIL PROTECTED] To: css-d@lists.css-discuss.org Sent: Thursday, October 19, 2006 1:12 PM Subject: [css-d] Extra-space

Re: [css-d] Popup does not work till all images are loaded

2006-10-04 Thread Don Miller
The only way I know is to pre-load the images. Don - Original Message - From: Vinj Vinj [EMAIL PROTECTED] To: css-d@lists.css-discuss.org Sent: Wednesday, October 04, 2006 4:18 PM Subject: [css-d] Popup does not work till all images are loaded | This is not exactly a javacsript

[css-d] Good Conditional Comments Book

2006-09-06 Thread Don Miller
I know css books have been discussed to death but I am looking for one or more that deal with especially hacks and conditional comments and there proper use for creating cross-browser css sites. Which browsers handle the comments, which ignore them, and a list of the comments that can be used

Re: [css-d] side-scrolling portfolio website - best technique?

2006-09-05 Thread Don Miller
- Original Message - From: richard n [EMAIL PROTECTED] To: css-d@lists.css-discuss.org Sent: Tuesday, September 05, 2006 8:54 AM Subject: [css-d] side-scrolling portfolio website - best technique? | Hello | | I'm new here, new to CSS and new to web design. | | I'm a photographer, and

Re: [css-d] Font Mapping Query / Font embedding

2006-09-04 Thread Don Miller
- Original Message - From: Chris Williams [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: css-d@lists.css-discuss.org Sent: Monday, September 04, 2006 4:49 AM Subject: Re: [css-d] Font Mapping Query / Font embedding I want! | | This FontMatch tool is the closest thing yet. Thank you. | |

Re: [css-d] Horiz scrollbar in IE

2006-08-31 Thread Don Miller
You can get only one scroll bar in Quirk mode or if no doc type is specified. I have applications working that way now with only a vertical scroll. The problem is the images. If it were text, the horizontal bar should not show unless you have specified a Strict or standard doc type - I think.

Re: [css-d] FW: Font Mapping Query

2006-08-30 Thread Don Miller
From what little experimentation I have done, capitals are discounted just like they are when you type in an URL address. Besides, it depends if the user has that font on his/her computer or if they have a default set that overrides your font preferences. If the look depends heavily on the font

Re: [css-d] novice to CSS2 pls critic. thx

2006-08-18 Thread Don Miller
Like the look and will only comment on why the extra space at the top in win98 IE6. Without that space, no scrolling is needed. Great first shot. Other may suggest some css improvements. Don - Original Message - From: Yasin - artsgrafica [EMAIL PROTECTED] To:

Re: [css-d] Using a:active on the focus page

2006-08-10 Thread Don Miller
#act {width :120px; background-color : blue; color : white;} (placed on the page) a class=xyz id=act href=page.htmlYour Page Name/a This is a simple example but it works. The only problem is that it goes on each page. There may be better ways but this works in all the browsers I have checked.

Re: [css-d] Get my DIVs in a row.

2006-08-08 Thread Don Miller
- Original Message - From: Dave Goodchild [EMAIL PROTECTED] To: Travis Killen [EMAIL PROTECTED] Cc: css-d@lists.css-discuss.org Sent: Tuesday, August 08, 2006 2:31 PM Subject: Re: [css-d] Get my DIVs in a row. | On 08/08/06, Travis Killen [EMAIL PROTECTED] wrote: | | Hello all, | |

Re: [css-d] Background image dropping in div when borders commented out

2006-08-03 Thread Don Miller
- Original Message - From: Ian Young [EMAIL PROTECTED] To: [EMAIL PROTECTED] Css-Discuss. Org css-d@lists.css-discuss.org Sent: Thursday, August 03, 2006 11:41 AM Subject: [css-d] Background image dropping in div when borders commented out | | Two odd things. | | Despite having same

[css-d] Divs not giving a scroll bar

2006-07-26 Thread Don Miller
dependent. CODE: #content { background-color: #E1F0FF; position: relative; float: right; top: 15px; left: -20px; width: 450; height: 400; overflow-x: hidden; overflow-y: auto; white-space: wrap; border: 3px inset white } Don Miller No virus found in this outgoing message. Checked

Re: [css-d] Removing Scroll Bar on A Div

2006-07-25 Thread Don Miller
. Thanks for the help. - Original Message - From: Rizky To: CSS-D List Cc: Don Miller Sent: Monday, July 24, 2006 10:39 PM Subject: Re: [css-d] Removing Scroll Bar on A Div Don Miller wrote: http://www.dgmservices.com/test/Test4.html Can a div have a scroll bar but be visible only

[css-d] Removing Scroll Bar on A Div

2006-07-24 Thread Don Miller
for this very simple example. Just trying to replace ifames with divs. Yes, I should use a wrapper div instead of a table but want to start with something simple. Will try to add a nice border to the wrapper div but want to get the internal stuff working first. Don Miller No virus found

Re: [css-d] why reply doesn't default to list?

2006-07-18 Thread Don Miller
Try Reply All instead of just Reply. Don - Original Message - From: Peter Michaux [EMAIL PROTECTED] To: css-d@lists.css-discuss.org Sent: Monday, July 17, 2006 8:34 PM Subject: [css-d] why reply doesn't default to list? | Hi, | | I subscribe to many mailing lists and when I click

[css-d] Iframe or div?

2006-06-09 Thread Don Miller
Is there a way to make a .div behave like an iframe? I want the div to be a certain width and height and keep that size regardless of the content but would like a vertical scroll bar to appear if the content is longer than the div. Or would I be better off just using an iframe? Don Miller

Re: [css-d] Iframe or div?

2006-06-09 Thread Don Miller
Wow, thanks Brian. Thought it would be much more complex that this. The more I learn - the less I know. Don - Original Message - From: Brian Cummiskey [EMAIL PROTECTED] To: Don Miller [EMAIL PROTECTED] Cc: CSS-D List css-d@lists.css-discuss.org Sent: Friday, June 09, 2006 8:33 AM

Re: [css-d] Using s5 to present photography slides

2006-06-05 Thread Don Miller
Better check Win98, IE6. Pictures appear on load and then disappear. And I liked the pictures - at least the couple I did get to see before they evaporated. Don - Original Message - From: Dan Healy [EMAIL PROTECTED] To: css-d@lists.css-discuss.org Sent: Monday, June 05, 2006 12:11 PM

Re: [css-d] Difference between IE6 on different machines???

2006-05-23 Thread Don Miller
First check for extra spaces and then for an extra ./div tag. Don - Original Message - From: [EMAIL PROTECTED] To: css-d@lists.css-discuss.org Sent: Tuesday, May 23, 2006 10:11 AM Subject: [css-d] Difference between IE6 on different machines??? |

Re: [css-d] I'm trying to link to a pdf file.

2006-05-08 Thread Don Miller
The pdf downloads for me and opens even in Acrobat 4 so the links work. The pdf has to be downloaded before it can displayed. On my computer I use a download program that automatically takes over for a download. In some the pfd should opens the reader and displays the pdf in the browser window.

[css-d] ID Use

2006-05-02 Thread Don Miller
find a way to convert these type IDs to a CLASS? The reason I do it is because I use a Class and an ID for most anchor tags. Don Miller No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.385 / Virus Database: 268.5.1/328 - Release Date: 5/1/2006

Re: [css-d] CSS editor?

2006-04-21 Thread Don Miller
If you are looking for only a CSS editor and not an HTML editor try: http://www.newsgator.com/NGOLProduct.aspx?ProdID=TopStyle They have free version - or at least used to. Don - Original Message - From: Brian Funk [EMAIL PROTECTED] To: SystemAdmin [EMAIL PROTECTED] Cc: