Search:

Type: Posts; User: jazperson

Search: Search took 0.01 seconds.

  1. Replies
    0
    Views
    1,170

    IE Firefox main page problem

    I'm having a difficulty solving this conflict between IE and firefox. Here is the link:

    http://www.upload.vemedia.net/adncart/index.php

    If you open it in Firefox, the layout is correct, left...
  2. Putting a border on category thumbnail on main page

    I would like to put a css black border on my category thumbnail on the main page. Where do I edit the file or the class name?

    Another question:
    LEFT NAV:
    Another problem is the left side margin...
  3. Replies
    7
    Views
    1,389

    Re: Alignment on left nav

    About the margin on the left, thank you, that's the one i needed to change. The only thing left is how to make a space between the pointer arrow and the text, and to align it vertically in the middle.
  4. Replies
    7
    Views
    1,389

    Re: Alignment on left nav

    ok, forget about the new div, I've downloaded a bettercategoriesezinfo mod and it gave me a rollover background image for my category buttons. Now my only problem is the left side margin on the nav...
  5. Replies
    7
    Views
    1,389

    Re: Alignment on left nav

    Hmm it still doesn't solve the problem. It still has a slight 2px margin on the left. My codes on the tpl_box_default_left.php is:


    <div id="leftMenu">
    <span...
  6. Replies
    7
    Views
    1,389

    Re: Alignment on left nav

    ok Thanks.
  7. Replies
    7
    Views
    1,389

    Alignment on left nav

    Hi, I've created another div above the categories sidebox, I would just like to ask how to align it to the left without any padding and margins. It has a slight space on the left:
    ...
  8. Replies
    3
    Views
    1,281

    Re: Background image and css on left nav

    Thanks. This helps a lot.
  9. Replies
    2
    Views
    1,691

    Re: Category IMage size

    I got it. Thanks.
  10. Replies
    3
    Views
    1,281

    Background image and css on left nav

    How do I put a background image and edit the left nav menu under product/category ?

    http://www.upload.vemedia.net/adncart

    to make it look like:
    ...
  11. Replies
    2
    Views
    1,002

    Re: Sort Order on Categories

    Thank you!
  12. Replies
    1
    Views
    1,142

    Changing the category name to other text

    Hi,

    I would like to ask if it's possible to change the sideboxes heading like Categories and Other information to a different text, say for example, categories be changed to Products.
    ...
  13. Replies
    6
    Views
    1,776

    Re: How do I remove these items

    Thank you, this helps a lot.
  14. Replies
    2
    Views
    1,002

    Sort Order on Categories

    Can I remove the sort oder on my category listing on the left nav and same with the main page?
  15. Replies
    4
    Views
    1,172

    Re: Help with index.htm

    Ok thanks. Let me try that.
  16. Replies
    6
    Views
    1,776

    How do I remove these items?

    How do I remove these items:

    http://www.upload.vemedia.net/adncart

    1. The product listing navigation under the top navigation.
    Awards & General Desktop Gifts Exclusive GiftsGift Pens...
  17. Replies
    2
    Views
    1,691

    Category IMage size

    I would like to know how to change the image width and height of a category thumbnail on the homepage.
  18. Replies
    4
    Views
    1,172

    Re: Help with index.htm

    Yeah ok, index.htm as first page then main.php as second page. Will that work?
  19. Replies
    4
    Views
    1,172

    Help with index.htm

    Is it possible if my first page is a page without header and footer, only flash file and my 2nd page would be my main page - main.htm?
  20. Re: Configuring left and top without the default sideboxes

    Thanks. It helps a lot.
  21. Re: Configuring left and top without the default sideboxes

    None at the moment, I was just wondering if there's a way to that I can put a custom left sidebox without using the default sideboxes.
  22. Replies
    1
    Views
    1,236

    Re: Flash intro page

    It's like making my flash intro site index.htm and my homepage as main.htm. Can main.htm have the header and footer, like renaming index.htm to main.htm?
  23. Replies
    1
    Views
    1,236

    Flash intro page

    Does anyone has a suggestion on what I do first with a flash intro page? I would like my first page to be an html with only a flash intro without header and footer.
  24. Configuring left and top without the default sideboxes

    Hi, I would just like to know if it's possible to make all the sideboxes be 0 and make the left side empty and after making it empty, I'll add my DIV codes to make it my own design. I tried making...
  25. Replies
    3
    Views
    1,882

    Re: Image rollover buttons

    Ok I was referring to an option in Dreamweaver where you can select Add rollover image. So you select a source and another image for rollover. I copied the generated code and pasted it to the...
  26. Replies
    3
    Views
    1,882

    Image rollover buttons

    I tried pasting the code for image rollovers on the tpl_box_default_left.php page. It seems that the image is not showing and there seems to be an error to it. Does it recognize java script?
  27. Replies
    14
    Views
    2,043

    Re: Website from scratch

    Yes I got your point on that div closing. Thanks.
  28. Replies
    14
    Views
    2,043

    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;
    }
  29. Replies
    14
    Views
    2,043

    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...
  30. Replies
    14
    Views
    2,043

    Re: Website from scratch

    Thank you for the info clydejones.
  31. Replies
    14
    Views
    2,043

    Re: Website from scratch

    I got your idea, so I will make another wrapper div for the shadow. I think I need to study more about using CSS without tables for websites. Thank you!
  32. Replies
    14
    Views
    2,043

    Re: Website from scratch

    Yes fixed width, I made the image border shadows in tables, I just don't know how to apply it in CSS and zen cart.
  33. Replies
    14
    Views
    2,043

    Re: Website from scratch

    Yeah www.zen-cart.com has image border shadows but it's layout is set to table. Anyone know how to do it in CSS zen cart?
  34. Replies
    14
    Views
    2,043

    Re: Website from scratch

    Forget about the center alignment, I have already aligned the site, I just want to know if it's possible to make image borders around the left and right side borders like this one :...
  35. Replies
    14
    Views
    2,043

    Website from scratch

    Hi, is it possible to make a site like this using zen cart?

    http://www.phweb.biz/proofs/jewelrybyvictoria/template

    As you can see, my borders on the left and right have shadings and they are...
Results 1 to 35 of 35
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR