Chrome bug!?

Please report bugs here!

Moderator: Thorsten

Post Reply
Jos
Posts: 5
Joined: Wed Nov 18, 2009 6:29 pm

Chrome bug!?

Post by Jos »

Hi there,

Unfortunately I notice some problems in Google Chrome. The links in the menu aren't clickable, in IE it works fine..
I uses the following code for the menu.. maybe you can see a mistake?

Code: Select all

<div id="content">
<div class="header" id="header">	
<div><h1>Veelgestelde vragen</h1>
	</div>
</div>
<div class="columns">
	<div class="leftcolumn">
			<h2 class="invisible">Navigation</h2>
			<div class="content">
				<div id="categories">
					<ul>
						<li class="home">{backToHome}</li>
						{showCategories}
					</ul>
				</div>
			</div>


			</div>
</div>
	</div>
Jos
Posts: 5
Joined: Wed Nov 18, 2009 6:29 pm

Re: Chrome bug!?

Post by Jos »

I guess it's a CSS problem.. I post here my file. I hope someone takes some time to check it..

THANKS

Code: Select all

/**
/*	General	*/
body { font: .8em 'Arial', 'Nimbus Sans L', sans-serif; padding: 0em; margin: 0; }
td { font-size: .8em; }
a:link, a:visited { color: #191970; border-bottom: 1px dotted #bbb; text-decoration: none; }
h3 a:link, h3 a:visited { border: 0;}
h3 img { vertical-align: middle; }
a:hover { color: #000; background: #f4f7fa; }
form { margin: 0; padding: 0; }
a img, img { border: 0; }
pre {	padding: 0.5em; background: #eee; border: 1px solid #ddd; overflow: auto; }
ul { list-style: square; }
acronym { border-bottom: 1px dotted #999; }  

/* Structure */
#content { max-width: 1000px; margin: auto; min-height: 400px;}
#header { height: 3em; }
#header ul { margin: 0; padding: 0; list-style: none; font-size: 1em; font-weight: bold; line-height: 1em; height: 1em; float: right; }
#header li { float: right; padding: 0 1em 0 0; margin: 0; }
#header h1 { color: #245687; font-size: 1.5em; height: 1.2em; float: left; padding: 0; margin: 0; }
#header h1 a { border: 0; background: none; }

/*		Categories		*/

#categories { width: 200px; }
#categories ul { list-style: none; margin: 0; padding: 0; border-top: 1px solid gray; }
#categories ul ul, #categories ul ul ul, #categories ul ul ul ul, #categories ul ul ul ul ul { border-top: 0; }
#categories li { margin: 0; padding: 0; }
#categories li a { display: block; border-bottom: 1px solid gray; text-decoration: none; height: 100%; padding: .5em 0 .5em .5em; }
#categories li ul a { padding-left: 1em; }
#categories ul ul ul a { padding-left: 2em; }
#categories ul ul ul ul a { padding-left: 3em; }
#categories ul ul ul ul ul a { padding-left: 4em; }
#categories .active { font-weight: bold; }
#categories .subcat .active {}

#langform { padding: .5em 0; }
label { display: block; }
.leftcolumn .inputfield { width: 98%; }
.leftcolumn .language { width: 100%; }
#useronline { margin-top: 1em; text-align: center; }

/* Misc */

#topten, #latest, #tagcloud, #allcategoryarticles, #stickyrecords { margin-bottom: 1em; }
#topten h3, #latest h3, #tagcloud h3, #allcategoryarticles h3, #stickyrecords h3 { font-size: 135%; margin-bottom: 5px; padding: 4px 4px 2px 4px; -moz-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px; }
#topten img, #latest img { float: right; margin-top: -16px; }
#topten ol, #latest ol { margin-left: 15px; list-style-type: decimal; }
#topten li, #latest li { list-style-type: decimal; }
#tagcloud .relevance1 { font-size: 80%; }
#tagcloud .relevance2 { font-size: 100%; }
#tagcloud .relevance3 { font-size: 120%; }
#tagcloud .relevance4 { font-size: 140%; }
#tagcloud .relevance5 { font-size: 160%; }

/* Main content */

.main-content { width: 65%; position: relative; top:-397px; float: left; margin: 0; padding: 0 50px 1em 220px}
.main-content h1, .main-content h2, .main-content h3, .main-content h4, .main-content h5 { margin-bottom: 0.5em; }
.main-content pre, .main-content code { white-space: pre; }
.main-content #solution_id { float: right; }
.main-content table { overflow: scroll; }
.main-content form { width: 99%; }
.main-content label.left { float: left; text-align: right; width: 150px; margin-right: 0.3em; }
.main-content form br { clear: both; }
#article_category { font-size: 1.5em; }
#search { padding: 0; margin: 0; width: auto; }
#search input { vertical-align: middle; font-size: 1em; font-weight: bold; }

/*		Main columns definitions		*/

.leftcolumn { float: left; left: 0px; width: 200px; margin-bottom: 1em; }
.rightcolumn { position: relative; top:-55px; float: right; width: 200px; margin-bottom: 1em;}
.rightcolumn ol { margin: 0 0 0 25px; padding: 0; }
html>body .rightcolumn ol { margin: 0 0 0 20px; padding: 0; }

#footer { margin-top: 1em; clear: both; border-top: 1px solid #ddd; color: #aaa; font-size: 11px }
#footer a:link, #footer a:visited {	color: #aaa; }

/*	Classes	*/

.invisible { display: none; }
a.rss:link, a.rss:visited { background: #ff6a00; color: #fff; font: 9px normal Verdana, sans-serif; border-top: 1px solid #ffb627; border-left: 1px solid #ffb627; border-right: 1px solid #ab4800; border-bottom: 1px solid #ab4800; padding: 0 2px;	text-transform: uppercase; vertical-align: middle; }
.clearing { clear: both; display: none; }
.highlight { background: #f0ff00; padding: 0 .2em; font-weight: bold; }
#action { text-align: center; margin: 5px; }
p#action img { vertical-align: middle; }
Jos
Posts: 5
Joined: Wed Nov 18, 2009 6:29 pm

Re: Chrome bug!?

Post by Jos »

Hehe, Solved!
Thorsten
Posts: 15725
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: Chrome bug!?

Post by Thorsten »

Hi,

which is the bug? :-)

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
Post Reply