Page 2 of 2 FirstFirst 12
Results 11 to 15 of 15
  1. #11
    Join Date
    Dec 2006
    Posts
    35
    Plugin Contributions
    0

    Default Re: Website from scratch

    Thank you for the info clydejones.

  2. #12
    Join Date
    Dec 2006
    Posts
    35
    Plugin Contributions
    0

    Default Re: Website from scratch

    Ok i got the shadow border working. But there is 1 problem, the alignment of the whole body became left. I tried adding text-align: center to the css of #shadow and #mainWrapper but it's still the same. Here is the link:

    http://www.wordfortheworldlp.org/zencart

    Another question what if I make another border shadow on the footer area, is it still possible?

  3. #13
    Join Date
    Dec 2006
    Posts
    35
    Plugin Contributions
    0

    Default Re: Website from scratch

    Ok i got it fixed but it's really weird. #shadow should be added to some group of #s like:

    #navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper, #shadow{
    margin: auto;
    }

  4. #14
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,039
    Plugin Contributions
    31

    Default Re: Website from scratch

    You left of the right and left margins. right now you have the margins set to 0.
    add what is highlighted in the shadow declaration. You can adjust this as needed.

    Code:
    #shadow {
        width: 860px;
    	margin: 0 70px;
        background: url(../images/bg_.gif);
        text-align: center;
        }
    Another question what if I make another border shadow on the footer area, is it still possible?
    Do you mean stopping the "main Shadow" above the bottom navigation bar and then adding a "footer Shadow"? Yes, this is possible. You'd just have to adjust where the "main shadow <div> closes and the "footer shadow <div> opens.

  5. #15
    Join Date
    Dec 2006
    Posts
    35
    Plugin Contributions
    0

    Default Re: Website from scratch

    Do you mean stopping the "main Shadow" above the bottom navigation bar and then adding a "footer Shadow"? Yes, this is possible. You'd just have to adjust where the "main shadow <div> closes and the "footer shadow <div> opens.
    Yes I got your point on that div closing. Thanks.

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. Search Error on Client website
    By markov in forum Installing on a Linux/Unix Server
    Replies: 1
    Last Post: 4 Dec 2006, 03:32 AM
  2. can i access my other website database
    By vr4indian in forum Installing on a Linux/Unix Server
    Replies: 8
    Last Post: 25 Nov 2006, 06:58 AM
  3. Payment Without Leaving the Website
    By amirey in forum Built-in Shipping and Payment Modules
    Replies: 6
    Last Post: 20 Nov 2006, 10:11 AM
  4. website width
    By kysonedin in forum General Questions
    Replies: 5
    Last Post: 21 May 2006, 08:29 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •