Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
covertchris #1
List Menu indented in Firefox- IE is OK
However, the current problem I'm having is that in Firefox the menu is
indented. In IE it's ok.
Here is the page:
[url]http://www.infiniteconferencing.com/newsletter/easier-conferencing-July2005.asp[/url]
Suggestions on how to remedy are greatly appreciated.
Thanks,
Chip
covertchris Guest
-
List/Menu Form hides dropdown Menu
http://2006.maximizer.com/about/customers/index.html when you scroll over 'company' in the main navbar at the top of the page, you'll see what... -
MSWord imported Tables indented in InDesignCS
I'm working on multiple Tables which were created by a third party in MSWord. When I import into InDesignCS, there is a .08" left indent applied to... -
Firefox & Netscape menu dropdown not center
The top navigation popup menu dropdowns created with javascript and layout controlled with CSS do not attach to the main menu and sit center with... -
Dropdown or (Popup) menu not working in Firefox
:| Using Firefox, please take a look at www.photoshopjazz.com notice the dropdown (or popup) menu is not working at all. I've contacted them but... -
Menu/list ( menu ) in topframe and mouse scrolling
I've made a menu ( with an arrow next to it and the choices appear when you click that arrow - I forgot what this is called in English :))in the... -
mzanime.com #2
Re: List Menu indented in Firefox- IE is OK
IE obeys margin, while Netscape/Gecko (Firefox) browsers obey padding to indent a list. So if you really want your list indented, or not indented, you have to go:
ul { margin:0; padding:0; }
mzanime.com Guest



Reply With Quote

