| View previous topic :: View next topic |
| Author |
Message |
dsion
Joined: 26 Dec 2006
Posts: 1
|
| Posted: Tue Dec 26, 2006 5:25 am Post subject: Problem : Internet Explorer 7 |
|
|
menu.php
BERORE
Quote: <html>
<head>
<title></title>
<link rel="stylesheet" href="main.css" type="text/css">
</head>
<body class="menu">
<base target='main'>
AFTER
Quote: <html>
<head>
<title></title>
<link rel="stylesheet" href="main.css" type="text/css">
<base target='main'>
</head>
<body class="menu"> |
|
| Back to top |
|
below_zero
Joined: 08 Apr 2005
Posts: 130
Location: Italy
|
| Posted: Wed Jan 03, 2007 4:00 pm Post subject: Re: Problem : Internet Explorer 7 |
|
|
Hi,
thank you very much for the suggestion: :idea:
I will insert your code in the next 1.5 release.
bye! |
|
| Back to top |
|
| |