User Profile

Collapse

Profile Sidebar

Collapse
danielji
danielji
Last Activity: Jan 16 '08, 09:10 PM
Joined: Dec 19 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • danielji
    started a topic Background Image as Link

    Background Image as Link

    Hello,
    I am having trouble placing a link on a background image that is located within a div that is positioned as absolute. I was able to properly place a link on a background image in another page that was located within a div with relative positioning. However, I am having trouble getting the same CSS hack to work on a div that is positioned as absolute. see below. any suggestions would be helpful. I am viewing this in IE7.
    Regards...
    See more | Go to post

  • danielji
    started a topic Adjust CSS Font Sizes using ASP

    Adjust CSS Font Sizes using ASP

    Hello, I'm searching for a script that will allow a web user to increase or decrease font sizes on a site using a series of buttons. Right now my fonts are all set to relative em sizes in the style sheet. However, the only scripts I can find for this purpose are style sheet switchers which require you to maintain multiple sheets and save the information in a cookie... and I see this as being tedious over time. any helpful suggestions would be...
    See more | Go to post

  • Thank you for your help, and apologies for cluttering the forum with all that code! I'll give it a try.
    See more | Go to post

    Leave a comment:


  • Hello again, I tried with the additional single-quote but I still receive an error and the rest of the page will not load. Here is the error:



    Microsoft VBScript runtime error '800a000d'

    Type mismatch: '[string: " src='/images/greyle"]'

    /flickrcache2.as p, line 392





    these are the changes I made to the code:

    [CODE=vb]<%...
    See more | Go to post
    Last edited by gits; Jan 8 '08, 05:49 PM. Reason: added code tags

    Leave a comment:


  • Hi, so I did try by replacing the "window.fli ckr" statements with document.getEle mentById but I'm still encountering trouble..



    <script type="text/javascript">
    messageObj = new DHTML_modalMess age(); // We only create one object of this class
    messageObj.setS hadowOffset(5); // Large shadow


    function displayMessage( url)
    {

    messageObj.setS ource(url);...
    See more | Go to post

    Leave a comment:


  • Yes, I forgot to mention that I did try inserting "block" into all the empty values and yet the buttons still do not work on Mozilla. Here is the code as I have it now. The error I receive in the Mozilla Error Console whenever I click on the button to change the photo is "window.fli ckr1 has no properties.... any help would be appreciated.




    [CODE=vb]For Each objItem In objItemList

    ...
    See more | Go to post
    Last edited by gits; Jan 8 '08, 05:51 PM. Reason: added code tags

    Leave a comment:


  • Minor JavaScript compatibility problem with Mozilla

    Hi,
    I am working to display a Flickr rss feed of photos on my website and have users cycle through the photos using a set of javacript/asp arrow buttons. It all seems to work fine on IE but the buttons are not working on Mozilla. It must be a small rule or statement I missed.

    The code below is a snippet of what is being used for one of the arrow buttons.


    [CODE=vb] strHTML = strHTML & "<div...
    See more | Go to post
    Last edited by gits; Jan 8 '08, 05:50 PM. Reason: added code tags

  • danielji
    replied to Javascript issues with Mozilla
    works now, many many thanks for catching that!...
    See more | Go to post

    Leave a comment:


  • danielji
    replied to Javascript issues with Mozilla
    Hi Friends, thank you for the prompt replies. I've tried both your recommendations and am still having trouble except this time it's not working in IE either.

    [HTML]function changeLinks(lin k) {


    if (link=="1") {

    document.getEle mentByID('Links Internal').styl e.display = '';
    document.getEle mentByID('Links External').styl e.display = 'none';
    document.getEle mentByID('Links Quick').style.d isplay...
    See more | Go to post
    Last edited by gits; Dec 19 '07, 09:48 PM. Reason: added code tags

    Leave a comment:


  • danielji
    started a topic Javascript issues with Mozilla

    Javascript issues with Mozilla

    Hi, I'm having trouble with my javascript in Mozilla. I'm trying to use onClick within a link to call hidden divs in page. This seems to function properly in IE and Safari but not Mozilla. I would appreciate any feedback.


    javascript in header:

    [HTML]<script language="javas cript">
    <!--

    function changeLinks(lin k) {


    if (link=="1") {
    ...
    See more | Go to post
    Last edited by gits; Dec 19 '07, 09:03 PM. Reason: added code tags
No activity results to display
Show More
Working...