Re: [css-d] site review: hydrogeologist

2013-07-11 Thread David Laakso
On Thu, Jul 11, 2013 at 10:37 AM, Greg Gamble wrote: > And what is "Western" text embedded inside CJK text? > > Greg Chinese, Japanese, and Korean. Best, David Laakso -- Chelsea Creek Studio http://ccstudi.com __ css-discuss

Re: [css-d] site review: hydrogeologist

2013-07-11 Thread Greg Gamble
rgh [mailto:e...@l-c-n.com] Sent: Thursday, July 11, 2013 7:02 AM To: Greg Gamble Cc: CSS Discuss Subject: Re: [css-d] site review: hydrogeologist Le 11 juil. 2013 à 22:54, Greg Gamble a écrit : > As for the long words not wrapping, why not use: "word-wrap: break-word;" That is a

Re: [css-d] site review: hydrogeologist

2013-07-11 Thread Philippe Wittenbergh
Le 11 juil. 2013 à 22:54, Greg Gamble a écrit : > As for the long words not wrapping, why not use: "word-wrap: break-word;" That is a horrible solution in general for 'western' text as it breaks words at any arbitrary point, without respect for grammar and word-breaking rules; it might work in

Re: [css-d] site review: hydrogeologist

2013-07-11 Thread Greg Gamble
d-wrap: break-word;" Greg -Original Message- From: David Laakso [mailto:laakso.davi...@gmail.com] Sent: Tuesday, July 09, 2013 5:59 PM To: CSS Discuss Cc: Greg Gamble Subject: Re: [css-d] site review: hydrogeologist On Tue, Jul 9, 2013 at 6:36 PM, Greg Gamble wrote: > Cur

Re: [css-d] site review: hydrogeologist

2013-07-10 Thread Karl DeSaulniers
Works good on the desktop, but now on my iPhone the shaded buttons dont appear, it just stretches the flat buttons to the width of the landscape. FYI. But it doesn't look bad. Best, Karl DeSaulniers Design Drumm http://designdrumm.com On Jul 10, 2013, at 12:54 AM, David Laakso wrote: > On

Re: [css-d] site review: hydrogeologist

2013-07-09 Thread David Laakso
On Tue, Jul 9, 2013 at 10:57 PM, Philippe Wittenbergh wrote: > > Le 10 juil. 2013 à 04:46, Karl DeSaulniers a écrit : > >> Take a look at it on a phone browser. I have an iPhone 5 using safari. View >> portrait first then rotate to landscape. The top nav (for me) is overlapping >> the header te

Re: [css-d] site review: hydrogeologist

2013-07-09 Thread Karl DeSaulniers
Chrome on my desktop doesn't cover the header, but the two green buttons get broken into two lines and the third button gets a hyphen put into it. Same with camino, just no hyphen. Same with Sunshine, just no hyphen. Same with firefox, just no hyphen, but it also covers the header. Karl DeSauln

Re: [css-d] site review: hydrogeologist

2013-07-09 Thread Philippe Wittenbergh
Le 10 juil. 2013 à 12:59, Karl DeSaulniers a écrit : > Except chrome on iOS 6 does it too. Haven't tested chrome on the desktop, but > I will. Of course. Chrome on iOS uses the exact same rendering engine as Safari. Chrome-up-to-date on desktop should have that bug fixed by the same patch as

Re: [css-d] site review: hydrogeologist

2013-07-09 Thread Karl DeSaulniers
Except chrome on iOS 6 does it too. Haven't tested chrome on the desktop, but I will. Best, Karl Sent from losPhone On Jul 9, 2013, at 9:57 PM, Philippe Wittenbergh wrote: > > Le 10 juil. 2013 à 04:46, Karl DeSaulniers a écrit : > >> Take a look at it on a phone browser. I have an iPhone

Re: [css-d] site review: hydrogeologist

2013-07-09 Thread Philippe Wittenbergh
Le 10 juil. 2013 à 04:46, Karl DeSaulniers a écrit : > Take a look at it on a phone browser. I have an iPhone 5 using safari. View > portrait first then rotate to landscape. The top nav (for me) is overlapping > the header text. It is a bug in Safari 6.0x and the equivalent Mobile Safari on

Re: [css-d] site review: hydrogeologist

2013-07-09 Thread David Laakso
On Tue, Jul 9, 2013 at 6:36 PM, Greg Gamble wrote: > Curious on why you placed the Navigation at the bottom of the page? I believe content is king and should precede navigation in the html. > Also, why are you using all of the soft hyphens ... "­" ? Not all of them are necessary but primarily

Re: [css-d] site review: hydrogeologist

2013-07-09 Thread Karl DeSaulniers
Also, if I might suggest on the nav links, placing at least one more space or padding on each side of the text inside the buttons with the shaded backgrounds. The text looks a little crammed in there. But not entirely necessary. Just my opinion. :) Best, Karl DeSaulniers Design Drumm http://de

Re: [css-d] site review: hydrogeologist

2013-07-09 Thread Karl DeSaulniers
Also might want to add to the ul element list-style-type: none; a dics is showing on safari on my desktop Best, Karl DeSaulniers Design Drumm http://designdrumm.com On Jul 9, 2013, at 5:15 PM, Karl DeSaulniers wrote: > Same thing happens in safari on my desktop if I grab the right side of

Re: [css-d] site review: hydrogeologist

2013-07-09 Thread Greg Gamble
y, July 09, 2013 2:14 PM To: CSS Discuss Cc: Karl DeSaulniers Subject: Re: [css-d] site review: hydrogeologist On Tue, Jul 9, 2013 at 3:46 PM, Karl DeSaulniers wrote: > Take a look at it on a phone browser. I have an iPhone 5 using safari. View > portrait first then rotate to landscape. The

Re: [css-d] site review: hydrogeologist

2013-07-09 Thread Karl DeSaulniers
Same thing happens in safari on my desktop if I grab the right side of the browser and shrink the browser window. display: list-tiem on the ul element fixed it for me with inspect element on my desktop. HTH, Best, Karl DeSaulniers Design Drumm http://designdrumm.com On Jul 9, 2013, at 5:11

Re: [css-d] site review: hydrogeologist

2013-07-09 Thread Karl DeSaulniers
Or a display: list-item? Karl DeSaulniers Design Drumm http://designdrumm.com On Jul 9, 2013, at 5:10 PM, Karl DeSaulniers wrote: > Or a display: list-item? > > > On Jul 9, 2013, at 5:06 PM, Karl DeSaulniers wrote: > >> Yes and no. If I load the page as landscape they work, but if I load th

Re: [css-d] site review: hydrogeologist

2013-07-09 Thread Karl DeSaulniers
Yes and no. If I load the page as landscape they work, but if I load the page as portrait and then go to landscape they dont. maybe try a diplay:inline instead of block on the ul Karl DeSaulniers Design Drumm http://designdrumm.com On Jul 9, 2013, at 4:59 PM, David Laakso wrote: > On Tue, Ju

Re: [css-d] site review: hydrogeologist

2013-07-09 Thread David Laakso
On Tue, Jul 9, 2013 at 5:35 PM, Karl DeSaulniers wrote: > Take a look.. > > http://designdrumm.com/IMG_0164.PNG > > HTH, > > Best, > > Karl DeSaulniers re: Thanks for the screen shots. I have modified the CSS. Please open in iPhone 5 portrait mode. Rotate to landscape.

Re: [css-d] site review: hydrogeologist

2013-07-09 Thread Karl DeSaulniers
iOS 6.1.4 - build 10B350 using safari and chrome does same thing. Best, Karl DeSaulniers Design Drumm http://designdrumm.com On Jul 9, 2013, at 4:35 PM, Karl DeSaulniers wrote: > Take a look.. > > http://designdrumm.com/IMG_0164.PNG > > HTH, > > Best, > > Karl DeSaulniers > Design Drumm >

Re: [css-d] site review: hydrogeologist

