Beste,
Op mijn website is een deel van de bericht content niet klikbaar in firefox.
Is er misschien iemand die weet hoe dat komt ?
Voorbeeld: http://bit.ly/c6I8uW
Vanaf de titel tot de banner, is er niks klikbaar.
Ik hoop dat iemand mij kan helpen hiermee.
Mvg,
- Links niet klikbaar in Firefox
-
13-02-2010, 11:55 #1
- Berichten
- 697
- Lid sinds
- 17 Jaar
Links niet klikbaar in Firefox
-
In de schijnwerper
wegens beëindiging bedrijf beschikbaar | HappyHuisdier.nl DA13 - DR16Website te koopwegens beëindiging bedrijf beschikbaar | KofferStunt.nl DA11 - DR22Website te koopTe koop: Webshop in Telefoonaccessoires en telefonieWebsite te koopWij ontwikkelen (SaaS-) platformen binnen 12 weken!Freelance / Werk -
13-02-2010, 11:58 #2
- Berichten
- 548
- Lid sinds
- 16 Jaar
Misschien de style van div(s) geven?
-
13-02-2010, 12:03 #3
- Berichten
- 697
- Lid sinds
- 17 Jaar
Ik denk dat het in de post div(s) zit, dus ik plaats ook dat deel van de css.
Code:/*>>>>> Post Styling <<<<<*/ .post { float: left; width: 619px; padding: 0 0 20px 0; margin: 0 0 20px 0; } .post_head { float: left; width: 619px; margin: 0 0 15px 0; } .post_head .title_meta { float: left; width: 559px; } .post_head .title_meta h2 { margin: 0 0 -5px 0; } .post_head .title_meta h2 a:link, .post_head .title_meta h2 a:visited { } .post_head .title_meta p { margin: 0; } .post_head .comments { width: 60px; text-align: right; float: right; } .post_head .comments a:link, .post_head .comments a:visited { display: inline-block; text-align: center; padding: 5px 10px; margin: 5px 0 0 0; font: bold 16px Georgia,Times,Serif; } .post_head .comments span.bg { display: block; width: 11px; height: 10px; margin: 0 0 0 35px; } .post p.continue_reading { margin: 0; } .post p.continue_reading a { padding: 0 10px 0 0; }
-
13-02-2010, 12:08 #4
- Berichten
- 327
- Lid sinds
- 16 Jaar
Met firebug lijkt het erop dat je div 'form_wrap' over je content heen wordt geplaatst. (als ik in firebug deze div even verwijder is alles wel normaal aanklikbaar/selecteerbaar.
-
13-02-2010, 12:13 #5
- Berichten
- 697
- Lid sinds
- 17 Jaar
Dit is de style ervan:
Code:#form_wrap { padding: 15px 0; position: relative; } #form_wrap h2 { padding-bottom: 28px; position: relative; } #form_wrap .form-left { width: 30%; float:left; } #form_wrap .form-right { float:right; width: 70%; } #form_wrap textarea, #form_wrap .form-left input { font-family: Arial, Helvetica, sans-serif; font-size: 12px; padding: 7px 10px; } #form_wrap textarea { width: 95%; margin-bottom: 18px; } #form_wrap .form-left input { width: 147px; display: block; margin-bottom: 10px; } #form_wrap input.sb { width: 78px; height: 28px; font-weight: bold; text-transform: uppercase; } #form_wrap p.lc_logged { margin-top: -20px; position: relative; }
EDIT: je hebt inderdaad gelijk, <div id="form_wrap"> komt voor in comments.php.
Alleen kan ik de div niet weg laten.
PHP Code:<?php
// Do not delete these lines
if (!empty($_SERVER['SCRIPT_FILENAME']) && 'comments.php' == basename($_SERVER['SCRIPT_FILENAME']))
die ('Please do not load this page directly. Thanks!');
if ( post_password_required() ) { ?>
<p class="nocomments">This post is password protected. Enter the password to view comments.</p>
<?php
return;
}
?>
<!-- You can start editing here. -->
<?php if ( have_comments() ) : ?>
<div id="comments_wrap">
<h3><?php comments_number('No Responses', 'One Response', '% Responses' );?> to “<?php the_title(); ?>”</h3>
<ol class="commentlist">
<?php wp_list_comments('avatar_size=40'); ?>
</ol>
<div class="navigation">
<div class="alignleft"><?php previous_comments_link() ?></div>
<div class="alignright"><?php next_comments_link() ?></div>
<div class="fix"></div>
</div>
</div> <!-- end #comments_wrap -->
<?php else : // this is displayed if there are no comments so far ?>
<?php if ('open' == $post->comment_status) : ?>
<!-- If comments are open, but there are no comments. -->
<?php else : // comments are closed ?>
<div id="comments_wrap">
<!-- If comments are closed. -->
<p class="nocomments">Comments are closed.</p>
</div> <!-- end #comments_wrap -->
<?php endif; ?>
<?php endif; ?>
<div id="respond">
<div id="form_wrap">
<?php if ('open' == $post->comment_status) : ?>
<h3><?php comment_form_title( 'Leave a Reply', 'Leave a Reply to %s' ); ?></h3>
<?php if ( get_option('comment_registration') && !$user_ID ) : ?>
<p>You must be <a href="<?php echo get_option('siteurl'); ?>/wp-login.php?redirect_to=<?php echo urlencode(get_permalink()); ?>">logged in</a> to post a comment.</p>
<?php else : ?>
<form action="<?php echo get_option('siteurl'); ?>/wp-comments-post.php" method="post" id="commentform" onsubmit="if (url.value == 'Website (optional)') {url.value = '';}">
<?php if ( $user_ID ) : ?>
<div class="cancel-comment-reply floatr">
<small><?php cancel_comment_reply_link(); ?></small>
</div>
<p>Logged in as <a href="<?php echo get_option('siteurl'); ?>/wp-admin/profile.php"><?php echo $user_identity; ?></a>. <a href="<?php echo wp_logout_url(get_permalink()); ?>" title="Log out of this account">Log out »</a></p>
<textarea rows="9" cols="10" name="comment" tabindex="4" onfocus="if (this.value == 'Type your comment here...') {this.value = '';}" onblur="if (this.value == '') {this.value = 'Type your comment here...';}">Type your comment here...</textarea>
<input type="submit" name="submit" value="submit" tabindex="5" class="sb" />
<?php else : ?>
<div class="form-left">
<input type="text" name="author" id="author" tabindex="1" value="Name <?php if ($req) echo "(required)"; ?>" onfocus="if (this.value == 'Name (required)') {this.value = '';}" onblur="if (this.value == '') {this.value = 'Name (required)';}" />
<input type="text" name="email" id="email" tabindex="2" value="Email <?php if ($req) echo "(required)"; ?>" onfocus="if (this.value == 'Email (required)') {this.value = '';}" onblur="if (this.value == '') {this.value = 'Email (required)';}" />
<input type="text" name="url" id="url" tabindex="3" value="Website (optional)" onfocus="if (this.value == 'Website (optional)') {this.value = '';}" onblur="if (this.value == '') {this.value = 'Website (optional)';}" />
<div class="cancel-comment-reply">
<small><?php cancel_comment_reply_link(); ?></small>
</div>
</div>
<div class="form-right">
<textarea rows="9" cols="10" name="comment" id="comment" tabindex="4" onfocus="if (this.value == 'Type your comment here...') {this.value = '';}" onblur="if (this.value == '') {this.value = 'Type your comment here...';}">Type your comment here...</textarea>
<input type="submit" name="submit" tabindex="5" value="Submit" class="sb" />
</div>
<?php endif; // If logged in ?>
<?php comment_id_fields(); ?>
<?php do_action('comment_form', $post->ID); ?>
</form>
<?php endif; // If registration required and not logged in ?>
<?php endif; // if you delete this the sky will fall on your head ?>
<div class="clear"></div>
</div> <!-- end #form_wrap -->
</div> <!-- end #respond -->Laatst aangepast door R Den Boef : 13-02-2010 om 12:57
Plaats een
- + Advertentie
- + Onderwerp
Marktplaats
Webmasterforum
- Websites algemeen
- Sitechecks
- Marketing
- Domeinen algemeen
- Waardebepaling
- CMS
- Wordpress
- Joomla
- Magento
- Google algemeen
- SEO
- Analytics
- Adsense
- Adwords
- HTML / XHTML
- CSS
- Programmeren
- PHP
- Javascript
- JQuery
- MySQL
- Ondernemen algemeen
- Belastingen
- Juridisch
- Grafisch ontwerp
- Hosting Algemeen
- Hardware Info
- Offtopic