•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the JavaScript / DHTML / AJAX section within the Web Development category of DaniWeb, a massive community of 427,215 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,127 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our JavaScript / DHTML / AJAX advertiser: Lunarpages Web Hosting
Views: 6271 | Replies: 22
![]() |
Your style sheet is being addressed on your c drive...
<LINK REL=stylesheet HREF="C:\BobbyRags(New)\BobbyRagsNew.CSS" TYPE="text/css">
Not having access to the contents of your harddrive I will have considerable difficulty reading it...
Upload it into the same folder and try:
<LINK REL=stylesheet HREF="BobbyRagsNew.CSS" TYPE="text/css">
You may wish to have it all in lower case.
<LINK REL=stylesheet HREF="C:\BobbyRags(New)\BobbyRagsNew.CSS" TYPE="text/css">
Not having access to the contents of your harddrive I will have considerable difficulty reading it...
Upload it into the same folder and try:
<LINK REL=stylesheet HREF="BobbyRagsNew.CSS" TYPE="text/css">
You may wish to have it all in lower case.
You should also have a <body> tag after your </head> tag.
OK, I got the "content" to begin below the "masthead". The "masthead" doesn't reach the "top" of the screen.
http://members.fortunecity.com/bobbyrags2003/
A:link {color:blue;}
A:visited {color:black;}
A:active {color:red;}
A:hover {color:green;}
.navbar {position:absolute;top:10px;left:10px;}
BODY {background-image: url("Images/Sideline.gif"); background-repeat: repeat-y; background-position: 0% 0%; font-family:verdana;}
#masthead {background-color: #008000; height: 100px; top;0px;}
#content {position:absolute;top:125px;left:175px;right:350px;}
UL LI {list-style-type: disc; margin-left: 100px;}
http://members.fortunecity.com/bobbyrags2003/
A:link {color:blue;}
A:visited {color:black;}
A:active {color:red;}
A:hover {color:green;}
.navbar {position:absolute;top:10px;left:10px;}
BODY {background-image: url("Images/Sideline.gif"); background-repeat: repeat-y; background-position: 0% 0%; font-family:verdana;}
#masthead {background-color: #008000; height: 100px; top;0px;}
#content {position:absolute;top:125px;left:175px;right:350px;}
UL LI {list-style-type: disc; margin-left: 100px;}
It has to be one of these two lines that needs a litlle tweak.
BODY {background-image: url("Images/Sideline.gif"); background-repeat: repeat-y; background-position: 0% 0%; font-family:verdana;}
#masthead {background-color: #008000; height: 100px; top;0px;}
I have masthead at top 0px but it's not quite at the top of the screen.
BODY {background-image: url("Images/Sideline.gif"); background-repeat: repeat-y; background-position: 0% 0%; font-family:verdana;}
#masthead {background-color: #008000; height: 100px; top;0px;}
I have masthead at top 0px but it's not quite at the top of the screen.
add
margin: 0;
padding: 0;
to your body declaration (yes it was that line!)
hence:
BODY {background-image: url("Images/Sideline.gif"); background-repeat: repeat-y; background-position: 0% 0%; font-family:verdana; margin: 0; padding: 0;}
margin: 0;
padding: 0;
to your body declaration (yes it was that line!)
hence:
BODY {background-image: url("Images/Sideline.gif"); background-repeat: repeat-y; background-position: 0% 0%; font-family:verdana; margin: 0; padding: 0;}
•
•
•
•
Originally Posted by DaveSW
add
margin: 0;
padding: 0;
to your body declaration (yes it was that line!)
hence:
BODY {background-image: url("Images/Sideline.gif"); background-repeat: repeat-y; background-position: 0% 0%; font-family:verdana; margin: 0; padding: 0;}
It worked! Thank you so very much! I appreciate it!
I was going to start pulling my hair out. :mrgreen:
•
•
•
•
Originally Posted by BobbyRags
I was going to start pulling my hair out. :mrgreen:
:cheesy:
•
•
Join Date: Feb 2007
Posts: 25
Reputation:
Rep Power: 2
Solved Threads: 0
Dear members
I take upon this opportunity 2 thank u people 4 permitting me 2 register 2 ur site.Hopefully with ur co-operation i will njoy my stay on ur site.I have read all the
requistes b4 i registered and i promise to abide by them
thanking you
Best Regards,
Shuvayu
MarketRaise Corp.
marketraise2005@gmail.com
marketraise@marketraise.com
I take upon this opportunity 2 thank u people 4 permitting me 2 register 2 ur site.Hopefully with ur co-operation i will njoy my stay on ur site.I have read all the
requistes b4 i registered and i promise to abide by them
thanking you
Best Regards,
Shuvayu
MarketRaise Corp.
marketraise2005@gmail.com
marketraise@marketraise.com
![]() |
•
•
•
•
•
•
•
•
DaniWeb JavaScript / DHTML / AJAX Marketplace
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
- Previous Thread: Myspace submit button hyperlinks _blank
- Next Thread: Get the text with mouse hover


Linear Mode