[css-d] okay fixed but 2 other problems

2008-05-02 Thread Scott Thigpen
Hey,  okay I'm almost there but I'm having a bit of trouble.

okay how the site looks
http://www.sthig.com/jlh/

here's my css
http://www.sthig.com/jlh/css/jlh.css

here's the problem page:
http://www.sthig.com/jlh/interiora.html

2 things.  First if you'll look at the contact us tab, just below it,
there is a one pixel off white box problem? It's just before the word
years and below contact us

The second problem is, if you scroll down to the bottom, the drop shadows
are touching (whcih they shouldn't, see index.html page...that's how it
should look)

Can you help me out with this?
__
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] okay fixed but 2 other problems

2008-05-02 Thread Christian Kirchhoff privat
Hello,

regarding the second problem (the content shadow): in index.html the
appropriate html code snippet is:

-
/div

/div
/div
/div
div id=contentShadow/div


div id=footer
-
The div#contentShadow is a direct child of div#wrap.


But in http://www.sthig.com/jlh/interiora.html:
-
/div
div id=contentShadow/div



/div
/div
/div
/div

/divdiv id=footer
-
Here it is div#wrap  div#drop  div#container  div#intcontent 
div#contentShadow. If you establish the same hiearchy as in index.html,
things should be fine.

Best regards,

Christian


 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of 
 Scott Thigpen
 Sent: Saturday, May 03, 2008 12:01 AM
 To: css-d
 Subject: [css-d] okay fixed but 2 other problems
 
 
 Hey,  okay I'm almost there but I'm having a bit of trouble.
 
 okay how the site looks
 http://www.sthig.com/jlh/
 
 here's my css
 http://www.sthig.com/jlh/css/jlh.css
 
 here's the problem page: http://www.sthig.com/jlh/interiora.html
 
 2 things.  First if you'll look at the contact us tab, just 
 below it, there is a one pixel off white box problem? It's 
 just before the word years and below contact us
 
 The second problem is, if you scroll down to the bottom, the 
 drop shadows are touching (whcih they shouldn't, see 
 index.html page...that's how it should look)
 
 Can you help me out with this? 
 __
 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-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/