i just browse thru style.css, i found missing gif image.
thead th {
border-bottom: 2px solid #AAB5C3;
color: #678;
font-size: 90%;
font-weight: bold;
background: url(images/bg-thead.gif) repeat-x bottom left;
padding: 4px 5px 0 5px;
}
should i delete the entry in css or you have the image.
thanks
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | itheme_menuicons.zip | 2.8 KB | andrew answer |
| #7 | itheme_menuicons.png | 27.79 KB | andrew answer |
Comments
Comment #1
snackmaster commentedie-gif.css is missing as well - commented out in page.tpl.php - but for some reasons still all over my 404 error logs
Comment #2
snackmaster commentedie-gif.css is missing as well
From page.tpl.php
Comment #3
khoogheem commentedI have in my log:
themes/itheme/images/menu-expanded.gif
hemes/itheme/images/menu-collapsed.gif
Comment #4
khoogheem commentedI have in my log:
themes/itheme/images/menu-expanded.gif
hemes/itheme/images/menu-collapsed.gif
missing
Comment #5
mikeybusiness commentedI commented it out in the Style Sheet with no ill effects. It's just the background of a table header. I'll comment back if the sky falls.
Comment #6
vm commentedif you wanted you could could also add a bg-thead.gif to the themes/images folder
Comment #7
andrew answer commentedHere is the menu icons for itheme 1.5. You should add images to "images" folder and update style.css with classes from style.css_update file.
screenshot added.