2013-07-09 Thread Karl DeSaulniers
Take a look.. http://designdrumm.com/IMG_0164.PNG HTH, Best, Karl DeSaulniers Design Drumm http://designdrumm.com On Jul 9, 2013, at 4:14 PM, David Laakso wrote: > On Tue, Jul 9, 2013 at 3:46 PM, Karl DeSaulniers wrote: >> Take a look at it on a phone browser. I have an iPhone 5 using safa

Re: [css-d] site review: hydrogeologist

2013-07-09 Thread David Laakso
On Tue, Jul 9, 2013 at 3:46 PM, Karl DeSaulniers wrote: > Take a look at it on a phone browser. I have an iPhone 5 using safari. View > portrait first then rotate to landscape. The top nav (for me) is overlapping > the header text. > > Best, > Karl >> >> css >>

Re: [css-d] site review: hydrogeologist

2013-07-09 Thread Greg Gamble
Subject: [css-d] site review: hydrogeologist Constructive comments and suggestions on this responsive layout appreciated. <http://ccstudi.com/rum/> css <http://ccstudi.com/rum/r/r.css> Best, David Laakso -- Chelsea Creek Studio http:/

Re: [css-d] site review: hydrogeologist

2013-07-09 Thread Karl DeSaulniers
Same on chrome for iPhone. Best, Karl Sent from losPhone On Jul 9, 2013, at 2:46 PM, Karl DeSaulniers wrote: > Take a look at it on a phone browser. I have an iPhone 5 using safari. View > portrait first then rotate to landscape. The top nav (for me) is overlapping > the header text. > >

Re: [css-d] site review: hydrogeologist

2013-07-09 Thread Karl DeSaulniers
Take a look at it on a phone browser. I have an iPhone 5 using safari. View portrait first then rotate to landscape. The top nav (for me) is overlapping the header text. Best, Karl Sent from losPhone On Jul 9, 2013, at 1:53 PM, David Laakso wrote: > Constructive comments and suggestions on

[css-d] site review: hydrogeologist

2013-07-09 Thread David Laakso
Constructive comments and suggestions on this responsive layout appreciated. css Best, David Laakso -- Chelsea Creek Studio http://ccstudi.com __ css-discuss [css-d@lis

Re: [css-d] site review

2012-10-16 Thread David Laakso
On Mon, Oct 15, 2012 at 1:47 PM, David Laakso wrote: > This is an attempt to reach desktop, laptop, tablet, and mobile from one > address: > ccstudi.com/ > Your constructive comments and suggestions are always appreciated. > css: > > TIA. > Best, > David Laak

Re: [css-d] site review

2012-10-15 Thread Barney Carroll
Impressively flexible! In terms of layout engineering, it's the most responsive design I've seen yet. Amazing how it all fits and reads elegantly through various breakpoints (I can get this down to >200px wide and still have a pleasant reading experience — no mean feat!). My only quibble is that,

Re: [css-d] site review

2012-10-15 Thread Gabriele Romanato
Very well done. Try also to use orientation:portrait/landscape to a finer control over device orientation. E.g. my http://boxer.waapp.it/ a web app for iPad. :-) Thumbs up! :-) __ css-discuss [css-d@lists.css-discuss.org] http

[css-d] Site review and assistance with IE

2008-08-07 Thread Jody Ferrell
Here's the site: http://webct.mscc.edu/motlowtest/ This is my first try at this sort of thing so I'm willing to listen to all criticism. The Search div doesn't appear in the proper place in IE 6, it wraps to the next line. I'm not sure why. Also in both 5.5 and 6 the A-Z index image has a whi

Re: [css-d] Site Review

