[css-d] Site check please - DAC

2008-10-08 Thread Calliope Georgousi
Hi *Peter,

I am new member and I am still finding my feet in this forum.

I happen to have a similar problem, have tried everything and even though I
am just a placement student , the professional staff doesn't know how to
deal with this as well.

so I created this website and no matter whether I use the super sleight
(generating other bugs such as no use of links, problem with google maps on
location.html etc) I ended up with the google code.

My problem is that even though I am using conditional coments for each
version of IE it still parses the default .css style, so I can't style the
page accordingly really!!

here is the website link: http://kiltennel.ie.4pm.ie/index.html

I would appreciate any comments or suggestions  thank you in advance!


*
-- 
Calliope Georgousi
BSc Multimedia Technology  Design
Brunel University, Uxbridge

www.calliopemuse.net
Tel: +353(0) 87 698 1991
skype name: calliope8
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] Site check please - DAC

2008-10-07 Thread Peter Hyde-Smith
10/06/2008

Would appreciate a general site check, please, especially in IE6. No
breakage issues in OS and browsers noted below. I am also interested to know
if the Gilder/Levin image replacement in the header is working. If it isn't,
you'll see plain text *The Drug Affected Children Website* (it isn't working
in Avant 11.6).

http://www.fatpawdesign.com/DAC/DACproducts.html

http://www.fatpawdesign.com/DAC/DACpagecss.css
http://www.fatpawdesign.com/DAC/DACresetcss.css
http://www.fatpawdesign.com/DAC/DACtablecss.css
http://www.fatpawdesign.com/DAC/DACjavascriptcss.css

Yea, yea, yea, I'll eventually learn to link the CSS into one or two
combined sheets...

TIA and Best,

Peter
www.fatpawdesign.com
developed in: WinXP/SP2 + FF3.0.3 at 1280x1024
checked in: IE8.0beta/O9.52/Av11.6/Cr0.2
In God we trust, all else bring data... 

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Site check please - DAC

2008-10-07 Thread Gunlaug Sørtun
Peter Hyde-Smith wrote:

 Would appreciate a general site check, please, especially in IE6. No
 breakage issues in OS and browsers noted below. I am also interested to know
 if the Gilder/Levin image replacement in the header is working.

Ok in IE6.

 http://www.fatpawdesign.com/DAC/DACproducts.html

IE6 doesn't support transparent borders, so there are borders on 
.rightcolcontainer li a. Better remove those and compensate with the 
paddings.

regards
Georg
-- 
http://www.gunlaug.no
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Site check please - DAC

2008-10-07 Thread David Laakso
Peter Hyde-Smith wrote:
 10/06/2008

 Would appreciate a general site check, please, especially in IE6. No
 breakage issues in OS and browsers noted below. I am also interested to know
 if the Gilder/Levin image replacement in the header is working.


 Peter

   

O.K. Mac OS X 10.4.11 Opera, Safari, SeaMonkey, WebKit, Camino. Camino a 
little slower to load the G/L, but not to worry. My sister, viewed the 
site beside me, did a double take on drug addiction being mixed in with 
shopping carts, but she's twisted.

-- 

A thin red line and a salmon-color ampersand forthcoming.

http://chelseacreekstudio.com/

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Site check please - DAC *round 2*

2008-10-07 Thread Gunlaug Sørtun
Peter Hyde-Smith wrote:

 http://www.fatpawdesign.com/DAC/DACproducts.html

 All: Thanks for the look-see and feed-back.

 Georg: I think I have the transparent borders issue fixed. Would you 
 please make another quick check?

Borders ok. IE6 need a little bit more help though.

1: There's the extra white-space spacing between list-items in the
right-hand navigation. To fix without negative side-effects, add a very
precise 'hasLayout' trigger to anchor...

* html .rightcolcontainer li a  {width: 92%;}


2: #viewcart doesn't shrinkwrap so the button ends up on left side in a
full-width #viewcart container, and the margin-doubling on floats bug
is also bugging IE6. To fix, add...

* html #viewcart {width: 150px; display: inline;}


That's it. Don't think I have missed any IE6 or IE7 bugs in there :-)

regards
Georg
-- 
http://www.gunlaug.no
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/