1 reply [Last post]
Hanscraft
Hanscraft's picture
Offline
Regular
Last seen: 10 years 46 weeks ago
Timezone: GMT-4
Joined: 2010-05-13
Posts: 26
Points: 46

This is my site. I have two problems here which I cannot pinpoint:

1. I want to put the Home button all the way to the far right of the top navigation menu.
2. For the green drop down menu, I cannot get the items to overflow:visible outside of the box they are in. Do you have any suggestions?

gary.turner
gary.turner's picture
Offline
Moderator
Dallas
Last seen: 2 years 12 weeks ago
Dallas
Timezone: GMT-6
Joined: 2004-06-25
Posts: 9776
Points: 3858

You went out of your way to

You went out of your way to make things difficult.

In #container, delete padding-left

In #main-col make float: right

In #sidebar-shell-1,
#sidebar-shell-1,
.sidebar-shell-left, and
.sidebar-shell
delete all

In #sidebar.left, #sidebar-b.left, #sidebar-2.left, #sidebar-2-b.left,
#sidebar, #sidebar-b, #sidebar-shell-1
delete all

In .suf-widget delete all

You could stand a lot more clean-up, especially the over-use of nested containers, but what I gave you should get you started (if I didn't forget something).

cheers,

gary

If your web page is as clever as you can make it, it's probably too clever for you to debug or maintain.