2007-12-14 Thread Rick Faircloth
css-discuss.org > Subject: [css-d] Site Review > > This is a site we designed that just went live this week for a Herman Miller > furniture dealership in Pasadena. The style sheets still contain some > invisible debris, but the design should be tight across most browsers (dow

Re: [css-d] Site Review :: herman miller ::

2007-12-14 Thread Ben Sgro
Hello, Loading this on Mac os 10.4 w/FireFox gives me: AJAX Search API Load Failure: Ivalid version argument: http://www.google.com/uds/api?file=uds.js&v= Line 68 In firefox. I refreshed a few times... Only seems to happen on the homepage. Also, this is asking to get owned: http://www.m3offic

Re: [css-d] Site Review :: herman miller ::

2007-12-14 Thread David Laakso
Scott Everett wrote: > This is a site we designed that just went live this week for a Herman Miller > furniture dealership in Pasadena. The style sheets still contain some > invisible debris, but the design should be tight across most browsers (down > to IE 6). All comments and criticism are welcom

[css-d] Site Review

2007-12-14 Thread Scott Everett
This is a site we designed that just went live this week for a Herman Miller furniture dealership in Pasadena. The style sheets still contain some invisible debris, but the design should be tight across most browsers (down to IE 6). All comments and criticism are welcome (particularly if you see a

Re: [css-d] Site Review, IE Problems // World Disability Day.com

2007-11-08 Thread David Laakso
Rahul Gonsalves wrote: > On 31-Oct-07, at 3:04 AM, David Laakso wrote: > > >> Rahul Gonsalves wrote: >> >>> http://rahulgonsalves.com/WDD/ >>> >> Stress test it and the problems may become more apparent: font- >> scaling >> at +3 in a compliant browser; and, text-size "largest" in

Re: [css-d] Site Review, IE Problems // World Disability Day.com

2007-11-08 Thread Rahul Gonsalves
On 31-Oct-07, at 3:04 AM, David Laakso wrote: > Rahul Gonsalves wrote: >> http://rahulgonsalves.com/WDD/ > > Stress test it and the problems may become more apparent: font- > scaling > at +3 in a compliant browser; and, text-size "largest" in the IE's, > for > example (the solutions are often

Re: [css-d] Site Review, IE Problems // World Disability Day.com

2007-11-08 Thread Rahul Gonsalves
On 31-Oct-07, at 1:17 AM, Ingo Chao wrote: > Rahul Gonsalves wrote: >> http://rahulgonsalves.com/WDD/ > > I do not know what problem you mean with "splash text", but the third > column drops in IE6 because of the italics bug [1] visible in the > center > column/blockquote p. Ingo, Thank you fo

Re: [css-d] Site Review, IE Problems // World Disability Day.com

2007-10-30 Thread David Laakso
Rahul Gonsalves wrote: > Hello. > > The following site is behaving rather badly in Internet Explorer. I > wonder whether anybody has any suggestions as to how to get the > 'splash' text correctly, or whether my current method of positioning > things is a bad one, etc. > > http://rahulgonsalve

Re: [css-d] Site Review, IE Problems // World Disability Day.com

2007-10-30 Thread Ingo Chao
Rahul Gonsalves wrote: > Hello. > > The following site is behaving rather badly in Internet Explorer. I > wonder whether anybody has any suggestions as to how to get the > 'splash' text correctly, or whether my current method of positioning > things is a bad one, etc. > > http://rahulgonsal

[css-d] Site Review, IE Problems // World Disability Day.com

2007-10-30 Thread Rahul Gonsalves
Hello. The following site is behaving rather badly in Internet Explorer. I wonder whether anybody has any suggestions as to how to get the 'splash' text correctly, or whether my current method of positioning things is a bad one, etc. http://rahulgonsalves.com/WDD/ As it is a site intended

Re: [css-d] Site Review Please

2007-09-06 Thread Ian Young
> Hi Folks, > > This my first review request. Would those of you with the time and > inclination please have a look at this 'test' site, and offer your > professional opinion. > > I am yet to be supplied with some of the 'artwork' (images, header > images, etc..) I've run the XHTML and CSS throug

[css-d] Site Review Please

2007-09-06 Thread Tigdh Glesain
Hi Folks, This my first review request. Would those of you with the time and inclination please have a look at this 'test' site, and offer your professional opinion. I am yet to be supplied with some of the 'artwork' (images, header images, etc..) I've run the XHTML and CSS through the re

Re: [css-d] Site Review Request (Win IE 5.5, 6 and Mac)

2007-08-20 Thread Francesco (Sin City Creative)
Thanks to EVERYONE who helped with this a few days ago! I've had a sick Dachsund and I'm getting ready for an interstate move, so things have been hectic. I appreciate this incredible list! Francesco Sanfilippo, CEO S I N C I T Y C R E A T I V E http://www.sincitycreative.com On 8/18/07, F

Re: [css-d] Site Review Request (Win IE 5.5, 6 and Mac)

2007-08-18 Thread Ingo Chao
Francesco (Sin City Creative) wrote: > ... > http://newsite.omedix.com/ Safari 2 shows a color mismatch of some backgrounds. http://www.satzansatz.de/alien/omedix.png Ingo -- http://www.satzansatz.de/css.html __ css-discuss

Re: [css-d] Site Review Request (Win IE 5.5, 6 and Mac)

2007-08-18 Thread David Laakso
Francesco (Sin City Creative) wrote: > Hi guys! A new css-based site I did most of the work on is online. Looks > flawless and as intended on Windows IE 7 and Windows Firefox 2. I ned some > help with: > > Windows - Opera, IE 5.5 and IE 6 > Mac - Common browsers > > http://newsite.omedix.com/ >

[css-d] Site Review Request (Win IE 5.5, 6 and Mac)

2007-08-18 Thread Francesco (Sin City Creative)
Hi guys! A new css-based site I did most of the work on is online. Looks flawless and as intended on Windows IE 7 and Windows Firefox 2. I ned some help with: Windows - Opera, IE 5.5 and IE 6 Mac - Common browsers http://newsite.omedix.com/ http://newsite.omedix.com/Styles/OmedixStyles.css Th

Re: [css-d] Site Review - CFL.in/Delta

2006-08-04 Thread Rahul Gonsalves
Phil Pickering wrote: > Hi Rahul, > > The quote inside the element on the home page needs to be > contained inside a element to validate, i.e. > your_quote Ah, thanks. I've been using Dreamweavers validation, and using the Tidy Firefox extension, but neither of them caught that. Will fix this.

Re: [css-d] Site Review - CFL.in/Delta

2006-08-04 Thread Phil Pickering
Hi Rahul, The quote inside the element on the home page needs to be contained inside a element to validate, i.e. your_quote You've also used the element quite a lot in the footer. I'm guessing this is a styling decision rather than a semantic one, in which case you should really be using CSS t

Re: [css-d] Site Review - CFL.in/Delta

2006-08-04 Thread Josie Xie
Your website is great. I like the quote, how you styled it. One thing that I think you should change is the font. In my opinion, in this website the sans-serif font isn't the best for the headings. I think using a serif font will be better. Rahul Gonsalves wrote: > Dear All, > > http://cfl.in/d

[css-d] Site Review - CFL.in/Delta

2006-08-04 Thread Rahul Gonsalves
Dear All, http://cfl.in/delta/index.html A site check, and your comments would be greatly appreciated. It's a fairly simple, two-column layout, with a CSS/JS dropdown menu from Project VII (thanks Al!). The site is not quite at the release state - so some links don't work. These are in a minor

[css-d] Site review request

2006-03-15 Thread KE Bracken
Hello - I am new to the list and a relative newbie to CSS - I'm at the tail end of my first "paid" gig for the layout of a site and would appreciate feedback. There are 3 stylesheets involved. The big problem(s) I had (and still have) regard tables and form elements. I wanted to avoid tables for

[css-d] Site Review

2006-03-13 Thread KE Bracken
Hello - I am new to the list and a relative newbie to CSS - I'm at the tail end of my first "paid" gig for the layout of a site and would appreciate feedback. There are 3 stylesheets involved. The big problem(s) I had (and still have) regard tables and form elements. I wanted to avoid tables for

Re: [css-d] site review pc

2006-02-08 Thread David Laakso
rashantha de silva wrote: > > >thanks. >rush. > > Rush, You could easily accomplish a similar layout without tables and all the tags. There are many CSS layouts to select from on the List Wiki: http://css-discuss.incutio.com/ This is a good site <

[css-d] site review pc

2006-02-08 Thread rashantha de silva
thanks. rush. __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://

Re: [css-d] site review::~dL

2005-11-22 Thread David Laakso
Ingo Chao wrote: >http://www.dlaakso.com/blog/wordpress/ > >FF, "View Page Style: No Style" > >The photo of the waterfall is 587*440px, while the others are all >100x100px. Could this, depending on the connection and cache, cause >headaches while incrementally rendering the page? > >Tried cleari

Re: [css-d] site review::~dL

2005-11-22 Thread Ingo Chao
http://www.dlaakso.com/blog/wordpress/ FF, "View Page Style: No Style" The photo of the waterfall is 587*440px, while the others are all 100x100px. Could this, depending on the connection and cache, cause headaches while incrementally rendering the page? Tried clearing of cache this morning,

Re: [css-d] site review::~dL

2005-11-21 Thread David Laakso
Ingo Chao wrote: >I should have mentioned that I can see the vertical rendering on the >live page. On a local copy of the page, all is well and horizontally >aligned. > >Can anyone confirm >a) the problem Thierry has reported on IE6 and >b) what I see in FF1.5RC3? > >Ingo > > > Ingo, Re: b)wha

