Thread: OK CSS Guru's

Page 1 of 3 123 LastLast
Results 1 to 10 of 21
  1. #1
    Join Date
    Jan 2005
    Location
    Lake Havasu, AZ
    Posts
    1,149
    Plugin Contributions
    0

    Default OK CSS Guru's

    Somebody please keep me from the continuing motion of head against wall

    I built this template http://lakecountrygiftshop.com/
    Which looks great in firefox - but when you look in IE7 I have 2 (?? only these 2) the information box and the paypal box which are pulling in a solid brown background rather than my graphic. Also I notice that the Information box is very left aligned instead of padded as it is in Firefox.

    Can someone who hasn't been beating their head on the wall over this for a week please take a peek and tell me what I wonked in the stylesheet for those boxes! I'd really appreciate it.
    When the world gets in my face I say Have A Nice Day.
    * I DO Think and I HAVE BEEN Zenned - therefore, I AM * I donate - do you?
    Custom Templates and Zen Services CRS Designs, Inc.

  2. #2
    Join Date
    Oct 2006
    Location
    Alberta, Canada
    Posts
    4,571
    Plugin Contributions
    1

    Default Re: OK CSS Guru's

    IE 6 also shows the same problem as IE 7.

    Here are good places to start at.

    Selector expected. Ruleset ignored due to bad selector.
    stylesheet.css (line 175)

    Expected end of value for property but found 'color'. Error in parsing value for property 'width'. Declaration dropped.
    stylesheet.css (line 292)

    Expected identifier for pseudo-class or pseudo-element but found ' '. Ruleset ignored due to bad selector.
    stylesheet.css (line 521)

  3. #3
    Join Date
    Jan 2005
    Location
    Lake Havasu, AZ
    Posts
    1,149
    Plugin Contributions
    0

    Default Re: OK CSS Guru's

    Fixed all three - thanks for the check - but still the problem persists - any other suggestions ? Thanks again !
    When the world gets in my face I say Have A Nice Day.
    * I DO Think and I HAVE BEEN Zenned - therefore, I AM * I donate - do you?
    Custom Templates and Zen Services CRS Designs, Inc.

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

    Default Re: OK CSS Guru's

    Tina,

    I looked at the view source and found this error on both of the sideboxes.

    <div "class="sideBoxContent">

    You have this extra quote mark before the class declaration.

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

    Default Re: OK CSS Guru's

    Tina,

    TIDY also reports the following errors:

    line 6 column 77 - Warning: unescaped & which should be written as &amp;
    line 6 column 153 - Warning: unescaped & which should be written as &amp;
    line 6 column 179 - Warning: unescaped & which should be written as &amp;
    line 6 column 197 - Warning: unescaped & which should be written as &amp;
    line 6 column 210 - Warning: unescaped & which should be written as &amp;
    line 7 column 105 - Warning: unescaped & which should be written as &amp;
    line 7 column 181 - Warning: unescaped & which should be written as &amp;
    line 7 column 207 - Warning: unescaped & which should be written as &amp;
    line 7 column 225 - Warning: unescaped & which should be written as &amp;
    line 7 column 238 - Warning: unescaped & which should be written as &amp;
    line 36 column 11 - Warning: <img> element not empty or not closed
    line 43 column 23 - Warning: <img> element not empty or not closed
    line 46 column 23 - Warning: <img> element not empty or not closed
    line 64 column 23 - Warning: <img> element not empty or not closed
    line 67 column 35 - Warning: <img> element not empty or not closed
    line 70 column 60 - Warning: <img> element not empty or not closed
    line 73 column 67 - Warning: <img> element not empty or not closed
    line 76 column 63 - Warning: <img> element not empty or not closed
    line 79 column 65 - Warning: <img> element not empty or not closed
    line 82 column 63 - Warning: <img> element not empty or not closed
    line 85 column 23 - Warning: <img> element not empty or not closed
    line 88 column 29 - Warning: <img> element not empty or not closed
    line 92 column 5 - Warning: discarding unexpected </td>
    line 93 column 17 - Warning: discarding unexpected </tr>
    line 129 column 149 - Warning: unescaped & which should be written as &amp;
    line 131 column 153 - Warning: unescaped & which should be written as &amp;
    line 136 column 153 - Warning: unescaped & which should be written as &amp;
    line 139 column 149 - Warning: unescaped & which should be written as &amp;
    line 140 column 151 - Warning: unescaped & which should be written as &amp;
    line 166 column 1 - Warning: <div> unexpected or duplicate quote mark
    line 166 column 483 - Warning: unescaped & which should be written as &amp;
    line 178 column 1 - Warning: <div> unexpected or duplicate quote mark
    line 124 column 1 - Warning: missing </div>
    line 329 column 294 - Warning: <br> element not empty or not closed
    line 285 column 1 - Warning: missing </div>
    line 19 column 1 - Warning: missing </div>
    line 49 column 19 - Warning: <td> proprietary attribute "background"
    line 214 column 379 - Warning: trimming empty <span>
    line 214 column 314 - Warning: trimming empty <font>
    line 214 column 491 - Warning: trimming empty <span>
    line 214 column 426 - Warning: trimming empty <font>

  6. #6
    Join Date
    Jan 2005
    Location
    Lake Havasu, AZ
    Posts
    1,149
    Plugin Contributions
    0

    Default Re: OK CSS Guru's

    I have actually cut my errors down to 8 on validation- but one of those - the very first one is stumping me
    When the world gets in my face I say Have A Nice Day.
    * I DO Think and I HAVE BEEN Zenned - therefore, I AM * I donate - do you?
    Custom Templates and Zen Services CRS Designs, Inc.

  7. #7
    Join Date
    Oct 2006
    Location
    Alberta, Canada
    Posts
    4,571
    Plugin Contributions
    1

    Default Re: OK CSS Guru's

    I've attached a zip file with corrected code for you. Also includes a suggested color change for your special prices.

    Still means a bit of work for you to do but at least you wont' have to worry about code errors.
    Attached Files Attached Files

  8. #8
    Join Date
    Jan 2005
    Location
    Lake Havasu, AZ
    Posts
    1,149
    Plugin Contributions
    0

    Default Re: OK CSS Guru's

    Thanks Rob :-) I am sure it's something that I am simply failing to see - considering it's not my first time around the block with a template but this one just wants to piss me off :)

    Thanks again my friend!
    When the world gets in my face I say Have A Nice Day.
    * I DO Think and I HAVE BEEN Zenned - therefore, I AM * I donate - do you?
    Custom Templates and Zen Services CRS Designs, Inc.

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

    Default Re: OK CSS Guru's

    Tina,
    again, taken from the view source:

    Warning: <div> unexpected or duplicate quote mark

    <!--// bof: infopages //-->

    <div "class="sideBoxContent">

    <!--// bof: paypallogo //-->

    <div "class="sideBoxContent">

    Its the quote immediately in front of class.

  10. #10
    Join Date
    Jan 2005
    Location
    Lake Havasu, AZ
    Posts
    1,149
    Plugin Contributions
    0

    Default Re: OK CSS Guru's

    Yes I know - I see that too - but the problem is that I don't see where it's getting that at... on ONLY those two sideboxes. I mean I realize that they are the template and all - but I have edited them over and over and I cannot find why they get that code
    When the world gets in my face I say Have A Nice Day.
    * I DO Think and I HAVE BEEN Zenned - therefore, I AM * I donate - do you?
    Custom Templates and Zen Services CRS Designs, Inc.

 

 
Page 1 of 3 123 LastLast

Similar Threads

  1. HELP!!! CSS Guru needed....Please!
    By Shoreham1 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 20 Jan 2008, 11:24 PM
  2. An easy one for a CSS guru.....
    By jay973 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 16 Jan 2008, 03:07 PM
  3. CSS Guru needed
    By welshop.com in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 8 Jan 2007, 06:26 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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR