View Full Version : Pop up.....


Dark Unicorn
03-23-2003, 04:52 PM
It doesnt work! Arg! I cant get the background image to show up in the pop up! arg! Heres the code :


<html>
<head>

<title>So far in a corner.<title>
<style type="text/css">
<!--
A:link
{text-decoration: underline; color:#000000; cursor: see below }
A:visited
{text-decoration: line-through; color:#000000; cursor: see below }
A:active
{text-decoration: underline overline; color:#000000; cursor: s-resize }
A:hover
text-decoration: none; color:#000000; cursor: see below }

body
{background-repeat: no-repeat;
background-image: Image4a.jpg;
background-attachment: fixed;
font family: verdana;
color: #000000;
font-size:10 pt;
scrollbar-face-color : #000000;
scrollbar-highlight-color : #000000;
scrollbar-3dlight-color : #000000;
scrollbar-shadow-color : #000000;
scrollbar-darkshadow-color : #000000;
scrollbar-track-color : #000000;
scrollbar-arrow-color : #FFFFFF;}

text area
{font family: verdana;
color:#000000}
-->
</style>

</head>

<body>
<img scr="Image4a.jpg"> **This doesnt work @#$@^!Q it**
</body>
</html>

MaGiCSuN
03-23-2003, 05:34 PM
Do you have the picture in the same folder as the page? And do you have the name spelled the same way? check if the graphic also has the i in capital like this : Image4a.jpg because maybeyou have it saved as image4a.jpg instead of Image4a.jpg and you have to use the same name in order to make it work

Love,
Mirna

Dark Unicorn
03-23-2003, 05:35 PM
It is a capital, and i spelt it right.....

MaGiCSuN
03-23-2003, 05:38 PM
try this:

<body background="Image4a.jpg">

maybe it will be double, but you could try it out. This is the proper code for a background, but i still don't have a clue why the css code is not working.... sorry

Love,
Mirna

Dark Unicorn
03-23-2003, 05:41 PM
Nope, still doesnt work...... ohh.... i hate everything.

frederick
03-28-2003, 11:51 PM
ok..... you must put the background tag in the html text of the pop up.

right...?