In IE my web page looks alright, view here - http://uniquebrand.co.uk/ie_.jpg
In firefox it doesn't. http://uniquebrand.co.uk/firefox_.jpg
The listed items are not wrapped. anybody knows how can i fix this?
css code:
.rightContent .textList { BACKGROUND: #b7e2f3; WIDTH: 94%;margin-left:2%; margin-right:2%; margin-top:5px; } .rightContent .textList LI { PADDING-RIGHT: 0px; PADDING-LEFT: 6px; PADDING-BOTTOM: 3px; PADDING-TOP: 5px; font-size:14px; border-bottom:1px #999999 dotted; list-style:none; } .rightContent .textList LI A { color:#000066; text-decoration:none; } .rightContent .textList LI A:hover { color:#fff; } .rightContent .textList .more { BACKGROUND: none transparent scroll repeat 0% 0%; TEXT-ALIGN: left }
HTML code
<UL class="textList"> <LI><A href="#" target=_blank>দক্ষিণ ওশেতিয়া রুশ সেনার দখলে, সরে গেছে জর্জীয় বাহিনী, নৌ অবরোধ</A> <LI><A href="#" target=_blank>চট্টগ্রামের প্রভাবশালী চক্র আর নাসাকার সহায়তায় মিয়ানমারে সার পাচার হয়</A> <LI><A href="#" target=_blank>বিশেষ অর্থনৈতিক এলাকা স্থাপনে দ্রুত অধ্যাদেশ জারি হতে পারে</A> <LI><A href="#" target=_blank>মঙ্গল গ্রহে পানি পাওয়া গেছে। ফলাফলস্বরূপ...</A> <LI><A href="#" target=_blank>অনুসন্ধিৎসুর অভিধান</A> <LI class=more><A href="#">বিস্তারিত</A>>> </LI></UL>
It doesn't look as though
It doesn't look as though you have taken into account the default padding on the ul in respect of Firefox.
For future reference please avoid snippets of code (unless you have reason to know that is all that's required) we need to see all the code and/or a link to the page live. If that is your site then it would have made more sense to upload the page rather than images, images tend not to be that helpful unless they show how something needs to look.
Sorry, I am new here. Here
Sorry, I am new here. Here is the url of the live page
http://uniquebrand.co.uk/portal07.09.08/test.php
I am now reading up about ul default padding for firefox. Thanks for pointing me to that.
Many Thanks,
Okay, I fixed it. That's
Okay, I fixed it. That's really so simple. Thanks for telling me about that firefox fix.