views:

15

answers:

0

Hy my problem is like this : 1. I am loading an external page via shadowbox this page that I am loading is php 2. The page that is loading does not have any css or images

This is my head:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"&gt;  
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=7">
<title>Untitled Document</title>
<link rel="stylesheet", href="style.css" type="text/css" charset="utf-8">
<link rel="stylesheet", href="shadowbox-3.0.3/shadowbox.css" type="text/css" charset="utf-8">
<script type='text/javascript' src="js/jquery-1.4.2.js"></script>
<script type="text/javascript" src="js/moving-boxes.js"></script>
<script type='text/javascript' src="shadowbox-3.0.3/shadowbox.js"></script>
<script type="text/javascript">
Shadowbox.init();
</script>

</head>

And this are the links that i have made to the external page`s:

<a rel="shadowbox" href="http://www.google.com" title="contact"><p class="contact">CONTACT</p></a>
<a href="http://minavet.ro/mobilaanghel/contact.php/" rel="shadowbox" title="contact"><p class="contact1">[email protected]</p></a>

you can find an example here: link text

This problem persist`s in IE6/7/8 and FF

PLSSSSSSSS help me I am desperate:D