View previous topic :: View next topic |
Author |
Message |
melissa127
Joined: 14 Dec 2003 Posts: 7 Location: NY
|
Posted: Mon Dec 15, 2003 6:41 pm Post subject: horizontal scrollbar? |
|
|
I've tried to get rid of it by resizing the iframe, and repositioning it, but no luck.. I've never had this probllem. so I have no idea what to do..  |
|
Back to top |
|
 |
epolady
Joined: 30 Jul 2002 Posts: 800 Location: Texas
|
Posted: Mon Dec 15, 2003 7:05 pm Post subject: |
|
|
See sig _________________ Please, no PMs.
Do a search before posting a question.
We're not mind readers, provide URLs and/or source code. |
|
Back to top |
|
 |
melissa127
Joined: 14 Dec 2003 Posts: 7 Location: NY
|
Posted: Mon Dec 15, 2003 8:16 pm Post subject: |
|
|
ok, this is the code I have for my iframe. I noticed that the horizontal scroll, didn't show up until the second post I made.. so I don't know.. but here it is:
<div id="blog" style="position:absolute; top:503px; left:275px; width:484px height=266px; z-index=1">
<iframe src="http://come-undone.org/index.php" width="484" height="267"
frameborder="0" scrolling="auto" allowtransparency="true" name="frame"
style="FILTER: chroma (color=#888888)"></iframe></div> |
|
Back to top |
|
 |
epolady
Joined: 30 Jul 2002 Posts: 800 Location: Texas
|
Posted: Mon Dec 15, 2003 9:38 pm Post subject: |
|
|
First off, in your style.css; you don't need <STYLE> etc, in there.
Secondly, <BODY bgcolor="#25241A"> goes AFTER </HEAD>
Third, height=266px; z-index=1 should be height: 266px; z-index:1.
You should really take a refresher course on HTML & especially CSS. It looks like that you just copied it from someone else's site and inputted your own values. _________________ Please, no PMs.
Do a search before posting a question.
We're not mind readers, provide URLs and/or source code. |
|
Back to top |
|
 |
melissa127
Joined: 14 Dec 2003 Posts: 7 Location: NY
|
Posted: Tue Dec 16, 2003 1:14 am Post subject: |
|
|
well.. i didn't copy it.. I'm just not that great at it. Thanks for the help.
I changed what you had said, with no luck. Do you know of any sites I can take some courses for html, css, etc? |
|
Back to top |
|
 |
epolady
Joined: 30 Jul 2002 Posts: 800 Location: Texas
|
Posted: Tue Dec 16, 2003 1:29 am Post subject: |
|
|
Change Code: | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"> | to
_________________ Please, no PMs.
Do a search before posting a question.
We're not mind readers, provide URLs and/or source code. |
|
Back to top |
|
 |
melissa127
Joined: 14 Dec 2003 Posts: 7 Location: NY
|
Posted: Tue Dec 16, 2003 3:33 am Post subject: |
|
|
now it won't show up at all. I get this error:
Parse error: parse error in /home/melissa/public_html/index.php on line 2
and when I tried to change it back, it still won't come back. |
|
Back to top |
|
 |
|