How to change navigation bar when page selected???

Please help I need a home button to appear in the navigation bar when viewing the home page. (using CSS and HTML)

Here is the CSS code for the hover state which works fine, so can i replicate it to work for when the page is selected rather then hovered over???...

#navigation-Home { width: 70px; }
#navigation-Home a:hover { background:url("Home.png") 0px 15px no-repeat; }

Here is the HTML code for the hover state:

<div id="navigation">
    <li id="navigation-Home"><a href="THE LINK TO HOMEPAGE">Home</a></li>
    </div>

Cheers

How can i use selectors to layouts

Laughing out loud
Hi!
I have some concerns about a homework in my class. This Homework is about apply some selectors to the layouts and don´t do long the stylesheet.

I'm learning now about html and css. How can i use the selectors in layouts or divs, for example this selestors
http://net.tutsplus.com/tutorials/html-css-techniques/the-30-css-selectors-you-must-memorize/,
to apply this selectors to layouts without text,they just have colors.
(and i learning english, excuseme for the orthography)

most challenging html/css design - any ideas?

Hi All,

I hope someone would know how to help me with this one.

I have been asked to create this page in HTML/CSS. ( mockup ) .
Ive never came across something so hard i just dont know how to start.

any ideas?

many thanks,

Div Resizing Help

Hi all,

I am currently working on this page at http://www.executivetravellink.com/cruise-deals/

I'm just finally starting to learn divs after going old school with tables for many years. This is probably a very simple question, but does anyone know to re-size the width of each div to say be only be about half of the size and only be in the vertical center third of the page? That way I can create promo images to be shown on the right third of the page.

I am assuming that I would have to go into the CSS, which was created by someone else. The code for the div titled "box" is:

Collapsing table cells

Does anyone know the CSS or HTML (or combo) script to be able to have a table row collapse when there is no text in one cell, but there is text in the next cell? I have a 2-column table with titles in the left column and want the right column to be populated by a user. If the user doesn't populate the right cells or row, I'd like that row -including the constant/visible text that is in the left col- to be hidden and that row to collapse or move up...

Syndicate content