Re: [css-d] site review::~dL

2005-11-21 Thread David Laakso
David Laakso wrote: >I am working on a weblog for my son. Your comments and suggestions will >be appreciated. Or will they? :-P > >Thank you. >Best, >~dL > > > Deleting the margin-bottom seems to have stopped the content heading from jumping in xp/ie6.0.

Re: [css-d] site review::~dL

2005-11-21 Thread David Laakso
Ingo Chao wrote: >I should have mentioned that I can see the vertical rendering on the >live page. On a local copy of the page, all is well and horizontally >aligned. > >Can anyone confirm >a) the problem Thierry has reported on IE6 and >b) what I see in FF1.5RC3? > >Ingo > > > Ingo, Felix Mia

Re: [css-d] site review::~dL

2005-11-21 Thread David Laakso
Gunlaug Sørtun wrote: >David Laakso wrote: > > > >>Content headings still jump after a restart on my end-- xp_sp2 ie6.0. >> Leonardo is scratching his >>head, too. >> >> > >Confirm jumping headings. IE6/win2K pro. >Did Leonardo remember to give those

Re: [css-d] site review::~dL

2005-11-21 Thread Gunlaug Sørtun
David Laakso wrote: > Content headings still jump after a restart on my end-- xp_sp2 ie6.0. > Leonardo is scratching his > head, too. Confirm jumping headings. IE6/win2K pro. Did Leonardo remember to give those content-divs a 'hasLayout' trigger?

