CSS Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

Go Back   Dev Shed ForumsWeb DesignCSS Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old September 24th, 2012, 12:39 PM
rsumerall rsumerall is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2012
Posts: 1 rsumerall User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 23 m 6 sec
Reputation Power: 0
Text in linked div stays underlined in Firefox

Hello World,

I'm working in Wordpress (irrelevant info) with this code:

PHP Code:
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
    <a href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>" >
    <div id="gallery-post<?php if (!((1+$wp_query->current_post) % 4)) echo '-last' ?>">
        <?php if ( has_post_thumbnail() ) {
        
the_post_thumbnail();
        } 
?>
        <h1><?php echo get_the_title(); ?></h1>
    </div>
    </a>
    <?php endwhile; endif; ?>


I have the titles styled to not have underlines, which works in Chrome, but not in Firefox or Safari.

What can I do to get rid of the underline?

Thanks

Reply With Quote
  #2  
Old September 24th, 2012, 01:08 PM
aeternus's Avatar
aeternus aeternus is offline
For POny!
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Apr 2012
Location: Amsterdam
Posts: 416 aeternus User rank is First Lieutenant (10000 - 20000 Reputation Level)aeternus User rank is First Lieutenant (10000 - 20000 Reputation Level)aeternus User rank is First Lieutenant (10000 - 20000 Reputation Level)aeternus User rank is First Lieutenant (10000 - 20000 Reputation Level)aeternus User rank is First Lieutenant (10000 - 20000 Reputation Level)aeternus User rank is First Lieutenant (10000 - 20000 Reputation Level)aeternus User rank is First Lieutenant (10000 - 20000 Reputation Level)aeternus User rank is First Lieutenant (10000 - 20000 Reputation Level) 
Time spent in forums: 5 Days 4 h 56 m 43 sec
Reputation Power: 114
your code is also irrelevant, due to the nature of this problem and this board.

Make sure you have in your stylesheet:

a.someclass{text-decoration:none;}
__________________
PHP Tutorial

Reply With Quote
Reply

Viewing: Dev Shed ForumsWeb DesignCSS Help > Text in linked div stays underlined in Firefox

Developer Shed Advertisers and Affiliates



Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap