I'm making a very simple ad button system using ASP.NET 2.0
The advertisment is a 150x150px square that is displayed on **.
(Scroll down a little and you'll see the bright green "Angry Octopus" on the right side of the screen.)
Now, I am not the administrator of *. Instead, I am the administrator of angryoctopus.net
Therefore, I do...
I have a survey web-app that is public facing. I want to set up automated testing with Selenium, but selenium can't capture javascript alerts that we're currently using on the site.
I'm thinking about changing our user-facing error notifications to some web 2.0 javascript library so that it is accessible to Selenium. However, I'm not s...
What should i keep for body, {font-size: 100.01%; } or { font-size: 100%; }?
what is {font-size: 100.01%; }? and is it really good to mention font-size in html{} even
If I'm using body {font-size: 62.5%;}
Edit : 3 May 2010
Today i found info about 100.01% at here - http://www.communitymx.com/content/article.cfm?cid=FAF76&print=t...
This page work in Firefox but not in IE7
http://www.robwalshonline.com/demos/randomImageDemo/randomImage_plugin.html
This is page of plugin http://www.robwalshonline.com/posts/jquery-plugin-random-image-on-page-load/
How to get this work in all browser FF, safari, chrome and IE 6, 7 ,8
...
In firefox on link hand cursor is showing which is ok but in IE7 it's showing text cursor.
How to get same cursor(hand) on links in all browser?
Can i add something in CSS reset to get cursor in all browser on links.?
...
If i I'm not using any transparent png, not using :hover on other thank a:link,
Is it possible to make cross browser layout without having any IE conditional CSS .and keep main css valid?
I want to keep only one css file for whole needs. screen, print, handheld.
What things we should consider?
...
I have an application that saves a user's webcam image using a pc/mac browser.
Is there a way to do the same thing using smart phone cameras within the browser?
I'm not really sure where I would begin. A google search didn't give me many leads.
All the best,
...
Hi,
I am using this code:
<div class="infobox-pair">
<div class="ibp-left">
<iframe width="105" height="350" frameborder="0" scrolling="no" style="width: 311px; height: 105px;" marginwidth="0" marginheight="0" name="infobox_flight" id="ibp-left-iframe" src="http://mywebpage.com/paris"></iframe>
</div>
<div class="ibp-right...
Should not i use any relative measurement in css for any element if i need fixed width, pixel perfect design?
would it be better to use px always?
...
I am displaying the following html to my browser (firefox works, however chrome and safari are not). What is displayed below in firefox is working as intended, but safari and chrome are displaying a blue question mark with a box around it.
<html>
<head>
<title>test</title>
</head>
<body>
<img src='pixel.php' />
</body>
...
This is related to http://stackoverflow.com/questions/291704/detect-from-browser-if-specific-application-is-installed but different in the way that the application I want to detect is not a plugin.
I own the software and I can do things in the setup. Under IE and Firefox I can detect it through the mimetypes, but the mime type doesn't s...
Does anybody know if Microsoft is planning on having IE9 pass with 100/100 on acid 3?
The current version of IE9 gets a 68/100 on the test (can be viewed here, main site here).
What did IE8 pass with? What about IE7? How does it compare to other modern browsers such as Safari, Firefox, and Chrome?
Please submit useful answers, not opin...
Is this idea good? instead of making different conditional stylesheet for different versions.
One conditional css for all IE version
<!--[if IE]>
<link rel="stylesheet" type="text/css" href="all-ie-only.css" />
<![endif]-->
and for example this is content of all-ie-only.css
selector {
color : green\9; /* IE8 and below */
*colo...
Hi guys
I was reading the Steve Job's article on why using HTML5. He indeed has some good points over the subject.
I would like to invite you developers who are working now with HTML5 to answer my question:
What browsers actually work well with HTML5?
thank you
...
Hi, i am styling a navigation menu using the following css. I have found that it works perfectly in chrome but absolutely none of the css is beign applied in firefox or IE.
Is there something obvious that i havent done or have done here?
<style type="text/css">
#ddm {
margin: 0;
padding: 0;
}
#d...
I am using a horizontal scroll for a page on my website ~ works great in FF but not in IE, how can i get it to work in IE? Here is the JS that I have in the head of my html:
<script src="js/jquery-1.2.6.min.js" type="text/javascript" charset="utf-8"></script>
<script type="text/javascript" charset="utf-8">
$(function(){
$("#...
I think everything agrees with me here, but IE is the most incompatible browser out there.
I deal with ie's incompatibility using different particular css files for each version, to display it correctly?
Is there a better way?
...
I am using Yahoo Editor for my asp.net mvc (C#) application.
When i tried to use the iframe, its ripping of the complete html. It works in Chrome, but not in Firefox and IE.
I have tried pasting the below html in http://developer.yahoo.com/yui/examples/editor/code_editor.html.
<iframe src="http://www.google.com" width="100%" height="3...
Is there any Inheritance problem with <table>, tr th td tbody thead tfoot also like form elements?
In IE 6+ and FF 3+ with Strict doctype.
Tables also have inheritance turned off in some browsers. You may
notice that in some browsers, your
tables’ text will be larger, clunkier
and not so pretty. This is also due to
inheritan...
I'm working with client's CMS and it's adding images like this and i can't change this.
I tried IE7.js but it's not working
<img src="~/imagefolder/CF88B05B445A4D008806C8B3E2830679.png?w=400&h=300&as=1" />
...