| Forums > Help! > "Help With CSS Please!!" (2 replies)
|
|
|
I NEED HELP. T.T
I'm using the basecodes of this blogskin: blogskins.com/info/139588 and I want to change the BG colour of the first page to BLACK, but with the BG colour of the second page remaining as WHITE.
BUT I CAN'T DO IT! AHHHH.
Okay maybe I'm overreacting but someone please help me out here ):
|
| |
|
| |
|
| |
ok, here is how that skin works,
the click on the shoe thing is a [div] layer which is set at visible, with css.
then when you click it, the other [div] layers, or as you call it, "the second page" shows.
at closer look, the shoe thingy is an image with a white background color.
and since the whole thing is just ONE page (no second page) the bg color you set for the so-called "first page" would be the same as the "second page.
here's how to get around that :
create your OWN picture with a black bgcolor,
this will be for the "first page"
then, for the html code,
(replace the [ brackets with the angled ones)
[div style="background-color:#000000; width:100%; height:100%; top:TOP SETTINGS HERE; left: LEFT SETTINGSHERE;" onClick="changeNavigation1('new')" border="0"]
[img src="source for first image on "first page"]
[/div]
this is the click to enter thing,
and for the "second page", just change the css of the main document to #000000.
hope this helps,
if you still dont understand,
you can email me.
|
| |
| |
|
| |
err... you might wanna go to this website.. it's quite useful though..
www.lissaexplains.com/css.shtml
|
| Subscribe To This Thread: RSS 2.0 or Atom (?) |
| This thread has been locked, and no new replies can be posted. |