www.webdeveloper.com

Search:

Type: Posts; User: KDLA

Page 1 of 20 1 2 3 4

Search: Search took 0.11 seconds.

  1. Replies
    0
    Views
    806

    jquery calls - IE6 issue

    //student fade
    $(document).ready(function(){
    $('#student-fade').jshowoff();
    });
    //suckerfish
    $(document).ready(function(){
    $(".suckerfish li").hover(
    function(){ $("ul",...
  2. It's in the post. (click on "link")

    It's in the post. (click on "link")
  3. curious ie7 (ie8 compatibility view) problem - suckerfish

    link

    Hover over the text "Educator Links" above the banner. In IE8, Chrome, and Fx, the dropdown appears under the text. In IE8's compatibility view (I'm assuming is IE7), the text appears to...
  4. Replies
    2
    Views
    2,004

    jquery accordion script - changing click action

    I found this great accordion script that does everything I need, EXCEPT:
    I need the first level <li> to close upon second click of itself, collapsing the list - meaning I also want the option of the...
  5. Replies
    6
    Views
    1,349

    People don't want to be told WHY to do something,...

    People don't want to be told WHY to do something, just WHAT to do. Think active phrases, not long lengthy explanations. That'll keep your design clean and clear.
  6. Replies
    2
    Views
    1,377

    It could be an Adobe update is locked up,...

    It could be an Adobe update is locked up, preventing the program from opening. If you've got the whole CS3 package, I suggest opening another program in it (like DW or FW) and running the...
  7. Replies
    6
    Views
    1,349

    I didn't read your description in your post; when...

    I didn't read your description in your post; when I visited the website, I had no idea what to do or what it was about.

    Many of your users will happen upon it the same way.

    I suggest you...
  8. Thread: Hiding selection

    by KDLA
    Replies
    2
    Views
    825

    <div style="display: none;">
    <input type="button" />
    </div>
  9. Replies
    4
    Views
    1,482

    Thanks - I'll give it a try!

    Thanks - I'll give it a try!
  10. Replies
    4
    Views
    1,482

    Do you have to do that for 7? I thought that was...

    Do you have to do that for 7? I thought that was just for 6. Figures.
  11. Replies
    4
    Views
    1,482

    dropdown appearing behind jquery gallery (ie7)

    link

    Hi -
    I've got a dropdown that's appearing behind (or not at all) my jquery gallery in IE7. Can someone help me fix this? Thanks!
  12. Replies
    1
    Views
    1,117

    *bump*

    *bump*
  13. Replies
    1
    Views
    1,117

    layering problem in ie7 and ie8

    link
    Please take a look at the featured content slideshow. In IE 7 and 8, the previous layer (if the image is not 800px wide) is still visible when the second layer appears. In Fx and Chrome, this...
  14. Thread: Wordpress Help

    by KDLA
    Replies
    0
    Views
    1,056

    Wordpress Help

    (This is probably the first of many requests for help I'll be making, as I begin learning the world of PHP - apologies for the possible stupid questions.)

    I've installed a WP blog (twenty-ten...
  15. Replies
    0
    Views
    954

    [RESOLVED] jShowOff problem

    I'm using jShowOff to create a slideshow. The problem I'm having is, when I attempt to customize the script to lengthen the amount of time the slide is being displayed, the browser (either IE7 or...
  16. Replies
    5
    Views
    1,141

    Sorry - this forum is not to be used for job...

    Sorry - this forum is not to be used for job postings. I suggest you consult CraigsList.
  17. Replies
    1
    Views
    707

    Add this to the javascript: var...

    Add this to the javascript:


    var myimages2=new Array()
    var gotolink="#"

    function preloadimages(){
    for (i=0;i<preloadimages.arguments.length;i++){
    myimages2[i]=new Image()...
  18. Try CraigsList.

    Try CraigsList.
  19. Replies
    4
    Views
    3,131

    <div style="position: absolute; z-index: 1000; top: 0; right: 0; width:##px ; height: ##px;">
    <a href="" style="display: block;">
    <img src="" style="display: block;" />
    </div>

    Place after the...
  20. Replies
    1
    Views
    627

    This will get you started: ...

    This will get you started: http://www.webdesignbooth.com/15-jquery-plugins-for-a-better-photo-gallery-and-slideshow/
  21. Thread: displaying <br />

    by KDLA
    Replies
    3
    Views
    746

    It depends on your DOCTYPE and the character...

    It depends on your DOCTYPE and the character encoding set on your page.
  22. I put in a horizontal rule set to visibility:...

    I put in a horizontal rule set to visibility: hidden and clear: both after the floated div.
  23. I suggest using your job as a place to train...

    I suggest using your job as a place to train students on web work. Create an intern program.
  24. Replies
    5
    Views
    1,054

    This may have something to do with it:

    This may have something to do with it:

    <ul class='menu'>
    <li><a href=http://www.mmoras.com/RASPortal/index.html?Guild=2 class='parent'><span>Tru Story's RAS</span></a>


    ...
  25. Replies
    13
    Views
    2,154

    Try adding: .slideshow { display: block;...

    Try adding:


    .slideshow {
    display: block;
    position: relative;
    z-index: 0;
    clear: both;
    }
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4
HTML5 Development Center



Recent Articles