Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



Reply
font and -moz-linear-gradient IE issue
Old 05-03-2011, 09:03 AM font and -moz-linear-gradient IE issue
Junior Talker

Posts: 1
Trades: 0
Hi,
could somebody please help?
I have problem with presenting the -moz-linear-gradient in IE + The for is braking too! Any ideas much appreciate it!

Here is the code:

code {
background-color:#D0990F;
background-image:-moz-linear-gradient(center top , #F0B521, #D0990F);


color:#FFFFFF;
font-family:sans-serif;
font-size:12px;
font-weight:bold;
letter-spacing:1px;
line-height:10px;
padding:0.2em 0.5em;
text-align:center;
text-transform:lowercase;
white-space:nowrap;


}


Thank you!
Regards!
Honzazi is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 05-03-2011, 09:46 AM Re: font and -moz-linear-gradient IE issue
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,371
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
the -moz- prefix is for Mozilla browsers ONLY
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 05-26-2011, 04:46 AM Re: font and -moz-linear-gradient IE issue
Junior Talker

Posts: 4
Trades: 0
yes thats right

Try this one instead for IE

Code:
#gradient {

    background-image: -moz-linear-gradient(top, #81a8cb, #4477a1); /* Firefox 3.6 */

    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #4477a1),color-stop(1, #81a8cb)); /* Safari & Chrome */

    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#81a8cb', endColorstr='#4477a1'); /* IE6 & IE7 */

    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#81a8cb', endColorstr='#4477a1')"; /* IE8 */

}

Last edited by Shey; 05-26-2011 at 08:18 AM..
georga is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to font and -moz-linear-gradient IE issue
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.19794 seconds with 12 queries