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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: mlotfi
  • Order by date
  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.
  16. mlotfi

    Help in CSS

    Thank you for your help, but it's not working.
  17. mlotfi

    Help in CSS

    Hi, I am trying to use this code to have a toolbar that has tabs, when I put 8 tabs they overlaped, how to change this css so all the tabs stay in one line : <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html lang="en"> <head>...
  18. mlotfi

    How to do a toolbar with tabs ??

    Hi, I need a toolbar with tabs like this : http://www.bbc.co.uk/ How can I do it ? thank you.
  19. mlotfi

    building JSPs with tab features

    Hello All, I am trying to add tab feature to the JSP's. Each JSP has seperate functionality to add, search records. I want the the whole functionality to take place in the tab body i.e If i select a tab it ---> Displays a JSP in the TAB body --> If i submit the form in the JSP it should show me...
  20. mlotfi

    AD Container Management ? move pc from Machine to another

    I went to AD Container Management Domaine Name --> Machines Machine1(pc1, pc2, pc3, ....) Machine2 MachineTest I have pc1, I want to start playing with the group policy of the Machine that has my pc1, to not affect other people I want to move my pc1 from Machine1 to MachineTest , coulkd you...

Part and Inventory Search

Back
Top