Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Themes /

Discuss SilverStripe Themes.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

ie there will be problems(brownish theme)


Go to End


10 Posts   5185 Views

Avatar
minmax

Community Member, 12 Posts

7 January 2009 at 2:31pm

Edited: 07/01/2009 2:33pm

I use the brownish theme, ie there will be problems( IE6)

my site:http://www.rubber-plastic.cn

Avatar
Nivanka

Community Member, 400 Posts

8 January 2009 at 6:33am

Hi,

I am the developer who did the brownish theme.

I saw what you meant, I did not test it in IE6 as most of the people dont use IE6, and IE 8 is also coming soon,

There is a known bug in IE6 that the png files are not displaying correctly. The transparencies are not working at all.

anyway for me I dont really think that it will be useful to check the sites in IE6, but anyway I checked your site with IE 7, Firefox, Opera, and Google Chrome, there it works fine.

Avatar
Nivanka

Community Member, 400 Posts

8 January 2009 at 7:25am

I did some little fixes to the theme, and I submitted it the the themes directory.

It will take sometime to get it reviewed, if it is urgent here is a copy of the theme I uploaded to the themes directory.

try with it.

Attached Files
Avatar
minmax

Community Member, 12 Posts

8 January 2009 at 6:14pm

thank you!Well now
I have altered the picture for the jpg format

Avatar
Nivanka

Community Member, 400 Posts

8 January 2009 at 11:10pm

Edited: 08/01/2009 11:15pm

Welcome!

Good if it works well for your purpose.

I suggest you to use transparent GIFs if you really need to implement them

Avatar
minmax

Community Member, 12 Posts

14 January 2009 at 4:30pm

thank you!
i copy some codes form blackcandy theme

#Header ul li a {
float: none;
text-decoration: none;
width:102px;
height:27px;
font-size: 1.2em;
color: #fff;

}
#Header ul li a span {
text-align: center;
float: none;
height: 2.3em;
}
#Header ul li a:hover {
background:url(../images/nav-bg.gif);
cursor: pointer;
}
#Header ul li a:hover span {
background: url(../images/nav-bg.gif);
cursor: pointer;
}

#Header ul li a.current,
#Header ul li a.section,
#Header ul li a.section:hover,
#Header ul li a.current:hover {
background: url(../images/nav-bg.gif);
}
#Header ul li a.current span,
#Header ul li a.section span,
#Header ul li a.section:hover span,
#Header ul li a.current:hover span {
background: url(../images/nav-bg.gif);
color:#fff000
}

Avatar
Carbon Crayon

Community Member, 598 Posts

14 January 2009 at 10:42pm

Edited: 14/01/2009 10:44pm

I did not test it in IE6 as most of the people don't use IE6

I think you may be surprised, some recent stats from BBC.co.uk still have it at 40% of browsers being IE6 and even the W3C schools (which is used by enthusiasts) has it as 20%.

Hopefully it will die a death soon....but for now it seems like it's still too popular to ignore.

Avatar
Taffy

Community Member, 119 Posts

14 January 2009 at 11:57pm

Unfortunately I think IE6 will continue to haunt web developers for a while yet. I know of many organisations (councils, colleges, universities etc) that have not moved onto IE 7 or 8 due to legacy reasons.

Go to Top