/    Sign up×
Community /Pin to ProfileBookmark

[RESOLVED] CSS browser trouble 3 for 2

i have some navigation buttons that are showing a blue border around them. this is only happening in IE8 and firefox. (chrome opera and safari it is fine) The blue border is coming from my css of my <a href. how can i exclude the navigation buttons from displaying blue around them in these two browsers.

this is my navigation

[CODE]
<tr>
<td><?php if ($pageNum_rsDatabaseentry > 0) { // Show if not first page ?>
<a href=”<?php printf(“%s?pageNum_rsDatabaseentry=%d%s”, $currentPage, 0, $queryString_rsDatabaseentry); ?>”><img src=”images/first.png” /></a>
<?php } // Show if not first page ?></td>
<td><?php if ($pageNum_rsDatabaseentry > 0) { // Show if not first page ?>
<a href=”<?php printf(“%s?pageNum_rsDatabaseentry=%d%s”, $currentPage, max(0, $pageNum_rsDatabaseentry – 1), $queryString_rsDatabaseentry); ?>”><img src=”images/pre.png” /></a>
<?php } // Show if not first page ?></td>
<td><?php if ($pageNum_rsDatabaseentry < $totalPages_rsDatabaseentry) { // Show if not last page ?>
<a href=”<?php printf(“%s?pageNum_rsDatabaseentry=%d%s”, $currentPage, min($totalPages_rsDatabaseentry, $pageNum_rsDatabaseentry + 1), $queryString_rsDatabaseentry); ?>”><img src=”images/next.png” /></a>
<?php } // Show if not last page ?></td>
<td><?php if ($pageNum_rsDatabaseentry < $totalPages_rsDatabaseentry) { // Show if not last page ?>
<a href=”<?php printf(“%s?pageNum_rsDatabaseentry=%d%s”, $currentPage, $totalPages_rsDatabaseentry, $queryString_rsDatabaseentry); ?>”><img src=”images/buttonlast.png” /></a>
<?php } // Show if not last page ?></td>
</tr>

[/CODE]

to post a comment
CSS

1 Comments(s)

Copy linkTweet thisAlerts:
@opifexNov 11.2009 — showing the css you have for your nav buttons might be helpful
×

Success!

Help @webevelopersFTW spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 6.16,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @nearjob,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,
)...