Forum: HTML and CSS Jan 21st, 2008 |
| Replies: 2 Views: 3,277 I have tested for IE7 and couldnt get any change in the text at all inside the dropdown menu |
Forum: HTML and CSS Jan 21st, 2008 |
| Replies: 3 Views: 1,331 you would be better off making 2 links to external css files on the index page:
<link href="mainstyle.css" rel="stylesheet" type="text/css" />
<link href="substyle.css" rel="stylesheet"... |