Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Adjusting style for Safari
Message
From
28/04/2016 11:14:08
 
 
To
All
General information
Forum:
CSS
Category:
Other
Title:
Adjusting style for Safari
Miscellaneous
Thread ID:
01635562
Message ID:
01635562
Views:
72
I have Html like this:
<!DOCTYPE html>

<html id="LXHtml">

<head id="LXHead"><Link Rel="STYLESHEET" HRef="bootstrap.min.css" Type="text/css"></Link>
<Style>
.MenuNew
{
   font-weight: normal;
   font-size: 13px;
   white-space: nowrap;
   margin-left: 5px;
   margin-right: 5px;
}

.dropdown:hover .dropdown-menu
{
   margin-top: 4px;
}

.dropdown-toggle
{
   color: #666666;
}

.nav
{
   color: #666666;
   font-weight: normal;
   font-size: 13px;
   display: table-cell;
   line-height: 9px;
}

.nav-pills>li>a:hover
{
   background-color: transparent;
   opacity: 0.5;
   color: #666666;
}

.nav-pills>li>a
{
   padding: 4px;
   border-radius: 0px;
   opacity: 1;
}

.nav>li>a:focus
{
   color: #666666;
   background-color: transparent;
}
</Style>

<FONT CLASS=MenuNew>
Recherche</a> | 
<ul class="nav nav-pills">
<li class="dropdown">Recent</li>
</ul>
</font>
In IE, Firefox and Chrome, the Recent item in standing on the same line. In Safari, this is wrapping. Anyone would have any idea on how to avoid the wrapping?
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Next
Reply
Map
View

Click here to load this message in the networking platform