IE button module niet goed zichtbaar

Vragen over templates en CSS op Joomla! 2.5

Moderator: pe7er

Forum rules
Forum Regels
Locked
nieuwsmag
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 145
Joined: Thu Nov 06, 2008 11:25 am

IE button module niet goed zichtbaar

Post by nieuwsmag » Thu Sep 26, 2013 11:52 am

Hallo,

Ik maak op de website gebruik van SWmenu deze is in IE 10 niet goed toegankelijk het submenu geeft een error. Dit heb ik kunnen oplossen met :
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE9; IE=8"> te plaatsen in de index.php.

Nu heb ik alleen dat in IE10 de module titel (achtergrond) stukjes afbreekt.
Heeft iemand enig idee hoe ik dit oplos?
button.png
Hieronder de CSS code.

Code: Select all

#sidebar-a .module-title, #sidebar-b .module-title,

#bottom-a .module-title, #bottom-b .module-title,

#top-a .module-title, #top-b .module-title {

	line-height:35px;

	height:34px;

	color:#1C1B1B;

	font-size: 17px;

	border-bottom:4px solid #f48120;
	
	background:url("../images/menulr.jpg") repeat-x;

	margin:-15px -15px 15px -15px;

	padding-left:15px;

	border-radius:6px;

	-webkit-border-radius:6px;

	-moz-border-radius:6px;

}
You do not have the required permissions to view the files attached to this post.
Last edited by nieuwsmag on Tue Oct 01, 2013 8:03 am, edited 1 time in total.

nieuwsmag
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 145
Joined: Thu Nov 06, 2008 11:25 am

Re: IE button module niet goed zichtbaar

Post by nieuwsmag » Tue Oct 01, 2013 8:00 am

IE button is weer goed zichtbaar.
Ik heb de regel : border-bottom:4px solid #f48120;
verwijderd en nu werkt het wel!!


Locked

Return to “Templates 2.5”