Re: [css-d] site review::~dL

2005-11-21 Thread David Laakso
Ingo Chao wrote: >Philippe Wittenbergh wrote: > > >>It works correctly on my side, both Camino 1.0b (=Firefox 1.5rc3) and >>Firefox 1.6a1. >> >>If you reload the page, does the problem disappear ? >> >> > >Hmm. It did not disappear. But now (after a restart) I cannot reproduce >it anymore.

Re: [css-d] site review::~dL

2005-11-21 Thread Thierry Koblentz
Ingo Chao wrote: > Philippe Wittenbergh wrote: >> It works correctly on my side, both Camino 1.0b (=Firefox 1.5rc3) and >> Firefox 1.6a1. >> >> If you reload the page, does the problem disappear ? > > Hmm. It did not disappear. But now (after a restart) I cannot > reproduce it anymore. Weird. I

Re: [css-d] site review::~dL

2005-11-21 Thread Ingo Chao
Philippe Wittenbergh wrote: > It works correctly on my side, both Camino 1.0b (=Firefox 1.5rc3) and > Firefox 1.6a1. > > If you reload the page, does the problem disappear ? Hmm. It did not disappear. But now (after a restart) I cannot reproduce it anymore. Weird. Ingo -- http://www.satzans

Re: [css-d] site review::~dL

