Re: [css-d] Site Check ::Jehangir::

2007-02-14 Thread Robin Fisher
Hi,

All looks fine on IE6/Win.  Nice site!

Kind Regards

Robin

On 2/14/07, Jehangir Larry [EMAIL PROTECTED] wrote:
 Parag Jagdale wrote:
  I dont think your css is linked right - the styles are not applied at
  all.
 
  Parag
 No stylesheet is fine...please recheck?
 Thanks
 _j[_
 __
 css-discuss [EMAIL PROTECTED]
 http://www.css-discuss.org/mailman/listinfo/css-d
 IE7 information -- http://css-discuss.incutio.com/?page=IE7
 List wiki/FAQ -- http://css-discuss.incutio.com/
 Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Site Check ::Jehangir::

2007-02-14 Thread Ingo Chao
Jehangir Larry wrote:
 Grateful for a site check http://www.teerthyatri.com 
 Problem:
 FF2 on XP SP2 throws the google search box up towards the header; 
 instead of below the navigation menu in left sidebar, as intended.
 IE7 shows it fine!

The styles were not loaded at all because of a server misconfiguration, 
the css file was sent as text/html instead of text/css.

For the search box problem: the form should clear the float.

Ingo


-- 
http://www.satzansatz.de/css.html
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Site Check ::Jehangir::

2007-02-14 Thread Jehangir Larry
Ingo Chao wrote:
 Jehangir Larry wrote:
 Grateful for a site check http://www.teerthyatri.com
 Problem:
 FF2 on XP SP2 throws the google search box up towards the header;
 instead of below the navigation menu in left sidebar, as intended.
 IE7 shows it fine!
 
 The styles were not loaded at all because of a server
 misconfiguration, the css file was sent as text/html instead of
 text/css. 
 
 For the search box problem: the form should clear the float.
 
 Ingo
Thanks, Ingo. While cleaning up the CSS file I erased a rule set.
Why did this omission not affect IE at all?
Also, appreciate a cross browser check.
Regards.
_j[_
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Site Check ::Jehangir::

2007-02-14 Thread ~davidLaakso
Jehangir Larry wrote:
 Grateful for a site check http://www.teerthyatri.com 
 Problem:
 FF2 on XP SP2 throws the google search box up towards the header; 
 instead of below the navigation menu in left sidebar, as intended.
 IE7 shows it fine!
 Many TIA
 -
 _j[_
 Larry

   
 The search box is working as intended.

In IE/6.0 you are getting float drop at text-size largest (width issue?).
This at the bottom of the style sheet (on a local file) seemed to help:
* html .fast #main {width:675px;}  

If you are into trivial and esoteric style pursuits, try:

For home page  elsewhere if there is a similar note, try:
From: html/css
p class=noteJust feel free to ask and we promise you, we shall 
deliver.br /
emEvery time/em./p
.note {width:150px; margin: 20px; float: right; text-align:left; 
color:#801E31; font-size: 85%; border:#f7f6ef thin outset;} 

To: html/css
div id=note
pJust feel free to ask and we promise you, we shall deliver.br /
strongEvery time/strong./p
/div
div#note {width:150px; margin: 0 20px 20px 20px; float: right; 
text-align:left;}
div#note p {background-color: inherit; border: 3px double #cda; color: 
#954a4a; margin: 0; padding: 15px 6px 1.25em 20px; font-size: 85%; }
div#note p:hover { border: 3px double #c63; }/*for compliant browsers 
and even ie/7.0*/

The footer may be more complex than necessary? See if replacing the 
current styles with these is to your liking:
#footer {background-color: #E0E0C0; color: inherit; border-top: 3px 
double #a08a5b; clear: both; text-align: center;padding-top: 6px;}
#footer .nav ul {margin: 0; padding: 2px 0 7px 0; list-style:none; 
text-transform:uppercase;}
#footer .nav ul.c1 { margin: 0; padding-top: 4px; padding-bottom: 5px; 
list-style:none; font-size: 85%; text-transform:none;}

And you many want to consider bumping up the font-size of h2 (and the 
color) just a little.

Best,
~dL

-- 
http://chelseacreekstudio.com/

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Site Check ::Jehangir::

2007-02-14 Thread Jehangir Larry
~davidLaakso wrote:
 Jehangir Larry wrote:
 Grateful for a site check http://www.teerthyatri.com
 Problem:
 FF2 on XP SP2 throws the google search box up towards the header;
 instead of below the navigation menu in left sidebar, as intended.
 IE7 shows it fine!
 Many TIA
 -
 _j[_
 Larry


 The search box is working as intended.

 In IE/6.0 you are getting float drop at text-size largest (width
 issue?). This at the bottom of the style sheet (on a local file)
 seemed to help: * html .fast #main {width:675px;}

 If you are into trivial and esoteric style pursuits, try:

 For home page  elsewhere if there is a similar note, try:
 From: html/css
 p class=noteJust feel free to ask and we promise you, we shall
 deliver.br /
 emEvery time/em./p
 .note {width:150px; margin: 20px; float: right; text-align:left;
 color:#801E31; font-size: 85%; border:#f7f6ef thin outset;}

 To: html/css
 div id=note
 pJust feel free to ask and we promise you, we shall deliver.br /
 strongEvery time/strong./p
 /div
 div#note {width:150px; margin: 0 20px 20px 20px; float: right;
 text-align:left;}
 div#note p {background-color: inherit; border: 3px double #cda; color:
 #954a4a; margin: 0; padding: 15px 6px 1.25em 20px; font-size: 85%; }
 div#note p:hover { border: 3px double #c63; }/*for compliant browsers
 and even ie/7.0*/

 The footer may be more complex than necessary? See if replacing the
 current styles with these is to your liking:
 #footer {background-color: #E0E0C0; color: inherit; border-top: 3px
 double #a08a5b; clear: both; text-align: center;padding-top: 6px;}
 #footer .nav ul {margin: 0; padding: 2px 0 7px 0; list-style:none;
 text-transform:uppercase;}
 #footer .nav ul.c1 { margin: 0; padding-top: 4px; padding-bottom: 5px;
 list-style:none; font-size: 85%; text-transform:none;}

 And you many want to consider bumping up the font-size of h2 (and the
 color) just a little.

 Best,
 ~dL

