css iframe problem
css iframe problem
Out of context: Reply #10
- Started
- Last post
- 22 Responses
- lifeinbinary0
off the top of my head, maybe set the properties for the list in the CSS. something like:
#fino_menu ul
{ list-style: none; margin: 0; padding: 0; border: none; }#fino_menu li
{ margin: 0; }#fino_menu li a
{ display: block; padding: 0px 0px 0px 0px;}i haven't tried it so there is a chance i have no idea what i am talking about.