Jump to content


topmargin and firefox


2 replies to this topic

#1 HEki_

    Young Padawan

  • Members
  • Pip
  • 165 posts

Posted 18 October 2006 - 05:13 AM

Posted Image

what do i have to do so that the page will work in FireFox also?? on the left u see the image from IE on the right u have the image from FF ...

<html>
<head>
<title>Pub Beli Konj</title>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1250">
<style type="text/css">
<!--
body {
	background-image: url(images/image71.jpg);
	background-position: bottom;
	background-repeat:repeat-x;
	background-color: #611307;
}
-->
</style></head>

<body topmargin="0" leftmargin="0">
<div align="center">
  <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="788" height="738">
	<param name="movie" value="index.swf">
	<param name="quality" value="high">
	<embed src="index.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="788" height="738"></embed>
  </object>
</div>
</body>
</html>

?????

Help me please!
Thx

#2 albinoAZN

    Albinos Are Extinct!!!

  • Members
  • PipPipPipPip
  • 1,139 posts
  • Gender:Male
  • Location:Mississippi, USA

Posted 19 October 2006 - 05:45 PM

Try changing your CSS to this
body {
	background: #611307 url(images/image71.jpg) repeat-x repeat-y;
}


#3 HEki_

    Young Padawan

  • Members
  • Pip
  • 165 posts

Posted 21 October 2006 - 03:45 AM

hey,
thx i got it working, but i stumble on a nother problem :)
i ran the page true validator and it said to me to remove
<embed src="index.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="788" height="738"></embed>
this :S
i remove it and the page is valid, but it doesnt work in ff :S





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users