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,033
    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. Replies: 8
    Last Post: 30 Jan 2015, 03:15 PM
  2. ecommerce website from scratch
    By mehram in forum Installing on a Windows Server
    Replies: 5
    Last Post: 24 Feb 2012, 04:29 PM
  3. From Scratch
    By dracofaerie2 in forum General Questions
    Replies: 9
    Last Post: 24 Sep 2009, 07:19 PM
  4. from scratch
    By mrotb in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 13 Mar 2008, 11:05 AM

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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR