Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by mlotfi

  1. mlotfi

    change css(s) in a link ????

    Thank you everybody for your help, I appreciate your time.
  2. mlotfi

    change css(s) in a link ????

    Hi, I don't see any javascript call in this block of code : <div id="pagesettingscx"> <a href="r/tp" id="editpage">Page Options</a> <div id="pagesettings"> <div class="bd"> <span> <h4>Color:</h4> <ol id="themes"> <li><a id="t1" class="on" title="Ocean">Ocean</a></li> <li><a id="t4"...
  3. mlotfi

    change css(s) in a link ????

    Hi, thank you for helping me, I created an html page and I cut and paste their css put it in a file, but it does not work, here is the html : <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html...
  4. mlotfi

    change css(s) in a link ????

    How to have like the link (Page Options) in the top right of www.yahoo.com , I look in the source code but can't understand how when you click in that link it show a rectangle with colors to chose from . thank you.
  5. mlotfi

    change css(s) in a link ????

    Thank you veru mutch, this is helpfull.
  6. mlotfi

    change css(s) in a link ????

    Hi, I want to use different css in my html page, for example when you open www.yahoo.com in the top right there is a link for changing color option, could you please show me how they did it ? thank you
  7. mlotfi

    How to take off space between rows ??

    Hi, I have a table that has these rows : <tr> <td align="right" valign="top"> <img src= "<bean:write name='ctxtPath'/>/coeuslite images/c_username.gif" border=0> </td>...
  8. mlotfi

    submit with image, what's wrong in this code

    Hi, Could you please tell me what's wrong here, whem I mouseover and mouseout, nothing happened, the pictures should change : <input type="image" name="submit" src="/coeuslite images/b_submit.gif" width="62" height="22" border="0"...
  9. mlotfi

    mouseOver, why not correct

    Hi, I want to have a sbmit button with mouse over, what's wrong here : <input type="image" name="submit" src="<bean:write name='ctxtPath'/>/coeuslite images/b_submit.gif" width="62" height="22" border="0" onMouseOut="window.status='';MM_swapImgRestore()"...
  10. mlotfi

    How to select all tables of a database ?

    Hi, I am a newbie to oracle and databases, could you please show me how to select all tables of a database ? thank you
  11. mlotfi

    java.lang.OutOfMemoryError when building ???

    Hi, I am trying to build a big project using Netbeans5, but I can't it always giving me : java.lang.OutOfMemoryError Could you please help. Thank you.
  12. mlotfi

    Need tutorial designing JSP pages

    Hi, where can I find a tutorial designing JSP and HTML pages ? thanks
  13. mlotfi

    Need a tutorial designing JSP using Dreamweaver

    Hi, Where can I find a good tutorial on how to design JSP pages using Dreamweaver or another tool. thanks
  14. mlotfi

    Help in CSS

    I have 8 pages : every page has it's current id set, for example in the file organization.html I have : <div id="navcontainer"> <ul id="navlist"> <li id="active"><a href="proposal.html" >Proposal</a></li> <li><a href="organization.html" id="current">Organization</a></li> <li><a...
  15. mlotfi

    Help in CSS

    Thank you, it works, the only thing that does not work is : always the first tab is highlited even if you click the others. thank you again.

Part and Inventory Search

Back
Top