| bio | website | heymrcarter.com |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 2 years, 6 months |
| seen | Jun 12 at 17:43 | |
| stats | profile views | 21 |
|
Jul 5 |
comment |
z-index issue in firefox 5, chrome @Rob I guess the bigger question I have here is not about IE and its many issues or trying to fix something in chrome/firefox, I'm well aware of these things. The question is what would make and element with a higher z-index be displayed behind an element with a lower z-index |
|
Jul 5 |
comment |
z-index issue in firefox 5, chrome that's what I have been doing, still no luck |
|
Jul 5 |
comment |
z-index issue in firefox 5, chrome @Max unfortunately no, it's still in internal testing |
|
Jun 14 |
comment |
Error when trying to run gem install I got everything installed but iconv-devel. Said there was no package. Still getting the same error after all the other packages have been installed |
|
Jun 14 |
comment |
Error when trying to run gem install I installed zlib-devel-1.2.5-2.fc14.i686 but still same errors |
|
May 21 |
comment |
Margin Discrepancies between Firefox and Chrome/Safari @matchw yes it would make sense to use a class if you wanted the dotted line between some <li>, but not all. However, the rule only applies to <li> in the <ul> with the class links. So this would only be an issue if you wanted some of the <li> in that <ul class="links"> to not have the border. The point is more that using css for the line is more semantically correct that a <li> full of dashes |
|
May 21 |
comment |
jQuery AutoComplete not working @manPej the only thing i can tell you is try and remove the script for the autocorrect and just include jquery and jqueryui and get both of them from google using the link in my answer. I ran it on my dev server and it works fine minus css styling |
|
May 20 |
comment |
ajax problem with sencha touch @ballmw as far as I can tell the request never makes it to the server |
|
May 16 |
comment |
hide submenu on body click yep that's it! thanks so much for your help |
|
May 16 |
comment |
hide submenu on body click this is great and all, but it doesn't address the issue of the menu not hiding on a click anywhere outside the menu |
|
Mar 7 |
comment |
javascript image resize doesn't work in ie8var img = $(this)[0]; throws an error. 'Object doesn't support this action' Code:0. Any ideas? |
|
Mar 4 |
comment |
javascript image resize doesn't work in ie8 i've tried attr, css, and both attr and css |
|
Mar 2 |
comment |
Background Image for Select (dropdown) does not work in Chrome thanks for this gem. made my life much easier |
|
Feb 25 |
comment |
dynamically close and and open table rows this is exactly what i was looking for. thanks a ton, you've saved me hours of hair pulling! |
|
Feb 25 |
comment |
dynamically close and and open table rows thats what I want the html to end up like, yes, but it isn't as simple as just recoding the html. The ecommerce platform generates this code from a database and I don't have access to the source code |
|
Feb 25 |
comment |
dynamically close and and open table rows @esdot no the source code is not available to me |
|
Feb 24 |
comment |
rework table into paragraphs @geepie easystorecreator |
|
Feb 24 |
comment |
rework table into paragraphs The first thing I did when I was hired was pick a new platform. I just have to wait a few more months before we switch :( |
|
Feb 16 |
comment |
Iphone app that displays a quick message, Is it possible? im not sure if the api is available, but what about something along the lines of how the alarm works. you can set the snooze and the alarm dialog pops back up every so often |
|
Feb 16 |
comment |
XHTML Compatibility - Storing HTML in a Javascript variable i think your problem lies in the <font> tag itself. if i'm mistaken it has been depreciated. you should use css to style text |