www.webdeveloper.com

Search:

Type: Posts; User: ctoz

Page 1 of 5 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    732

    Where is your opacity function? all functions...

    Where is your opacity function?
    all functions are in the head section,but I've also tried them directly on the link.

    No error message.

    I'm jQuerying it, at least partly. Not to worry.
    Cheers.
  2. Replies
    2
    Views
    732

    function not executed in Chrome

    I'm re-posting a page coded in 2006, pre-Chrome: it's appropriate to leave the code in its primitive state, as it's an obit.

    However, I cannot get a series of fades to fire in Chrome. I've tried...
  3. Replies
    1
    Views
    567

    jQ stop() and clearQueue

    Hi Colleagues,

    Having trouble getting jQuery stop() working.

    The architecture is:

    Main page:
    menu div
    and
    #loadit div, into which the menu links load html pages.
  4. Replies
    4
    Views
    384

    jQuery Thanks for that.

    Thanks for that.
  5. Replies
    4
    Views
    384

    jQuery View Post

    Interesting!
    No, I meant "wipe"—movie terminology.

    Assume multiple images identical in size and position, in a z-index stack: if you do fadeOut, it works like a movie "dissolve", fast enough and...
  6. Replies
    4
    Views
    384

    jQuery looking for a wipe

    I've been browsing through the plugins, and ui, but can't find what I'm looking for: a simple wipe, LTR, or RTL as well would be good.

    Any suggestions?

    cheers
  7. Replies
    7
    Views
    165

    Been playing with 007Julien's solution, and can...

    Been playing with 007Julien's solution, and can bind the function to a mousdown to go with the enlarging, and with a click to bring the image to the top, from wherever.

    But I'm going to suss out...
  8. Replies
    7
    Views
    165

    many thanks

    Hi, and thankyou: two economical and elegant solutions.

    The more you know, the easier it gets?

    Cheers, and thanks again.
  9. Replies
    7
    Views
    165

    Hi, just to clarify: Photo1 is z-index:50; ...

    Hi,

    just to clarify:

    Photo1 is z-index:50;
    photo2 starts as z:49, and needs to be z:51 when enlarged;
    photo3 starts as z:48 and needs to be z:52 when enlarged;
    photo4 starts as z:47 and...
  10. Replies
    7
    Views
    165

    changing multiple z-indexes

    The problem, in brief:

    30+ small images, layered on top of eachother... old photos, in chronological order, starting from the earliest:earliest photo has highest z-index.

    With jQuery, 2...
  11. Replies
    1
    Views
    440

    solved:...

    solved:
    http://blogs.msdn.com/b/askie/archive/2009/03/23/understanding-compatibility-modes-in-internet-explorer-8.aspx
  12. Replies
    1
    Views
    440

    IE8 and compatability mode

    Not sure if I'm in the right department, but my problem is a css problem:

    in IE8, with compatability mode on, I have a text positioning problem, on one element only; all other windows and mac...
  13. Replies
    6
    Views
    689

    That's encouraging: I'm assuming that your check...

    That's encouraging: I'm assuming that your check was after the new script link was added? Not getting anything like that via Parallels.
  14. Replies
    6
    Views
    689

    ... yes, it makes one wary of claims to valid...

    ... yes, it makes one wary of claims to valid code!



    Semantic elements: well, having checked out what they are, I think I am...
    html5shiv: was unaware of this--thanks again; will try that...
  15. Replies
    6
    Views
    689

    Thanks for that. I'll do some more tests. ...

    Thanks for that. I'll do some more tests.



    Sigh: I thought I was.

    I'm using html 5, with nothing at all flash in the way of css--it vaildates (except for msie's homebrewed opacity); I've...
  16. Replies
    6
    Views
    689

    detecting IE's "Compatability View"

    Several of my pages improve (a lot) when they're shown in IE's "Compatability View": so I'm putting in a removable notice about using it, nested in conditional comments.

    That's fine, but if a...
  17. Replies
    1
    Views
    1,225

    "Compatability View" seems to fix the rendering....

    "Compatability View" seems to fix the rendering. Haven't time to figure out why a later-model IE needs to be backwards-compatible to render, correctly, as do all the other major browsers.

    Any...
  18. Thread: IE woes: links

    by ctoz
    Replies
    4
    Views
    775

    Thanks: thought I might make life simpler with...

    Thanks: thought I might make life simpler with Parallels, but...
  19. Replies
    1
    Views
    1,225

    IE woes: links (migrated from javascript forum)

    IE (9,8,7 thru Parallels on a Mac) is not, or only partially, rendering styles on certain links; same behaviour across the versions:

    a[href^="javascript"] {
    text-decoration:underline;...
  20. Thread: IE woes: links

    by ctoz
    Replies
    4
    Views
    775

    Thanks for that. Can you clarify? Thru...

    Thanks for that.

    Can you clarify?

    Thru Parallels, yes, the scrolling also works—if you know where to put the mouse: but the arrows aren't displayed, only a thin white line. That's another...
  21. Thread: IE woes: links

    by ctoz
    Replies
    4
    Views
    775

    IE woes: links

    IE (9,8,7 thru Parallels on a Mac) is not, or only partially, rendering styles on certain links; same behaviour across the versions:

    a[href^="javascript"] {
    text-decoration:underline;...
  22. yea, thanks! I had a nap, woke up and came to...

    yea, thanks! I had a nap, woke up and came to the same conclusion. Long night.

    cheers
  23. background-images not showing in external css file

    At dimwit's end.

    Styles work when in head of document, but not as external css file: background images for body and div not loading.

    Using html 5; tried 4; tried another machine; other...
  24. so did I... but I'm keeping my Zeds...

    so did I... but I'm keeping my Zeds for now :)
  25. IE & Chrome use different engines: Chrome and...

    IE & Chrome use different engines: Chrome and Safari use both use 'webkit'; you can hack both, but it probably isn't germaine here.

    My only suggestion would be to separate your layers more: and...
Results 1 to 25 of 119
Page 1 of 5 1 2 3 4
HTML5 Development Center



Recent Articles