Jump to content

Norman

Members
  • Posts

    483
  • Joined

  • Last visited

Posts posted by Norman

    List

    Thanks. Now my problem is this:aash0.th.gifWhy they aren't correctly aligned? Here a part of my code:

    <table style="margin: 0 auto; text-align:center;" width="62%" border="0" cellpadding="0" cellspacing="0">						<tr>						  <td><fieldset class="postbit_fieldset">					<legend align="center">Navigator</legend><div style="float:left;"><ul style="list-style-image: url('newvbstyle/menu/navigator_icon.gif')"><li>Coffee</li><li>Tea</li><li>Coca Cola</li></ul></div><div style="float:left;"><ul style="list-style-image: url('newvbstyle/menu/navigator_icon.gif')"><li>Coffee</li><li>Tea</li><li>Coca Cola</li></ul></div>					</fieldset></td>						</tr>					  </table>

  1. Ok, this is what I want right now:immaginexy9.th.jpgNow I have this:immagine2uf1.th.jpgHere the CSS (now I have this):

    /* ***** Top Menu ***** */.top_menu{border-bottom: 1px solid gray;width: 90%; margin-bottom: 1em;}.top_menu ul{padding: 3px 0;margin-left: 0;margin-top: 1px;margin-bottom: 0;font: bold 12px Verdana;list-style-type: none;text-align: center; }.top_menu li{display: inline;margin: 0;}.top_menu li a{text-decoration: none;padding: 3px 7px;margin-right: 3px;border: 1px solid #778;color: #2d2b2b;background: white url(newvbstyle/menu/shade.gif) top left repeat-x;}.top_menu li a:visited{color: #2d2b2b;}.top_menu li a:hover{color: #2d2b2b;top: 1px;background-image: url(newvbstyle/menu/shadeactive.gif);border-bottom-color: white;}.top_menu li.selected{position: relative;}.top_menu li.selected a{ background-image: url(newvbstyle/menu/shadeactive.gif);border-bottom-color: white;}.top_menu li.selected a:hover{ text-decoration: none;}

    Here the HTML:

    <!-- Top Menu --><div class="top_menu" align="center"><ul><li class="selected"><a href="#">Home</a></li><if condition="$show['member']"><li><a href="#">$vbphrase[user_cp]</a></li></if><li><a href="#">$vbphrase[faq]</a></li><li><a href="#">$vbphrase[members_list]</a></li><li><a href="#">$vbphrase[calendar]</a></li><li><a href="#">$vbphrase[search]</a></li><if condition="$vboptions['forumleaders']"><li>			<a href="#">Forum Staff</a></li></if><if condition="$show['contactus']"><li><a href="#>$vbphrase[contact_us]</a></li></if><if condition="$show['member']"><li><a href="#>$vbphrase[log_out]</a></li></if></ul></div><!-- / Top Menu -->

    Please please please, can you help me.. ?

  2. Hi. I'm using a fieldset.. but I've a doubt. How can I decide how longer is its table? I mean the lenght. I've try.. <fieldset lenght="10%"> but it doesn't work. :) Can you help me?

  3. I hope you understand that :)
    Really thanks! :)
    BTW Im using PHP as the examples. ASP and others will be different.
    *I'm a noob with SQL, I need to study it*: So, is there a different syntax per language, using SQL? :)
  4. Well to know your weakness you have to know how they attacked you and possibly where (what page)
    And how can I get know of this?
    Its usally a SQL that takes an input like get, post or a cookie and not checked by a 'anti hack' script/function.
    I haven't understand, sorry..
    Mostly, they will change your index pageor worse, they will delete all your file and database .
    And, for example, could a hacker use my code that isn't correctly closed (for example)? An <if> that have not its closed tag... this type of things.
  5. It doesn't work. Here my code (not the entire code):

    <!-- Start Personal Navigator Content Code --><table border="1" align="right" height="100px" width="100px" background="newvbstyle/misc/avatarhomebg.gif"><tr>   <td>  <img src="http://localhost/vbstyles/images/icons/icon1.gif" alt="Avatar" style="margin: 0 auto; text-align:center;" />   </td></tr>   </table><p style="font-size:10px; font-weight: bold;">Hi, {$bbuserinfo['username']}! This is your Personal $vboptions[bbtitle]'s Navigator!</p><!-- / End Personal Navigator Content Code -->

  6. I have a CSS menĂ¹, and I want add an image behind it (but still visible), using CSS Positioning Properties. http://www.w3schools.com/css/css_positioning.asphttp://www.w3schools.com/css/tryit.asp?fil...=trycss_zindex1My problem is: if I use this image (with z-index:-1), then my menu become not clickable. If I set this to '0', then it disappear. I'm in vBulletin, and I think this code..<img class="x" src="myimg.gif">.. must go into the header template, or the forumhome template. I've try everywhere, but I've the same problem! Any suggestion? :)

  7. If I do an HTML form, I need to call an external file, in wich my sended imput information will be stored. Ok. The question is this: what I need to put in this page? Can you make me an example of a page that need to be called with this follow form.. ?

    <form name="input" action="html_form_action.asp"method="get">Username: <input type="text" name="user"><input type="submit" value="Submit"></form>

×
×
  • Create New...