nikolas22t
10-01-2006, 11:04 AM
Is there any code to put in CSS in order the links to open in a new window?
(similar to target _blank in a css file)
(similar to target _blank in a css file)
|
||||
Is there any code to put in CSS in order the links to open in a new window?nikolas22t 10-01-2006, 11:04 AM Is there any code to put in CSS in order the links to open in a new window? (similar to target _blank in a css file) Arbitrator 10-01-2006, 12:15 PM I'm guessing you meant “similar to target _blank in [an HTML] file”. No, you can't do this with CSS. You need to use either the target attribute or JavaScript. My personal take is that you shouldn't mess with the user's preferences this regard: if the user clicks normally the content should open in the same window; if the user Shift+left-clicks, the content should open in a new window; and if the user Ctrl+left-clicks or middle-clicks, content should open in a new tab. In other words, let the user decide. nikolas22t 07-11-2007, 02:13 PM What a stupid question i was asking some months ago :D :D :D :D Jutlander 07-11-2007, 04:16 PM I agree with Arbitrator here, let the user decide. felgall 07-11-2007, 09:13 PM The user can decide anyway since at least some modern browsers allow you to configure for yourself how you want different links to work regardless of how the author coded them. |
| |||
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum