I want to load a custom CSS stylesheet for users using IE8 and below. Our menu when the visitor converts the English to Spanish the navigation menu starts to overlap the logo. I can fix this easily by changing some padding and margins. Only thing is I can't figure where I can load this IF only statement at? I see the style.css imports all the stylesheets, so where can I add this snippet of code so it loads in every template. Can you point me in the right direction?
I know the code, I'm trying to figure what file I need to put this in? header.php, each template php file? i see a style.css that @imports 3 css stylesheets for this theme. Can you point me in the right direction? thanks!
it loads the navigation.ie.css for every page no matter what browser you are on since i can't figur a way to trigger just IE users, i tried putting the conditional IE statement in there but it doesn't work, the conditional IE statements have to be in a PHP or HTML file.
Oh I thought you didn't know the code... sorry about that... yea you can put it anywhere. I usually put it in the header to link to a specific stylesheet :D