Download & Extend

missing bg-thead.gif menu-expanded.gif menu-collapsed.gif

Project:itheme
Version:5.x-1.5
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active
Issue tags:missing images

Issue Summary

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

Comments

#1

ie-gif.css is missing as well - commented out in page.tpl.php - but for some reasons still all over my 404 error logs

#2

ie-gif.css is missing as well

From page.tpl.php

#3

I have in my log:
themes/itheme/images/menu-expanded.gif
hemes/itheme/images/menu-collapsed.gif

#4

I have in my log:
themes/itheme/images/menu-expanded.gif
hemes/itheme/images/menu-collapsed.gif

missing

#5

I 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.

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;

#6

if you wanted you could could also add a bg-thead.gif to the themes/images folder

#7

Title:missing bg-thead.gif» missing bg-thead.gif menu-expanded.gif menu-collapsed.gif

Here 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.

AttachmentSize
itheme_menuicons.zip 2.8 KB
itheme_menuicons.png 27.79 KB
nobody click here