Re: [css-d] desktop. tablet. mobile.

2012-01-30 Thread Dan Kaufman
Love it. Very clean design. Good supportive palette. BUT...the page/screen layout is a portrait / vertical layout vs. landscape / horizontal and (virtually) all monitors are horizontal. This is forcing a piano roll page view...that is, I have to scroll down the page to get to some very important

Re: [css-d] How To Clear CSS Caching?

2012-01-03 Thread Dan Kaufman
2/ Delete the CSS file from the server. Boot. Upload the CSS file from the hardrive to the  server. I have tried this numerous time and even so the browser will still use the CSS stylesheet it has cached.  I have used a simple trick in the past which has worked for me: I mis-spell the css

Re: [css-d] dynamic CSS strategies

2011-10-09 Thread Dan Kaufman
One solution is to use your server-side programming to dynamically generate the CSS file. This way you can control all sorts of things in your layout and look-and-feel relative to your database queries. In your case, for your column of links, write an IF/ELSE statement based on the record

Re: [css-d] dynamic CSS strategies

2011-10-09 Thread Dan Kaufman
To: Dan Kaufman Cc: Colin (Sandy) Pittendrigh; css-d@lists.css-discuss.org Subject: Re: [css-d] dynamic CSS strategies None of the above: Use a class to determine the various layout conditions. Assuming some kind of inline templating engine: CSS: .navigation { width: 16%; } .navigationWide

Re: [css-d] :: iPad ::

2011-09-04 Thread Dan Kaufman
Works fine in iPad 2, portrait and landscape. Though the site is a piano-scroll layout. In portrait view the last item on the left-column menu is below the screen bottom. Consider tightening up the header and/or line height of the menu li items. Dan K. -Original Message- A quick

Re: [css-d] :: iPad ::

2011-09-04 Thread Dan Kaufman
-discuss.org [mailto:css-d-boun...@lists.css-discuss.org] On Behalf Of David Laakso Sent: Sunday, September 04, 2011 2:47 PM To: css-d@lists.css-discuss.org Subject: Re: [css-d] :: iPad :: On 9/4/11 5:23 PM, Dan Kaufman wrote: Works fine in iPad 2, portrait and landscape. Though the site

Re: [css-d] :: iPad ::

2011-09-04 Thread Dan Kaufman
:05 PM, Dan Kaufman wrote: Piano-scrl Where the page is lng on the vertical. Hope this helps. Dan K. re: http://goo.gl/B2riT 1/ When the site is viewed in iPad portrait view are there two columns: nav on the left and content

Re: [css-d] Can someone please help me.

2011-08-06 Thread Dan Kaufman
I would suggest something like this... For the nav menu item: lia href=#tourCosta Rican Real Estate Tour/a/li Add a class to this item (to identify it uniquely) and then define a CSS style to eliminate the underline. For example, change your HTML like this: li class=noLinea href=#tourCosta

[css-d] CSS3 Parse Error on Filter:

2011-07-22 Thread Dan Kaufman
I am getting a Parse Error from the W3C Validator for CSS3 for the following: #header h1 { font-family: Century Gothic, Geneva, Arial, Helvetica, sans-serif; font-size: 5.5em; font-weight: normal; text-transform:lowercase; color: #FF70B8; line-height:

Re: [css-d] CSS3 Parse Error on Filter:

