Results 1 to 10 of 24

Threaded View

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

    Default Re: urgent!! Strange problem with css

    Quote Originally Posted by kiirababy View Post
    I removed the #logo and it fixed the color- strange, i hadn't even touched that. the logo is still off center though.

    How could all that have changed just by changing a color??
    You have your logo commented out:

    <!--<div id="logo"><a href="http://www.kiirababy.com/"><img src="includes/templates/template_default/images/KBlogo.jpg" alt="KiiraBaby" title=" KiiraBaby " /></a></div> -->

    And instead you have it as a background image located in:

    #logoWrapper


    #logoWrapper {
    width:600px;
    height:205px;
    background-image:url(../images/weblogo2.jpg);
    background-repeat:no-repeat;
    background-position: center;
    }
    add the highlighted portion and see if that helps
    Last edited by clydejones; 12 Sep 2007 at 04:45 PM.

 

 

Similar Threads

  1. Very strange problem (urgent!) - 404 not found -- SEO Url mod
    By orenrosenthal in forum All Other Contributions/Addons
    Replies: 5
    Last Post: 2 Jan 2011, 12:26 PM
  2. Help with Strange CSS
    By limelites in forum General Questions
    Replies: 1
    Last Post: 18 Jul 2009, 02:53 PM
  3. strange problem with css and modification of tpl_main_page.php
    By sartzsche in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 24 May 2006, 09:21 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