Advertise Here

Author Topic: Having Tabs Float Right  (Read 2019 times)

0 Members and 1 Guest are viewing this topic.

Offline Arekay

  • SMF For Free Member
  • *
  • Posts: 28
  • Weee!
    • View Profile
    • HectaLancers Forums

  • Total Badges: 8
    Badges: (View All)
    Topic Starter Combination Level 2 Level 1 10 Posts
Having Tabs Float Right
« on: January 26, 2011, 02:05:48 am »
Forum Url: http://www.hlforums.tk/
I want to make the tabs (Home, Help, Search, Profile, etc) be on the right side of the screen instead of the left.
I tried this using CSS, but it screwed up the category view.
I used:
Code: [Select]
table
{
float: right;
             empty-cells: show;
}
This worked perfectly, but I need it to affect only the tabs.

Is there a way to do this with CSS?  If not, what about javascript?

Offline simply sibyl

  • Helpers
  • *
  • Posts: 14347
  • On hiatus
    • View Profile
    • The Tent Dwellers

  • Total Badges: 31
    Badges: (View All)
    Level 6 Poll Voter Webmaster Arcade Highscore Windows User
Re: Having Tabs Float Right
« Reply #1 on: January 26, 2011, 09:40:51 am »
yeah just doing it as you did will mess up many things that use tables.   The Table for the tab area doesnt have an Id or Class (check the source code) so trying to do it using css won't work.   IF its even possible at all you'ld have to use javascript or jquery I would think.   Not something I know how to do but you can leave a request in the Codes Request board.

 

Related Topics

  Subject / Started by Replies Last post
2 Replies
1587 Views
Last post April 30, 2008, 09:05:09 pm
by Sparkwattclock