| | |
Issues In IE
Please support our HTML and CSS advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
![]() |
Ive got a button which works fine in FF but not in IE.
All it is is a hyperlinked div. But IE users can't click the button.
Anyone know a work around for this. Im not very experienced in cross-browser coding
All it is is a hyperlinked div. But IE users can't click the button.
Anyone know a work around for this. Im not very experienced in cross-browser coding
HTML Syntax (Toggle Plain Text)
<html> <head> <style type="text/css"> .partdiv { background-image: url('http://www.theflickzone.com/movieimages/part.png'); padding-left: 75px; padding-top: 10px; font-family: Arial, Helvetica, sans-serif; font-size: 22px; font-weight: bold; color: #000; text-decoration: none; width: 150px; height: 50px; } </style> </head> <body> <a href="{param}"><div class="partdiv">{option}</div></a> </body> </html>
Last edited by !Unreal; Feb 11th, 2009 at 4:21 am.
<a class="partdiv" href="{param}">{option}</a> Failure is not an option It's included free, you don't have to do anything to get it
If at first you dont succeed, join the club
Of course its always in the last place you look, you dont keep looking after you find it
Please mark solved problems, solved
If at first you dont succeed, join the club
Of course its always in the last place you look, you dont keep looking after you find it
Please mark solved problems, solved
•
•
Join Date: Jun 2004
Posts: 247
Reputation:
Solved Threads: 1
yeah dont link divs, its not x-browser friendly,
add this:
and the html
add this:
HTML and CSS Syntax (Toggle Plain Text)
.partdiv { position:relative; } .partdiv a { width:150px; height:50px; display:absolute; top:0; left:0; display:block; }
and the html
HTML and CSS Syntax (Toggle Plain Text)
</head> <body> <div class="partdiv"><a href="{param}"></a></div> </body> </html>
![]() |
Similar Threads
- ASP.NET and Mozilla - Issues! (ASP.NET)
- old issues with AGp 8x on ATI 9800/600Xt models? (Monitors, Displays and Video Cards)
- Counter issues (C)
- Redhat Enterprise and iowait issues (*nix Software)
- SuSE 9.1 - Minor issues (*nix Software)
- Error messages, Taskbar changes in XP + USB connectivity issues. (Windows NT / 2000 / XP)
- Login issues (Web Browsers)
- Mail apps issues - error port 25 (Mac Software)
- Security Issues (*nix Software)
- Graphics Card issues Stop Command??? (Windows NT / 2000 / XP)
Other Threads in the HTML and CSS Forum
- Previous Thread: CSS questions
- Next Thread: 15 Very Important Steps
Views: 550 | Replies: 3
| Thread Tools | Search this Thread |
Tag cloud for HTML and CSS
2002 appointments asp background backgroundcolor beta browser bug calendar cart center cgi code codeinjection corporateidentity create css deleted design development displayimageinsteadofflash dreamweaver drupal emailmarketing epilepsy explorer firefox flash font fonts form format free frontpage google griefers hackers hitcounter hover html ide ie7 ie8 iframe image images internet internetexplorer intranet iphone javascript jpeg layout macbook maps marketshare microsoft missing mozilla multimedia navigationbars news offshoreoutsourcingcompany opacity opera optimization perl pnginie6 positioning problem scroll seo shopping studio swf swf. templates textcolor theme timecolor titletags url urlseparatedwords visual visualization web webdevelopment webform website windows7 wordpress xml xsl