2011-07-22 Thread Dan Kaufman
The Parse Error is on the line: filter: Glow(color=#99, strength=2); I thought filter was proprietary to IE? Maybe you could move the filter to an IE-specific stylesheet? Good point. Sometimes the obvious is the most unobvious. Thank you, Dan

Re: [css-d] 100% height issue, and graphic placement q's

2011-07-19 Thread Dan Kaufman
:after is a pseudo element. Here's some info about it and its use. http://css-tricks.com/9189-browser-support-pseudo-elements/ -Original Message- From: css-d-boun...@lists.css-discuss.org [mailto:css-d-boun...@lists.css-discuss.org] On Behalf Of John Sent: Tuesday, July 19, 2011 1:57

Re: [css-d] Styling ul and li

2011-04-25 Thread Dan Kaufman
Will the site be composed of individual html pages? Home.html, About.html, Contact.html, etc. Or will it use dynamic server-side generated pages such as *.php, *.cfm, *.asp, etc. ? Dan -Original Message- From: css-d-boun...@lists.css-discuss.org

Re: [css-d] Same CSS, Same Browser But Looks Different Locally/Online

2011-03-24 Thread Dan Kaufman
The BEST browser to review your work in is the SAME browser (and O/S) that your client sits in front of every day. -Original Message- From: css-d-boun...@lists.css-discuss.org [mailto:css-d-boun...@lists.css-discuss.org] On Behalf Of Elli Vizcaino Sent: Thursday, March 24, 2011 11:56

Re: [css-d] h1 vertical jump

2011-02-10 Thread Dan Kaufman
What I noticed (in Chrome 9 Windows) is when going from the Contact page to the Journal page, as Journal renders it first pushes the horizontal rule down a pixel or two and then as if finishes rendering the horizontal rule moves back up to its original/prescribed position. This same push down and

Re: [css-d] Positioning images within a table cell

2011-02-09 Thread Dan Kaufman
Nicely done. Dan K. -Original Message- From: css-d-boun...@lists.css-discuss.org [mailto:css-d-boun...@lists.css-discuss.org] On Behalf Of G.Sørtun Sent: Wednesday, February 09, 2011 9:46 AM To: css-d@lists.css-discuss.org Subject: Re: [css-d] Positioning images within a table cell On

Re: [css-d] modernizer usage

2011-02-07 Thread Dan Kaufman
My first reaction to the code you've shown is that the syntax may not be correct. header H1 id=NameA id=top/AMichael Bierman /H1 P class=Contactsemail:-deleted-| webaddress... /P /header I don't see and quotes on the id names, such as: header H1 id=NameA id=top/AMichael Bierman /H1 P

Re: [css-d] webiste not rendering in ie9

2011-02-05 Thread Dan Kaufman
It also renders fine in Google Chrome 8 Windows and Mac. -Original Message- From: css-d-boun...@lists.css-discuss.org [mailto:css-d-boun...@lists.css-discuss.org] On Behalf Of Noah Learner Sent: Saturday, February 05, 2011 6:00 PM To: css-d@lists.css-discuss.org Subject: [css-d] webiste

Re: [css-d] Positioning a float

2011-01-27 Thread Dan Kaufman
This looks like a great solution. I can't wait to use it myself. However, it appears to be a case (for me on my browsers) of IE doing the job asked for and Chrome not quite. A reversal of my normal experience. In IE 8 on Windows it works great. But in Google Chrome (also on Windows) I am seeing

[css-d] @media float problem

2011-01-26 Thread Dan Kaufman
I am having a (very frustrating) problem of an apparent non-working float within an @media tag. The site is a photography gallery site with a main photo div and a right-hand vertical column of thumbnail images in default landscape mode. When viewing the site in portrait mode, such as rotating

Re: [css-d] Div Positioning Changes when viewed on Smart Phone

2011-01-26 Thread Dan Kaufman
There is an app called iPhony but it only (as far as I know) runs on a Mac with OS X 10.4.7. Go to: http://www.tuaw.com/2007/06/21/iphoney-iphone-web-simulator/ It works well for me as I'm still waiting for Feb. 10th when Verizon will (finally) have the iPhone. -Original Message-

Re: [css-d] @media float problem

2011-01-26 Thread Dan Kaufman
was doing was down in the @media for the iPad section of code. I've learned my lesson. It works now. Just need to clean up the details. Kudos, Dan Kaufman -Original Message- From: css-d-boun...@lists.css-discuss.org [mailto:css-d-boun...@lists.css-discuss.org] On Behalf Of David Hucklesby