Logo shows up in scrollbox, only in Internet Explorer?? - Joomla! Forum - community, help and support
the logo on website shows in scroll box in internet explorer. google chrome, safari , firefox logo works want. why shown in ie in scrollbox , how fix it?
website (unpublished content except logo): www.yointer.com
website (unpublished content except logo): www.yointer.com
try playing "overflow: auto;" declaration in file/code:
http://www.yointer.com/templates/jaxstorm-blue/css/template.css
you may need adjust min-height after removing overflow.
remember always make backup of file/code before editing.
mark
http://www.yointer.com/templates/jaxstorm-blue/css/template.css
code: select all
#header {
width: 900px;
margin: auto;
min-height: 120px;
margin-bottom: -1px; /* iphone/ipad fix */
overflow: auto;
}you may need adjust min-height after removing overflow.
remember always make backup of file/code before editing.
mark
Comments
Post a Comment