Re: [css-d] Which is the best solution min-width and max-width in ie6 ?

2008-05-15 Thread Mark Story
Dal wrote: Hello, I have never used min-max---width-height properties before, but I need to use it now. I have found many solutions on web for ie6 and I am confused now. Which is the best solution to impliment these properties in ie6 ? Thanks. Dal I've always resorted to used

Re: [css-d] Font-Family: Calibri, Verdana, ...

2008-04-16 Thread Mark Story
Sam Carter wrote: Font-family: Calibri, Verdana, Ariel, sans-serif; Is there a solution which will size Calibri so it roughly matches Verdana and Ariel (which works cross-browser)? (Calibri is a new MS font which renders about 20% smaller than Verdana.) There is no effective way, even

Re: [css-d] Horrible Lag time in CS3 Design/WYSIWYG View

2008-04-10 Thread Mark Story
Craig Givens wrote: I'm in need of an expert Dreamweaver CS3 engineer or guru to take a look at why my CSS layout is experiencing such a horrendous 1-2 minute delay/refresh time in the WYSIWYG. A sample page and its css files can be downloaded here:

Re: [css-d] Menu falling behind video

2008-03-24 Thread Mark Story
Todd Richards wrote: Hi Everyone - Been struggling with this and maybe it's something obvious. I have a CSS menu on my site, and I have a .FLV slideshow on the home page. On all other pages, the menu works fine, and falls on top of the text (so you can navigate). However, on the home page

Re: [css-d] Site Check in IE5/Mac http://css-class.com/test/beta-0-1.htm

2008-03-05 Thread Mark Story
Alan Gresley wrote: Now everything should hopefully work in IE/Mac. It would be much easier to drop support for IE/Win all together and just support IE/Mac. :-) This whole thing also reminds me to purchase a Mac for IE/Mac testing. Alan http://css-class.com/ Make sure you buy an old

[css-d] Oldest Browser Currently Testing for

2008-03-05 Thread Mark Story
It seems that my perception of in the wild browsers was a bit off. As I consider IE 5 for mac to be deceased, however it seems to be alive and kicking for some. So I just wanted to get an idea of what the oldest browser you are currently testing for is? And how are you targetting them?

Re: [css-d] Oldest Browser Currently Testing for

2008-03-05 Thread Mark Story
Hernly, Lee wrote: Netscape 4.X here... When testing with an older browser such as netscape 4.x are you looking for identical results to current browsers. Or just 'good enough' results? -Mark __ css-discuss [EMAIL

Re: [css-d] Request for Comments on this CSS Stylesheet Approach

2008-02-18 Thread Mark Story
Rick Faircloth wrote: Hi, all. I'd like to know your thoughts on including separate stylesheets for individual pages. I've realized at the start of a pretty large site, including Internet and Intranet sections, that my stylesheet could grow very large and even finding sections of styles

Re: [css-d] CSS directed at Firefox Mac or just FIrefox PC

2008-02-07 Thread Mark Story
Pat Veriepe wrote: I've been having slight spacing issues between Mac and PC with Firefox. Is there any way to address them separately through CSS? Thanks, Pat __ css-discuss [EMAIL PROTECTED] Nope. As far as CSS is

Re: [css-d] Absolute position problem in IE

2007-10-02 Thread Mark Story
Ross Hulford wrote: I have an absolutely positioned div #button iside a relative container. div id=container div id=inside-container div id=top_curve/div div id=buttona href=http://www.mysite.com;Our Website/a/div This is fine in FF and ie7 but in ie6 it disapears. Anyone hazzard a

Re: [css-d] Margin vs. Padding

2007-09-27 Thread Mark Story
Nick Fitzsimons wrote: On 27 Sep 2007, at 14:04, Scott Povlot wrote: If I don't have a border, what is the difference between using padding or margin to add space around an element? Is there any reason to choose one over the other? Vertical margins collapse; padding doesn't:

Re: [css-d] configure full height iframe

2007-09-27 Thread Mark Story
Bob Meetin - www.dottedi.biz wrote: is there any way to configure the height of an iframe to expand/contract dynamically with the amount of input? i have tried general things like: height: 100%, height: auto; some various things with divs. If not declaring any height doesn't work, then

Re: [css-d] Total newby question - linked/external css vs embedded

2007-03-20 Thread Mark Story
Hi Charles. A couple good CSS resources are: The w3: http://www.w3.org/Style/CSS/learning and w3schools.com : http://www.w3schools.com/css/default.asp These are both good references, and finding a book or online cheat sheet (*http://www.ilovejackdaniels.com/cheat-sheets/css-cheat-sheet/)*

Re: [css-d] css-d Digest, Vol 52, Issue 33

2007-03-19 Thread Mark Story
At 12:13 AM 3/19/2007, david typed out this missive: This does not validate in CSS3: .colset01 { column-width: 15em } Unless you have a typo in your email, you're missing a closing ;. The w3.org page didn't include them, but I though that, too. It doesn't validate