problems, with my layout |
problems, with my layout |
Aug 31 2004, 09:45 AM
Post
#1
|
|
|
you are bizarre. ![]() ![]() ![]() ![]() Group: Member Posts: 140 Joined: Jun 2004 Member No: 25,225 |
okay so i have been working on my first skin ever for a few days and i am having some problems.
1) when i tried to put a chatterbox in the corner using div layers like in the tutorial it didn't work. 2) SoLvEd 3) sOlVeD here is the test site so you can get a viSuAl |
|
|
|
![]() |
Aug 31 2004, 11:47 PM
Post
#2
|
|
![]() hi, my name is brianna! =] ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 5,764 Joined: Jun 2004 Member No: 22,114 |
IMAGE MAPPINGThis isn't something you're having trouble with, but your image mapping code is wrong. The code below should be the first thing you put in your image mapping code.
CODE <!-- begin code provided by createblog.com --> <IMG SRC='http://img18.exs.cx/img18/7500/cry.jpg' border=0 width=1000 height=624 USEMAP='#imgmap'> <!-- end code provided by createblog.com --> STYLE SHEETS & CSS There's no CSS in your stylesheet that changes the text or the link, add this to your CSS code. For the text: CODE <!-- begin code provided by createblog.com --> font,td,p,xmp{color:#000000; font-face: trebuchet ms; font-weight:normal; font-size:9pt; line-height:10pt; text-align:justify;} <!-- end code provided by createblog.com --> For the links: CODE <!-- begin code provided by createblog.com --> a:link{line-height: 9pt; font-family: trebuchet ms;font-weight:normal; color:#BD6A72; text-transform:none;font-size:9pt; cursor:crosshair;} a:active{font-family: trebuchet ms; color:#BD6A72; text-transform:none;font-size:9pt; cursor:crosshair;} a:visited{font-family: trebuchet ms; color:#BD6A72; text-transform:none;text-decoration:strikeout;font-size:9pt;cursor: crosshair;} A:hover {font-family:tahoma;color:#ffffff;text-transform: uppercase; cursor: crosshair; font-weight:bold;font-size:8pt} <!-- end code provided by createblog.com --> CHATTERBOX For your chatterbox, I don't think you can use div layers to position it. You need tables. xD SCROLLBAR I'm not really sure what's wrong, but try putting the stars (*) between this /So long sweet summer.../ So.. /*So long sweet summer.../* |
|
|
|
ycannedbananasy problems Aug 31 2004, 09:45 AM
C.Lime.Jello. Scrollbar:
If you use Mozilla, the scrollbar stays... Aug 31 2004, 11:04 AM
ycannedbananasy okay but i don't use mozilla so what's the... Aug 31 2004, 04:40 PM
C.Lime.Jello. ......
Lemme think. That may not be a valid hex co... Aug 31 2004, 04:54 PM
ycannedbananasy well how do i put in tables? Sep 3 2004, 12:04 AM
JlIaTMK oh u can use dividers all right for the chatter bo... Sep 3 2004, 12:09 AM
ycannedbananasy it didn't work exactly. i don't know maybe... Sep 3 2004, 12:21 AM![]() ![]() |