multiple-browsers

If your slightly strange CSS code works on all browsers on Windows, will it work on Mac and Linux?

I am testing some weird-looking CSS code that I wrote (I'm using a mix of percentages and pixel values for width of DIVs, basically). While I'm not convinced that it's right, it works perfectly on all screen sizes on IE 5.5, IE 6.0 (thanks to these guys!), IE 7.0, Firefox 3.0 and Safari 3.12... all on Windows XP. Do I need to further wor...

Multiple versions of Safari on Windows XP?

Is there any way to run multiple versions of Safari under Windows XP? I'm interested in running Safari versions 3.1 and 4. Specifically, i want to debug this type of problem with Safari 3.1 which does not occur on my current version: http://stackoverflow.com/questions/770669/invalidnodetypeerr-in-jquery-when-doing-multiple-selectors-on...

How to use Vendor Properties in Multiple Backgrounds?

I want to use multiple backgrounds in css, which are currently supported by Firefox 3.61, Chrome/Safari, supposedly Opera10.5 (doesn't run on gnu/linux). It is working fine, however i would like to use linear-gradients as a background. it works ok for Firefox, doesn't work at all with Chrome, yet i can't figure out how to make it work fo...

Jquery Dom and functions in html body

I have <script>...</script> before my closing body tag here i have the usual $(function() { function test(){ alert("test"); } }); in my html i have input tags <input type="text" onchange="test()" /> I get an error of that test is undefined. I am trying to make IE7 call function onchange I had a whole solution working but ...

Developing browser plug-ins?

I have a project that I'd like to try that involves developing an internet browser plug-in. I have knowledge in Java and DHTML, but nothing in the world of browser plug-in development. I thought I would just ask here then what is the most efficient way to develop a browser plug-in? If possible, I'd like to streamline the process so that ...

Standalone IE6 gets its version from IE7 and gets the wrong CSS

I have an odd question related to how IE6 gets its version info with respect to conditional comments. So far I had been successfully using a standalone IE6 inside a custom directory, which I had gotten from (I believe) either MS or evolt (http://browsers.evolt.org/download.php?/ie/32bit/standalone/ie6eolas_nt.zip) - to fix my current is...

Googlebot getting an error

Hello, I have the following code as my index.php for my multi-language website. Each available language has a subdirectory. <?php if (isset($_POST['URL']) && strlen($_POST['URL']) == 3) { header("location: ".$_POST[URL]); } else { function lixlpixel_get_env_var($Var) { if(empty($GLOBALS[$Var])) { ...