Getting Rid Of IE Blue Bar?
Oct 10, 2011
To get rid of blue bar that is on top of the browser window, have tried "fullscreen=1" and "fullscreen=yes" with no luck, the blue bar still shows up.1. How can you use window.open() to open a page in full screen like F11 makes it look ?. How can you make a URL not appear in that blue bar? A title doesn't always seem to hide it.
View 2 Replies
Jun 23, 2009
I have hyperlinked texts and i want to remove the underline and blue color also.I removed underline but not the blue color i want the font to be in black?Here is the code:
<html>
<body>
<A STYLE="text-decoration:none href=http://www.google.com>This is an example for automatic term mapping</A>
</body>
</html>
How can i get the font color of the sentence in black color?
View 4 Replies
View Related
Jan 28, 2009
I'm using mootools to power the contact form on my site, and while everything works perfectly in Firefox and Safari, IE bugs out a bit on every other onBlur input event.To replicate the problem: Open the page in IE 6 or 7, click on one input followed by another, and then click anywhere else on the page. Once you have shifted focus off 2 inputs, the Submit button turns blue :/ The relevant part of the script (contact.js):
Code:
var inputs = $$('input', 'textarea');
inputs.each(function(element) {[code]....
View 1 Replies
View Related
Oct 4, 2011
I'm trying to sort a countdown clock for my website: [URL] My vision of it was a transparent background, Blue text and a simple Day : Hour : Minute : Second Layout. I found a free .js countdown clock at [URL] I havn't used .js much
View 2 Replies
View Related