Need the help of a CSS guru...

F

floorvan

Hi,
I created my first site in CSS: www.rinchenkhandro.com (the first page
is in Flash).

I'm having a problem with IE on pc thoug..the navigation is stacked,
instead of lining up horizontally.

I'm not sure what I've done wrong here...

Any help at all would be GREATLY appreciated. Perhaps I could do
something in return?

Floor.
 
A

Andy Dingley

I'm having a problem with IE on pc thoug..the navigation is stacked,
instead of lining up horizontally.

IE likes explicit widths on things you're trying to float
 
M

Martin Jay

In message said:
I created my first site in CSS: www.rinchenkhandro.com (the first page
is in Flash).

I'm having a problem with IE on pc thoug..the navigation is stacked,
instead of lining up horizontally.

I'm not sure what I've done wrong here...

You were unbelievably close. :)

The float needs to be applied to the <li> element in the navigation
menu. And you also need to give it a width:

#nav li{
float: right;
width: 83px;
}
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,048
Latest member
verona

Latest Threads

Top