View Full Version : big problems please help!!


CharmedBabe
08-11-2004, 02:22 PM
hey, i just made a new layout for my blend site, so i uploaded it and changed the css sheet but its not working!! the scrollbars on the frames have stayed the colour they used to be and so has the text! here is what it looks like

A:link
{ text-decoration: none ; color:#3B2C3E; font-style: italic; font-weight:bold;}
A:visited
{ text-decoration: none ; color:#66ADCE; font-style: italic; font-weight:bold;}
A:active
{ text-decoration: none ; color:#66ADCE; font-style: normal; font-weight:bold;}
A:hover
{ text-decoration: none ; color:#FFFFFF; font-style: normal; font-weight:bold; background:#66CCFF; cursor: help; }

body
{ background-color: transparent;
font-family:Trebuchet MS;
color: #FFFFFF ;
letter-spacing: 0pt;
font-weight:normal;
font-size:8pt;
cursor: default;
scrollbar-base-color: #66CCFF;
scrollbar-arrow-color: #FFFFFF;
scrollbar-face-color: #66CCFF;
scrollbar-track-color: #FFFFFF;
scrollbar-3d-light-color: #000000;}

H1
{height: 12pt;
width: 400px;
font-family:Trebuchet MS;
color: #FFFFFF;
font-size:8pt;
font-weight:bold;
background:#B3E6FD;
border:#0A91D0 solid 1px;
cursor: default;
padding-left:2;
opacity: .5;
filter: alpha(opacity=50);
-moz-opacity: .5;
}

img
{border: 0px}


what am i doing wrong?

CharmedBabe
08-11-2004, 02:42 PM
ok ok i fixed that :) now i need help with my links! none of them are working
i used the image mapping with psp but its nt working

<IMG style="LEFT: 153px; POSITION: absolute; TOP: 414px" src="links.gif" useMap=#link border=0>&nbsp;<MAP NAME="link">
<AREA title=Home SHAPE="rect" COORDS="202,255,237,268" HREF="http://www.freewebs.com/forevercharminggraphics/main.html" TARGET="_blank" ALT="Home">
<AREA title=Rules SHAPE=rect target=main COORDS="244,255,277,270" HREF="http://www.freewebs.com/forevercharminggraphics/rules.html>

<AREA title=Challenges SHAPE=rect target=main COORDS="283,254,346,270" HREF="http://www.freewebs.com/forevercharminggraphics/challenges.html">

<AREA title=Entries SHAPE=rect target=main COORDS="354,255,392,268" HREF="http://www.freewebs.com/forevercharminggraphics/entries.html">

<AREA title=Submit SHAPE=rect target=main COORDS="402,255,436,268" HREF="http://www.freewebs.com/forevercharminggraphics/submit.html">

<AREA title=Winners SHAPE=rect target=main COORDS="446,255,488,269" HREF="http://www.freewebs.com/forevercharminggraphics/winners.html">

<AREA title=Credites SHAPE=rect target=main COORDS="498,256,537,268" HREF="http://www.freewebs.com/forevercharminggraphics/credits.html">

<AREA titel=Affiliates SHAPE=rect target=main COORDS="545,256,598,267" HREF="http://www.freewebs.com/forevercharminggraphics/affiliates.html">
</MAP>


thats wot ive got 4 my map thing

pb&j
08-11-2004, 05:16 PM
can you provide a link to your image map page? it would help.

CharmedBabe
08-11-2004, 11:02 PM
sure http://www.freewebs.com/forevercharminggraphics/index.html do you mean the index page?

kittycat
08-11-2004, 11:07 PM
Those coordinates aren't located on the image... Try opening the image again in psp and re-mapping it.

CharmedBabe
08-11-2004, 11:42 PM
ok... ive already tried twice tho :(

kittycat
08-12-2004, 01:30 AM
Which image are you mapping, the larger one or the smaller plain white one?
If it's the large one you're mapping that would explain the problem. You would have to add usemap="#links" to that image instead of the white one.

pb&j
08-12-2004, 04:00 AM
<IMG style="LEFT: 199px; POSITION: absolute; TOP: 252px" src="links.gif" useMap="#link" border="0">&nbsp;

<img src="links.gif" vspace="0" usemap="#link" border="0" style="position: absolute; left:153px; top:414px;">

you have two image tags calling the same image and image map.
you should fix one of them up (as seen above) and delete the second one.

your links.gif image itself is a white bar that is 398x17pixels in size.
your image map coords have to be within those numbers.
example... 202,255,237,268
202x255 is the top left corner coordinates of the rectangle link spot.
255 is obviously way too far down past 17 pixels.
237x268 is the bottom right corner coordinates of teh rectangle link spot.
268 is again, way too far down past 17 pixels.

CharmedBabe
08-12-2004, 11:12 AM
ahh i did it!! yay! lol hehe i realized what i was doing wrong i was mapping the wrong image! duh! i know lol anyway thankyou all so much for the help! :)