2005-11-21 Thread Philippe Wittenbergh
On 22 Nov 2005, at 8:34 am, Ingo Chao wrote: > I should have mentioned that I can see the vertical rendering on the > live page. On a local copy of the page, all is well and horizontally > aligned. > > Can anyone confirm > a) the problem Thierry has reported on IE6 and > b) what I see in FF1.5RC3

Re: [css-d] site review::~dL

2005-11-21 Thread Ingo Chao
I should have mentioned that I can see the vertical rendering on the live page. On a local copy of the page, all is well and horizontally aligned. Can anyone confirm a) the problem Thierry has reported on IE6 and b) what I see in FF1.5RC3? Ingo -- http://www.satzansatz.de/css.html __

Re: [css-d] site review::~dL

2005-11-21 Thread David Laakso
Ingo Chao wrote: >David Laakso wrote: > > >>I am working on a weblog for my son. Your comments and suggestions will >>be appreciated. Or will they? :-P >> >> >> > > >Wish I could do such nice things. :) > > I wish I could do stuff that works. >FF1.

Re: [css-d] site review::~dL

2005-11-21 Thread Thierry Koblentz
> >I think you need to reduce the width of the sidebar a little because it > >drops in IE/Win. > >Besides that, very nice... > Thierry, > Hmm. No float drop of sidebar this end @ 800 text-size largest in > XP_SP2 IE6.0. Are you using Win/2000? What version of IE? Same as yours, but now it works.

Re: [css-d] site review::~dL

2005-11-21 Thread Ingo Chao
David Laakso wrote: > I am working on a weblog for my son. Your comments and suggestions will > be appreciated. Or will they? :-P > Wish I could do such nice things. :) FF1.5RC3 [Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/2005 Fir

Re: [css-d] site review::~dL

2005-11-21 Thread David Laakso
Thierry Koblentz wrote: >>I am working on a weblog for my son. Your comments and suggestions will >>be appreciated. Or will they? :-P >> >> >> > >Hi David, >I think you need to reduce the width of the sidebar a little because it >drops in IE/Win. >Beside

Re: [css-d] site review::~dL

2005-11-21 Thread Thierry Koblentz
> I am working on a weblog for my son. Your comments and suggestions will > be appreciated. Or will they? :-P > Hi David, I think you need to reduce the width of the sidebar a little because it drops in IE/Win. Besides that, very nice... Thierry | www.TJKD

[css-d] site review::~dL

2005-11-21 Thread David Laakso
I am working on a weblog for my son. Your comments and suggestions will be appreciated. Or will they? :-P Thank you. Best, ~dL -- David Laakso http://www.dlaakso.com __ css-discuss [EMAI

Re: [css-d] Site Review

2005-06-09 Thread Rahul Gonsalves
Dear All: Thanks for the extremely useful feedback that I've got about the project. Roxanne: Rahul: Site looks great! You do have a few Mac issues though. Here are some screenshots. http://www.browsercam.com/public.aspx?proj_id=163962 I believe that IE Mac 5.5 and prior versions have a prob

Re: [css-d] Site Review

2005-06-09 Thread David Laakso
On Thu, 09 Jun 2005 13:56:34 -0400, Rahul Gonsalves <[EMAIL PROTECTED]> wrote: Finally finished my transition to valid, tableless XHTML 1.0 and CSS. Please do take a look at the site on as many browsers as possible. Comments and suggestions welcome! http://www.jaithirtha.net/rahul/index.htm

Re: [css-d] Site Review

2005-06-09 Thread Arthur Maloney
Hello Rahul, Thursday, June 9, 2005, 6:56:34 PM, you wrote: RG> Dear All: RG> Finally finished my transition to valid, tableless XHTML 1.0 and CSS. RG> Please do take a look at the site on as many browsers as possible. RG> Comments and suggestions welcome! RG> http://www.jaithirtha.net/rahul/

[css-d] Site Review

2005-06-09 Thread Rahul Gonsalves
Dear All: Finally finished my transition to valid, tableless XHTML 1.0 and CSS. Please do take a look at the site on as many browsers as possible. Comments and suggestions welcome! http://www.jaithirtha.net/rahul/index.htm Also, my CSS code looks like a huge mess! If anybody has any suggesti