Jump to content

css left attribute alternative?


Guardian-Mage

Recommended Posts

.dropmenu 
{
   position: absolute;
   left: -1500px;
   visibility: visible;
   z-index: 101;
   float: left;
   width: 124px;
   border-width: 0px;
   border-style: solid;
   border-color: #000000;	
   background-color: #D4D4D4;
}

That is part of a css file for my DHTML menu. That will not work in firefox with the DTD set to XHTML 1.1 Strict. Is there any alternative that would work?

Link to comment
https://forums.phpfreaks.com/topic/61390-css-left-attribute-alternative/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.