Aliana
03-02-2005, 04:41 AM
Okok I know I just posted a different question a few days ago but I have *another* problem!
You can view it here: http://www.jurojun.org/v2/main.html As a side note, I know the subpages load with a white CSS and not the black CSS I am using on the main.html this is for a different layout and will be changed when I'm done!
Ok, my first problem is that it wont align at all. The div layers aren't in the correct spot and I cannot figure out why.
My second problem is that I want another image to be a background repeat... So when you scroll down there are lines around the 'blog' and 'information' areas. In my css (http://www.jurojun.org/st/css.css) I have the following:
body {
background-color: #000000;
background-image:url(http://www.jurojun.org/v2/wbottom.gif)
background-repeat: repeat-y;
font-family: verdana;
color: #FFFFFF ;
letter-spacing: 3px;
font-weight: lighter;
font-size: 10px;
}
Shouldn't this make the image, /v2/wbottom.gif, show up repeatedly verticly? Or am I totally clueless?
Another reason I am thinking it might be conflicting is on my /v2/main.html page I have the following code:
<img src="http://www.jurojun.org/v2/wave.gif" width="699" height="589"> I *doubt* this is it, but I'm totally clueless! Thanks!
You can view it here: http://www.jurojun.org/v2/main.html As a side note, I know the subpages load with a white CSS and not the black CSS I am using on the main.html this is for a different layout and will be changed when I'm done!
Ok, my first problem is that it wont align at all. The div layers aren't in the correct spot and I cannot figure out why.
My second problem is that I want another image to be a background repeat... So when you scroll down there are lines around the 'blog' and 'information' areas. In my css (http://www.jurojun.org/st/css.css) I have the following:
body {
background-color: #000000;
background-image:url(http://www.jurojun.org/v2/wbottom.gif)
background-repeat: repeat-y;
font-family: verdana;
color: #FFFFFF ;
letter-spacing: 3px;
font-weight: lighter;
font-size: 10px;
}
Shouldn't this make the image, /v2/wbottom.gif, show up repeatedly verticly? Or am I totally clueless?
Another reason I am thinking it might be conflicting is on my /v2/main.html page I have the following code:
<img src="http://www.jurojun.org/v2/wave.gif" width="699" height="589"> I *doubt* this is it, but I'm totally clueless! Thanks!