Thanks very much, indeed. I have happily and gratefully adopted ALL your 
suggestions. They are neither trivial nor esoteric. The footer is the one 
that is not working for me but thats purely subjective.
This list rocks because of contributors like you. Hurray.
Regards.
_j[_ 

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Site Check ::Jehangir::

2007-02-14 Thread ~davidLaakso
Jehangir Larry wrote:
 ~davidLaakso wrote:
 Jehangir Larry wrote:
 Grateful for a site check http://www.teerthyatri.com 

 The footer is the one that is not working for me but thats purely 
 subjective.

 Regards.
 _j[_
Then one or both of us has made a mistake somewhere along the line.
I think the footer is supposed to be more like this:
http://www.chelseacreekstudio.com/ca/cssd/larry.html
Best,
~dL

-- 
http://chelseacreekstudio.com/

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Site Check ::Jehangir::

2007-02-14 Thread Jehangir Larry
~davidLaakso wrote:
 Jehangir Larry wrote:
 ~davidLaakso wrote:
 Jehangir Larry wrote:
 Grateful for a site check http://www.teerthyatri.com
 
 The footer is the one that is not working for me but thats purely
 subjective.
 
 Regards.
 _j[_
 Then one or both of us has made a mistake somewhere along the line.
 I think the footer is supposed to be more like this:
 http://www.chelseacreekstudio.com/ca/cssd/larry.html
 Best,
 ~dL
I did a cut and paste. It works! Great.
This list can and will promote laziness - at this rate.
Regards.
_j[_
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Site Check ::Jehangir::

2007-02-14 Thread ~davidLaakso
Jehangir Larry wrote:
 ~davidLaakso wrote:
 J

 Grateful for a site check http://www.teerthyatri.com

 The footer is the one that is not working for me but thats purely
 subjective.

 Regards.
 _j[_
 Then one or both of us has made a mistake somewhere along the line.
 I think the footer is supposed to be more like this:
 http://www.chelseacreekstudio.com/ca/cssd/larry.html
 Best,
 ~dL

The footer is positioned correctly now and seems to be in order. Would 
you consider making the background-color of it (the footer) the same 
color as your sig image (so it blends in)?
~d

-- 
http://chelseacreekstudio.com/

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Site Check ::Jehangir::

2007-02-14 Thread Jehangir Larry
~davidLaakso wrote:
 Jehangir Larry wrote:
 ~davidLaakso wrote:
 J
 
 Grateful for a site check http://www.teerthyatri.com
 
 The footer is the one that is not working for me but thats purely
 subjective.
 
 Regards.
 _j[_
 Then one or both of us has made a mistake somewhere along the line.
 I think the footer is supposed to be more like this:
 http://www.chelseacreekstudio.com/ca/cssd/larry.html
 Best,
 ~dL
 
 The footer is positioned correctly now and seems to be in order. Would
 you consider making the background-color of it (the footer) the same
 color as your sig image (so it blends in)?
 ~d
Good idea. And implemented - pronto! Thank you.
_j[_
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] Site Check ::Jehangir::

2007-02-13 Thread Jehangir Larry
Grateful for a site check http://www.teerthyatri.com 
Problem:
FF2 on XP SP2 throws the google search box up towards the header; 
instead of below the navigation menu in left sidebar, as intended.
IE7 shows it fine!
Many TIA
-
_j[_
Larry
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Site Check ::Jehangir::

2007-02-13 Thread Parag Jagdale
I dont think your css is linked right - the styles are not applied at all.

Parag
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Site Check ::Jehangir::

2007-02-13 Thread Jehangir Larry
Parag Jagdale wrote:
 I dont think your css is linked right - the styles are not applied at
 all. 
 
 Parag
No stylesheet is fine...please recheck?
Thanks
_j[_
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/