Jump to content
Sign in to follow this  
wockatz

IE 8 CSS3 question

Recommended Posts

wockatz

Hi,

I'd like to know how can I resize the Magnifier icon inside search area of pagelines in navbar browsing with internet explorer 8. Seems like IE8 does not have backgound-size property. I found some soltuions online but I have no clue how to use them.

I know navbar has webkit so I should not expect to have nice shadows and colors for navbar in IE. But the thing is my navbar's color is BLUE! and i can't find in css where the blue color is overriding. A Dark blue from bottom of navbar becomes lighter towards top of navbar.

Thanks.

Share this post


Link to post
Share on other sites
Danny

Hi,

Unfortunately, Internet Explorer 8 doesn't support CSS3 - http://www.w3schools.com/cssref/css3_browsersupport.asp

If you can provide a link to your site, we may be able to assist you further.

The issue with your NavBar having a dark blue gradient means you're not using the latest version of PageLines Framework, as this was fixed in a recent update, as far as I am aware.


Please search our forums, before posting!

Share this post


Link to post
Share on other sites
wockatz

Well I'm on latest update. Where do you think I should look for the blue color? I would only need to change it to black or dark gray. I fixed the hidden menus and some other issues but this one seems a bit tricky to find with IE8 silly inspection tool.

Btw, the website is local and is not accesible. Do you think a screenshot image would help?

Share this post


Link to post
Share on other sites
Danny

Yeah, can you provide screenshots please.


Please search our forums, before posting!

Share this post


Link to post
Share on other sites
wockatz

I just found the filter causing the blue color. in .p1-color-black-trans.navbar when I disable filter property it fixes the color. Does this property suppose to give transparency? or shadow? Since what ever color i put in it it does not affect.

How can I remove or override the filter? filter:none does not work

forum.png

Share this post


Link to post
Share on other sites
Danny

Where is the location of the filter you found ?


Please search our forums, before posting!

Share this post


Link to post
Share on other sites
wockatz

I fixed it. Dont know what was wrong with that filter. Btw, I still have some other problems with ie7...but ie8 which most of my clients are using now works.

Here is the address. Body-> first div -> first section -> first div....which is

<div class="navbar fix navbar-full-width pl-color-black-trans">....

I put this is my css code and it override the filter with another filter.

.navbar.fix.navbar-full-width.pl-color-black-trans{

filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#444444',EndColorStr='#222222');

background-repeat: repeat-x;

}

Share this post


Link to post
Share on other sites
catrina

There isn't much support that can be provided for IE7 (plus, users should be using at least IE8 if they're not using the latest version, IE9).


Please read the docs before posting. Please do not private message me unless I ask you to.

Designer | Catrina Dulay

Founder | Catrina and Mouse

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×