CSS Padding with rtl direction

This is a discussion on "CSS Padding with rtl direction" within the Web Page Design section. This forum, and the thread "CSS Padding with rtl direction are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Jan 23rd, 2008, 14:14
marSoul's Avatar
Moderator
Join Date: Sep 2007
Location: Tehran - Iran
Age: 28
Posts: 409
Blog Entries: 2
Thanks: 3
Thanked 4 Times in 4 Posts
Send a message via MSN to marSoul Send a message via Yahoo to marSoul
Question CSS Padding with rtl direction

Hi

Please help me with this :

I have created a blog with wordpress, i have created a navigation menu with list items, if you see the screenshots you will see that in IE and OPERA it looks ok, but in FF it doesn't !

The problem is that the texts are in persian language which i use rtl direction in css, but FF is acting strange with this ! it adds all the paddings to the right side of the menu !

these are css codes for navigation :
Code: Select all
#nav {
    background-image: url(images/menubg.jpg);
    width:741px;
    height:30px;
    background-repeat:no-repeat;
    margin:10px auto;
    padding:12px 0;
}
ul#nav-links li {
    direction:rtl;
    display:inline;
    list-style:none;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size:18px;
    padding-left:110px;
}
Attached Images
File Type: jpg FF.jpg (43.2 KB, 10 views)
File Type: jpg IE_OPERA.jpg (38.5 KB, 8 views)
__________________
Designing For Communicating
Website : http://www.datisdesign.com
Weblog : http://blog.datisdesign.com

Last Blog Entry: Throughout IRAN (Dec 10th, 2007)
Reply With Quote

Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Trying something new... point me in the right direction? Donny Bahama PHP Forum 1 Apr 18th, 2008 05:59
Opera rtl direction marSoul Web Page Design 0 Mar 1st, 2008 20:44
Which Direction Should I Continue & Why? threelefts Free Web Site Critique 11 Nov 8th, 2007 01:21
Problem with re-direction Ed Hosting & Domains 2 Jul 7th, 2007 11:59
A Little Direction - Please just_the_basix ASP.NET Forum 1 Apr 22nd, 2004 05:37


All times are GMT. The time now is 19:27.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43