Forum Moderators: not2easy

Message Too Old, No Replies

Son of Suckerfish right align not working

How do I get the menu items in Son of Suckerfish to align to the right?

         

mor10

8:34 pm on Oct 13, 2007 (gmt 0)

10+ Year Member



I've tried for hours and it's driving me crazy:

I need to have the menu items in Son of Suckerfish align to the right instead of the left. I can get it to work in IE by doing this:

#nav li {text-align: right;}

but when I do it gets all crazy in FireFox and Opera (no doubt due to improper coding).

has anyone been able to do this? I can't imagine it being this difficult. what am I missing here?

FYI, this is a vertical menu, not a horizontal one if that makes any difference.

the base I'm using:
[htmldog.com...]

any help would be greatly appreciated

mor10

ebby

3:12 pm on Oct 15, 2007 (gmt 0)

10+ Year Member



did you try simply align: right; instead of text-align: right;? Just the first thing I thought of

mor10

5:46 pm on Oct 15, 2007 (gmt 0)

10+ Year Member



yes, I tried everything that would normally work but it just causes huge problems. I think the issue has to do with the way unordered lists are generated.

Marshall

5:54 pm on Oct 15, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



You may want to try margin-right: 0;

Marshall

ebby

6:50 pm on Oct 15, 2007 (gmt 0)

10+ Year Member



tell me what it's doing for you in firefox that isn't right because it's working fine for me.