5
votes
0answers
127 views
Does IE8 have rendering bugs like 6 or 7? [closed]
Does IE8 have rendering bugs like 6 or 7? If I make my site render correctly in Firefox 3.5, will it look the same in IE8 or will additional changes / hack / etc... be needed?
I w …
3
votes
3answers
57 views
Cross-browser development
Hi all,
I'm developing a web application for a new service, starting from Firefox 3.5.
The interface design is tableless, only using divs + CSS & performance-blessed practice …
0
votes
4answers
30 views
Cross browser test
Hello,
I use Windows OS, how can I test websites in safari (Mac OS), it's possible to test online or another way ?
Thanks
0
votes
0answers
23 views
javascript for searching Text in PDF File Open in Browser Window
Hello,
can u help me in giving code for "javascript for searching Text in PDF File Open in Browser Window".
0
votes
3answers
61 views
How to make an empty anchor tag clickable in IE7?
Hi-
I need to make an area within a background image clickable to generate an event for JavaScript use. So, I created an anchor tag and inside that I inserted some relevant text be …
0
votes
2answers
18 views
Why does the base tag seem to be working in Opera and Chrome, but not in Firefox and IE?
I have a site where I use the base tag. All the links in the site are relative, and I set an absolute href so that all the links should be aimed at the right target. And it works i …
6
votes
5answers
115 views
How do apps that image web pages work?
This isn't really a technical question so I apolgoise if I ruffle any feathers!
How do sites like these image web pages in different browsers? i.e. litmusapp.com
Thanks all
0
votes
2answers
37 views
Is there a way to condition a CSS styling to execute only on IE quirks mode?
I want to write a cross-browser widget, to integrate both to IE standard and quirks mode pages (FF is easy of course).
Since I want to write the styling only once I would like to …
0
votes
2answers
54 views
How do i change html element id client side with JavaScript?
I am modifying the ID of an html div element client side with JavaScript. The following code works OK in Internet Explorer but not in FireFox.
document.getElementById('one').id = …
1
vote
5answers
104 views
Are there any getter jQuerys CSS translation?
Hi all,
jQuery's cross browser support is amazing.
However I was wondering whether the following script will work in any browser or not.
$("#block1").css('background','blue');
$( …
1
vote
2answers
80 views
Detect when mouse leaves via top of page with jquery
This Jquery problem has been bugging me for a while now. I developed a script, with one function detecting when the mouse leaves via the top of the page. Here is the code:
$(d …
2
votes
3answers
101 views
css problem: Absolutely positioned parent and float:right child stretches
In IE6, IE7 and FF2 the .outer div below is stretching out to the right edge of the document. Here is a complete test case:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transit …
0
votes
2answers
48 views
A confusing problem with IE7 and styles being applied
For the life of me, I can not figure out why some styles are not being applied to an unordered list.
If you view this site: http://vanquish.websitewelcome.com/~alc/about-alc/ in F …
1
vote
2answers
35 views
How can you create a cross browser css menu that doesnt require you to provide a style for EVERY LEVEL of the menu
I have a menu that will be automatically created in an asp.net page. I'm trying to use a pure CSS cross browser menu but how can i set it so that each subsequent child is autohiden …
1
vote
3answers
102 views
Is a “CSS Reset” necessary for cross-browser CSS?
I've been trying to come up with a decent cross-browser CSS framework for my next project, because my last one had a whole bunch of PHP/CSS hacks (horrible things like class="blah& …
