UnknownPlayer Posted September 20, 2011 Share Posted September 20, 2011 How can i made my row(tr) as link, like div with width=100% and height=100px? I saw the solution with onclick event and javascript, but when i mouseover i wonna to have link in status bar that is showing, could it be done ? Quote Link to comment Share on other sites More sharing options...
cssfreakie Posted September 21, 2011 Share Posted September 21, 2011 well, the problem is that most modern browsers disabled status bar message altering by default (there is a good reason for that). So that part will fail. But you can make an effect that if someone click the tr it will work as a link, but without that status bar message. you could add a title attribute instead. as for setting dimensions to a table row yes you can did you try it? Quote Link to comment Share on other sites More sharing options...
UnknownPlayer Posted September 21, 2011 Author Share Posted September 21, 2011 I saw that, but i thought there is solution with jquery, or something else, but ok. Thanks.. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.