User Profile

Collapse

Profile Sidebar

Collapse
mindshare
mindshare
Last Activity: Feb 29 '08, 06:43 PM
Joined: Oct 9 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • mindshare
    replied to enlarge text
    thanks i'll give it a try....
    See more | Go to post

    Leave a comment:


  • mindshare
    started a topic enlarge text

    enlarge text

    Hi everyone,
    Happy New Year, I found these line of javascript code to enlarge your font size.
    this works but i can only set it up in one area or div area. is there a way i can use this function in other div area?

    Thanks

    [CODE=javascript]function changeTextSize( amount) {
    if (amount=="1") {
    if (document.getEl ementById) {document.getEl ementById('intM ainCellTextBloc k').style.fontS ize...
    See more | Go to post
    Last edited by gits; Jan 10 '08, 10:31 PM. Reason: added code tags

  • mindshare
    replied to Toggle Background image On Click
    Code:
    .blue-row-low {
    	background: url(img/lightBlueBkrnd.gif) repeat-x;
    	height: 23px;
    	color: #666666;
    
    .blue-row-hi {
    	background: url(img/dkBlueBkrnd.gif) repeat-x;
    	height: 23px;
    	font-weight: normal;
    	color: #000000;
    is this what you mean

    .blue-row-low is the light blue background gradient and .blue-row-hi is a darker blue gradient backgrond so when you click...
    See more | Go to post
    Last edited by gits; Dec 17 '07, 09:57 PM. Reason: added code tags

    Leave a comment:


  • mindshare
    replied to Toggle Background image On Click
    [HTML]<tr class="blue-row-low" onmouseover="hi ghlightblue(thi s)" onmouseout="blu elow(this)" onclick="#">

    <td id="cell-border"><input name="" id="check-box" type="checkbox" dir="ltr" value="" />My Name</td>
    <td id="cell-border">Divisio n</td>
    <td>Manager</td>...
    See more | Go to post
    Last edited by gits; Dec 17 '07, 08:59 PM. Reason: added code tags

    Leave a comment:


  • mindshare
    replied to Toggle Background image On Click
    i currently don't have any codes. I just started learning javascript.
    See more | Go to post

    Leave a comment:


  • mindshare
    started a topic Toggle Background image On Click

    Toggle Background image On Click

    Very new to javascript, I need help with toggling a background gradient image on click command. Can anybody help me with the coding?

    Thanks
    See more | Go to post

  • mindshare
    replied to swf overlay
    Thanks for the code. The only problem that I'm having is that the div tag is overlaying my button and I can't click on it. What can I do.
    See more | Go to post

    Leave a comment:


  • mindshare
    replied to swf overlay
    Thanks for the response let me give it a try and I'll get back to you later....
    See more | Go to post

    Leave a comment:


  • mindshare
    started a topic swf overlay

    swf overlay

    Hi everyone,
    I'm having problem with my html code. I'm new to the html programming so please bare with me. The problem that I'm having is that I have a swf file that i have placed in a div tag. This div tag is overlaying the web page, which it is intended to do so. The swf play automatically when the page is loaded. Is there a way that I can collapse the div tag? Because i want the button that i have created to expand the div tag to play the...
    See more | Go to post
No activity results to display
Show More
Working...