
Originally Posted by
ralph.m
Just as you see them in Thavo's post.
The best way is to check them in those browsers—whether you use the actual browser or some kind of testing tool as listed in my link above.
Hi Ralph i tried now to test my code in I.E8 and i see there is a difference in firefox,firefox looks okay while the I.E8 does not,the border bottom has no color in I.E8 while the firefox has.
but this is only i know how to put color in my border.and i don't know how to put border color in I.E8,how can i work this in I.E?
Code:
#top #active a {
background-position: 0 0;
border-bottom:solid 1px #DCDEE2;
}
This is what i put in my HTML,i put if statement but nothing happened.
Code:
<!DOCTYPE html>
<meta charset = "UTF-8" />
<head><title>First Page</title>
<!--[If IE 8]>
<link href="css/tabs.css" rel="stylesheet" type="text/css">
<![endif]-->
<link href="tabs.css" rel="stylesheet" style="text/css"/>
<style type="text/css">
Bookmarks