Guardian-Mage Posted July 23, 2007 Share Posted July 23, 2007 .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 More sharing options...
jcombs_31 Posted July 23, 2007 Share Posted July 23, 2007 I think people use text-indent for this sometimes. Link to comment https://forums.phpfreaks.com/topic/61390-css-left-attribute-alternative/#findComment-305550 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.