Jump to content

How to refer to DOM object in div classes (from my CSS)?


aooga

Recommended Posts

How to refer to DOM object in div classes (from my CSS)?

When I click on the word Red it doesn't turn the background red, I'm assuming because of my css divs. What is the correct code?

 

<body><div class="colmask leftmenu"><div class="colleft">

<div class="col1" align="center">

 

<span onclick="document.bgColor = 'red';">Red</span>

 

</div></div></div></body>

 

As for the divs, I'm copying the layout from http://matthewjamestaylor.com/blog/ultim...

So my main content is in a div. The script works fine without the div, I think it's just a matter of - instead of document.bgcolor, document.div.div.bgcolor or something like that. Any ideas?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.