Page 2 of 2 FirstFirst 12
Results 11 to 19 of 19
  1. #11
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: please help with css

    In your

    includes -> templates -> YOUR_TEMPLATE -> common -> tpl_header.php

    first find the following:

    Code:
    <!--bof-branding display-->
    <div id="logoWrapper">
        <div id="logo"><a href="http://www.divaknitting.com/testzenstore/"><img src="includes/templates/custom/images/logo.jpg" border="0" alt="Diva Knitting" title=" Diva Knitting " width="163" height="200" /></a></div>
        <div id="taglineWrapper">
          <div id="tagline"><h1<h1></div>
        </div>
    </div>
    <br class="clearBoth" />
    <!--eof-branding display-->
    the portion in red need to be corrected.

    Next find the following:

    Code:
    <!--bof-header ezpage links-->
    <html>
    
    <body>
    
    You need to delete the portions in red.


    Just a hint for reference.

    Always design for Firefox and then tweak your setting for IE.

  2. #12
    Join Date
    Mar 2006
    Posts
    199
    Plugin Contributions
    0

    Default Re: please help with css

    Thanks for pointing those out.

    For the first part, I found the tags in languages/english/custom/header.php

    For the second part, I found the html and body in the tpl_ezpages_bar_header file...I didn't realize I could just start the html from the dropdows.

    Layout still broken though.
    Zen Cart: Diva Knitting

  3. #13
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: please help with css

    In your

    includes -> templates -> YOUR_TEMPLATE -> common -> tpl_header.php

    find the following:

    <!--eof-header ezpage links-->
    and just below it add

    <br class="clearBoth" />

    and see if that helps

  4. #14
    Join Date
    Mar 2006
    Posts
    199
    Plugin Contributions
    0

    Default Re: please help with css

    Hot Dog!!!! Thanks so much for your help. That did it. Why there I wonder? The clear: in the css should work, shouldn't it? Just want to try to learn future reference.

    Now I just need to figure out why the dropdowns are pushing the content down.
    Zen Cart: Diva Knitting

  5. #15
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: please help with css

    Can I ask why you have two(2) category sideboxes?

  6. #16
    Join Date
    Mar 2006
    Posts
    199
    Plugin Contributions
    0

    Default Re: please help with css

    I got the menus to quit pushing the content down by adding position:absolute to these two things:
    Code:
    #ezpagesnav li:hover ul, li.over ul {
    	display: block;
    	background:#fff;
    	position: absolute;
    	}
    
    #ezpagesnav hr {
    	display: none;
    	position: absolute;
    	}
    now to figure out where the bullets in FF are coming from.
    Zen Cart: Diva Knitting

  7. #17
    Join Date
    Mar 2006
    Posts
    199
    Plugin Contributions
    0

    Default Re: please help with css

    Quote Originally Posted by clydejones
    Can I ask why you have two(2) category sideboxes?
    Absolutely no reason! lol I just turned them both on when I was installing the css flyout mod. Since it's only a test store I didn't turn off the regular categories sidebox.
    Zen Cart: Diva Knitting

  8. #18
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: please help with css

    Glad I could help

  9. #19
    Join Date
    Mar 2006
    Posts
    199
    Plugin Contributions
    0

    Default Re: please help with css

    Got the bullets to go away in FF by adding list-style to this section:

    Code:
    #ezpagesnav li {
    	float: left;
    	position: relative;
    	width: 15em;
    	text-align: center;
    	cursor: default;
    	background-color: #ffffff;
    	border: 1px solid #499bca;
    	border-width: 1px 0;
    	list-style: none;	
    	}
    Zen Cart: Diva Knitting

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. v139h Please help me implementing a custom cursor with CSS
    By lolwaut in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 17 Jul 2012, 11:36 PM
  2. v150 Please help... File merge with numinix CSS/JS loader
    By Miff in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 18 Feb 2012, 05:11 PM
  3. Please help displaying images with CSS
    By SeánT in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 26 Sep 2010, 02:40 PM
  4. problem with css on IE! Please Help Me!
    By adrian_hs in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 8 May 2009, 09:19 AM
  5. Converting OS css to Zencart Css help please.
    By oavs in forum General Questions
    Replies: 2
    Last Post: 17 Jul 2006, 09:49 AM

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