mercator
|
Registered User
|
|
|
20h |
revised |
Lightbox2 doesnt like IE8 added 234 characters in body |
|
20h |
comment |
Lightbox2 doesnt like IE8 I see what you mean. I think that's a bug in Lightbox. The overlay still only covers the height of the original page. When the lightbox/image being opened extends below the original bottom of the page, the overlay doesn't extend to cover that part too (well, it does in Firefox and Safari)... Its getPageSize() function isn't quite cross-browser enough. The most reliable way I could find to get the proper height is by using document.documentElement.scrollHeight, but Lightbox doesn't use that. |
|
23h |
accepted | Is it possible to mimic CSS ridge border, but with custom colors? |
|
1d |
answered | Is it possible to mimic CSS ridge border, but with custom colors? |
|
1d |
answered | Lightbox2 doesnt like IE8 |
|
1d |
comment |
Problem with transparent margin see here: stackoverflow.com/questions/315738/… |
|
1d |
comment |
Is this snippet creating an anonymous Perl hash? You should probably remove everything after that first code block in your answer, because it's only confusing the issue. The add_filler function doesn't do any hash magic. More specifically, it does this: my ($self,$name,$class,@args) = @_; (see here: cpansearch.perl.org/src/CORION/…). So it only uses the => operator for its automatic string-interpreting properties. |
|
1d |
revised |
Code Golf: Running Water added 179 characters in body; added 1 characters in body |
|
2d |
revised |
Code Golf: Running Water Gah! I keep finding ways to reduce it. I think I'll leave it now. |
|
2d |
revised |
Code Golf: Running Water added 98 characters in body |
|
2d |
revised |
Code Golf: Running Water added 169 characters in body |
|
Nov 27 |
comment |
Inline CSS/Javascript into a HTML file Opera supports it too, and it's a MIME multipart format so e-mail clients should support it: stackoverflow.com/questions/793404/… |
|
Nov 27 |
revised |
Code Golf: Running Water added 4 characters in body |
|
Nov 26 |
revised |
Code Golf: Running Water deleted 3 characters in body |
|
Nov 26 |
revised |
Code Golf: Running Water added 13 characters in body |
|
Nov 26 |
answered | Code Golf: Running Water |
|
Nov 23 |
accepted | String corruption and nonprintable characters using XML::Twig in Win32 Perl |
|
Nov 19 |
revised |
Code Golf: Running Water added 4 characters in body |
|
Nov 19 |
comment |
Are the PHP preg_functions multibyte safe? They're the multi-byte version of the POSIX ereg functions, though, which aren't exactly the same as the PCRE preg functions. |
|
Nov 18 |
comment |
display:none vs visibility:hidden vs text-indent:9999 How screen reader behave with each one ? JAWS (freedomscientific.com/products/fs/…), the most popular screen reader (webaim.org/projects/screenreadersurvey2/…) isn't a dedicated browser, but an application that makes other programs, such as browsers, accessible. I don't know exactly how it works, but I presume it just piggy-backs on the browser's rendering engine to decide what to say. |
|
Nov 18 |
answered | Find Hover CSS Attribute |
|
Nov 18 |
comment |
Why is my “container” div not containing my floated elements? Add zoom: 1 to make it work in IE6/7 too. |
|
Nov 18 |
comment |
Is there a workaround to IE7’s user agent being defaulted after installing .Net Framework 3.5 SP1? @hpdell That bug is marked "Closed as Fixed." so you might want to leave a comment there. |
|
Nov 18 |
accepted | Weird CSS LI issue |
|
Nov 18 |
revised |
Weird CSS LI issue added 10 characters in body |
|
Nov 18 |
answered | Weird CSS LI issue |
|
Nov 18 |
comment |
Image rendered with wrong colors in IE8 You'd better make it a GIF then, not a BMP. BMPs are verboten on the Internet. |
|
Nov 16 |
accepted | Wrong float warping in IE7 |
|
Nov 16 |
comment |
Horizontal menu with overflow-x:auto They are in fact widely supported, even in IE, though not necessarily according to spec. |
|
Nov 16 |
answered | Wrong float warping in IE7 |
|
Nov 15 |
revised |
What CSS3 features does Internet Explorer 8 support? edited tags |
|
Nov 15 |
answered | What CSS3 features does Internet Explorer 8 support? |
|
Nov 14 |
comment |
Image rendered with wrong colors in IE8 Indeed, thanks. I added all the other chunks too. |
|
Nov 14 |
revised |
Image rendered with wrong colors in IE8 added 89 characters in body |
|
Nov 14 |
revised |
Image rendered with wrong colors in IE8 added 172 characters in body |
|
Nov 14 |
answered | Image rendered with wrong colors in IE8 |
|
Nov 14 |
comment |
Zend_framework - relative paths of images If his website is in a subdirectory he could either just use that full path. E.g. /blah/blah/public/images/logo.jpg. Or more likely, and that addresses your second comment as well, he could use the base HTML tag to set the base URL. Root-relative links resolve relative to the base, if specified. He could indeed use the BaseUrl helper to set the base href attribute. But there's no reason to use it on every link beyond that. |
|
Nov 14 |
answered | Zend_framework - relative paths of images |
|
Nov 14 |
accepted | SVG, text , font with fixed width/height |
|
Nov 14 |
answered | SVG, text , font with fixed width/height |
|
Nov 13 |
revised |
CSS problem with unordinary layout fixed CSS formatting |
|
Nov 13 |
revised |
Internet Explorer 8 EmulateIE7 Mode not working added 2 characters in body |
|
Nov 13 |
revised |
How do I keep divs from resizing in IE6? edited tags |
|
Nov 11 |
answered | Strange IE7 Printing Bug |
|
Nov 11 |
comment |
Back button loop with IFRAMES You can't access the iframe's content when it's not on the same domain (which it isn't, in this case). |
|
Nov 11 |
comment |
Problem in utf-8 encoding PHP + MySQL Related question with excellent answer on all the things you need to check: stackoverflow.com/questions/279170/… |
|
Nov 11 |
revised |
Can a child influence its parent’s size in Standards mode? fixed broken link |
|
Nov 11 |
comment |
Getting the full url for an image in webpage Do you need to get it programmatically, or manually from the browser (and Firefox specifically, even)? This question belongs on SuperUser if it's the latter. |
|
Nov 11 |
comment |
CSS Menu hides behind flash only in IE (SWFObject) Thanks! You should be able to get your two accounts merged if you e-mail the admins (contact link is in the footer). |
|
Nov 11 |
accepted | CSS Menu hides behind flash only in IE (SWFObject) |
