Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



Reply
Inline list problems in IE
Old 02-19-2011, 10:17 PM Inline list problems in IE
Average Talker

Posts: 29
Name: Rhowena MacCuish
Trades: 0
Hi

I have a horizontal menu which I have created using the inline style type. It works fine in FF but not in IE 7 or 8. It works for the most part except one part of it which is two words instead of one over laps. So I have About, Actress, Presenter, Voice Artist, Gallery etc. Voice Over is over lapping with Gallery. The rest works as it should. What's going on?

A sample page can be found at : http://www.natashapowell.co.uk/test/index.html

My CSS page is at : http://www.natashapowell.co.uk/test/...le_Natasha.css

Any Ideas?
Thanks
rhowbust is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 02-21-2011, 02:42 AM Re: Inline list problems in IE
Experienced Talker

Posts: 35
Trades: 0
Hi,
Give float left for your class navbar which is the class for li
this would solve your problem
any question let me know
__________________
Magento Themes Experts

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
shankar.adodis is offline
Reply With Quote
View Public Profile
 
Old 02-23-2011, 05:55 AM Re: Inline list problems in IE
Average Talker

Posts: 29
Name: Rhowena MacCuish
Trades: 0
Thank you! This works.

Is it normal for older version of IE not to recognise the "in-line" elements at all?

Last edited by rhowbust; 02-23-2011 at 05:57 AM..
rhowbust is offline
Reply With Quote
View Public Profile
 
Old 02-24-2011, 06:13 AM Re: Inline list problems in IE
Kelpie's Avatar
Skilled Talker

Posts: 82
Name: Andrew
Location: SW Scotland
Trades: 0
Quote:
Originally Posted by rhowbust View Post
Is it normal for older version of IE not to recognise the "in-line" elements at all?
Not for inline display style, this is well supported cross-browser.
However, what your navbar uses is inline-block, which IE7 and earlier do have problems with.
Use a conditional comment targeting IE6 & 7 to apply the following style to all your inline-block elements.
Code:
{
    display: inline;
    zoom: 1;
}
Kelpie is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Inline list problems in IE
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 5.21743 seconds with 12 queries