Results 1 to 6 of 6

Thread: HTML Experts Plz Help

  1. #1
    fTaFat is offline Senior Member+
    Last Online
    2nd July 2022 @ 09:58 PM
    Join Date
    25 Dec 2009
    Posts
    205
    Threads
    6
    Credits
    0
    Thanked
    7

    Default HTML Experts Plz Help

    Main practice keliye aik navigation bar per kaam ker raha hun. Jis ke kisi bhi link per jab mouse rakha jaey tu nichey usska description aajata hai.
    masla ye hai kh pehley link ke siwa kisi link ka description show nahi ho raha.

    Please mujhey bataen kh script main kahan per ghalti hai.
    Main 2 ghantay se laga hua hun lekin samajh nahi aarha.

    HTML Code:
    <!DOCTYPE html PUBLIC \\\"-//W3C//DTD XHTML 1.0 Transitional//EN\\\"
        \\\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\\\">
    <html xmlns=\\\"http://www.w3.org/1999/xhtml\\\" xml:lang=\\\"en\\\" lang=\\\"en\\\">
    <head>
    <title>My Work 3</title>
    <meta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=UTF-8\\\">
    <meta http-equiv=\\\"Content-Style-Type\\\" content=\\\"text/css\\\">
    <meta http-equiv=\\\"Content-Script-Type\\\" content=\\\"text/javascript\\\">
    <style type=\\\"text/css\\\">
    <!--
    #navcontainer {
        width:180px;
        padding:6px;
        border:1px solid #194977;
        background-color:#6180a0;
        float:left;
    }
    #navlist { 
       color:#fff;
       background-color:#73aaa4;
       padding:0 0 8px 0;
       width:179px;
       height:220px;
       font:normal 0.8em verdana, sans-serif;
    }
    .head {
       height:25px;
       border:0;
       text-align:center;
       font-weight:bold;
    }
    #navlist li {
       position:relative;  
       list-style:none;
       font-size: 1em;
       font-weight:bold;
    }
    #navlist a {
       display:block;
       text-decoration:none;
       margin-bottom:0.5em;
       margin-top:0.5em;
       color:#000;
       text-align:center;
       background-color:#0dc;
       border-width:1px;
       border-style:solid;
       border-color:#2dc #3dc #4dc #5dc;
       border-left:1em solid #39c;
       padding:0.25em 0.5em 0.4em 0.75em;
    }
    #navlist a span {
       display:none;
    }
    #navlist a:hover {
       background: #ff0000;
       border-color: #fff #fff #fff #0dc;
       padding: 0.4em 0.35em 0.25em 0.9em;
    }
    #link1 a:hover span {   
       display:block;
       position:absolute;
       padding:10px;
       color:#fff;
       font:12px verdana,sans-serif; 
       text-align:justify;
    }
    
    #link1 a:hover span {   
       top:160px;
       left:0; 
    }
    
    #link2 a:hover span { 
       top:95px; 
       left:0; 
    }
    
    #link3 a:hover span { 
       top:70px; 
       left:0; 
    }
    
    #link4 a:hover span { 
       top:45px; 
       left:0; 
    }
    
    #link5 a:hover span { 
       top:20px; 
       left:0; 
    }
    #navlist a:active {
        background-color:#17a;
        border-color:#069 #6cf #5bd white;
        padding:0.4em 0.35em 0.25em 0.9em;
    }
    -->
    </style>
    </head>
    <body>
    <div id=\\\"navcontainer\\\">
    <ul id=\\\"navlist\\\">
    <li class=\\\"head\\\">Navigations</li>
    
    <li id=\\\"link1\\\"><a href=\\\"#\\\">
    Link 01
    <span>Description about link#1</span>
    </a></li>
    
    <li id=\\\"link2\\\"><a href=\\\"#\\\">
    Link 02
    <span>Description about link#2</span>
    </a></li>
    
    <li id=\\\"link3\\\"><a href=\\\"#\\\">
    Link 03
    <span>Description about link#3</span>
    </a></li>
    
    <li id=\\\"link4\\\"><a href=\\\"#\\\">
    Link 04
    <span>Description about link#4</span>
    </a></li>
    
    <li id=\\\"link5\\\"><a href=\\\"#\\\">
    Link 05
    <span>Description about link#5</span>
    </a></li>
    	</ul>
    </div>
    </body>
    </html>

  2. #2
    fTaFat is offline Senior Member+
    Last Online
    2nd July 2022 @ 09:58 PM
    Join Date
    25 Dec 2009
    Posts
    205
    Threads
    6
    Credits
    0
    Thanked
    7

    Default

    Mere masle per koi jawab nahi de raha.

  3. #3
    fTaFat is offline Senior Member+
    Last Online
    2nd July 2022 @ 09:58 PM
    Join Date
    25 Dec 2009
    Posts
    205
    Threads
    6
    Credits
    0
    Thanked
    7

    Default

    Kya koi HTML expert nahi hai?????

  4. #4
    fTaFat is offline Senior Member+
    Last Online
    2nd July 2022 @ 09:58 PM
    Join Date
    25 Dec 2009
    Posts
    205
    Threads
    6
    Credits
    0
    Thanked
    7

    Default

    Agar Koi HTML Expert Nahi Hai Tu Isse Bund Karden.

  5. #5
    Join Date
    13 Dec 2009
    Location
    Charsadda Tangi
    Gender
    Male
    Posts
    24,332
    Threads
    334
    Credits
    393
    Thanked
    1297

    Default

    jeee koi be nahe ha first of all me ap html corse ke classes jis ne share ke usse poch len shaed wo help kar saken

  6. #6
    xauyala's Avatar
    xauyala is offline Senior Member+
    Last Online
    28th December 2012 @ 04:25 PM
    Join Date
    13 Feb 2009
    Posts
    501
    Threads
    31
    Credits
    1,080
    Thanked
    45

    Default

    سب سے پہلے تو آپ ڈی ٹی ڈی درست کریں۔
    HTML Code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
       "http://www.w3.org/TR/html4/strict.dtd">
    <html>
    آپ نے سی ایس ایس میں محض پہلے ہی لنک کو ویلوز اسائن کی ہیں اس کے ساتھ دوسرے لنک ایڈریسیز کا اضافہ کریں۔
    HTML Code:
    #link1 a:hover span,#link2 a:hover span,#link3 a:hover span,#link4 a:hover span,#link5 a:hover span {
    کی ورٹیکل پوزیشن ویلوز درست نہیں ہیں۔ span
    لیکن جب آپ کی دی ہوئی ڈسکریپشن نظر آنے لگے گی تو آپ انہیں باآسانی درست کیلکولیٹ کرسکیں گے۔
    یہ بات دھیان مین رہے کہ سی ایس ایس 3 کے نتائج انٹر نیٹ ایکسپلولر6 یا پہلے کے ورجن پر درست نہیں آتے۔ اسلیئے اگر ایسا ہے تو اسے اپ گریڈ کرلیں مگرمیں آپ کو فائرفاکس ہی ریکمنٹ کروں گا۔


Similar Threads

  1. html experts plz help me
    By Nuoman in forum Ask an Expert
    Replies: 8
    Last Post: 22nd June 2014, 02:54 PM
  2. Replies: 9
    Last Post: 19th August 2012, 08:52 PM
  3. HTML Experts
    By ALI AKBAR SHAR in forum Ask an Expert
    Replies: 5
    Last Post: 11th November 2011, 10:24 PM
  4. html and java experts
    By smsbuddy90 in forum English IT Zone
    Replies: 9
    Last Post: 12th July 2009, 10:33 PM
  5. HTML Experts
    By Ashfaq_designer in forum Ask an Expert
    Replies: 2
    Last Post: 2nd January 2009, 08:41 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •