Jump to content

Norman

Members
  • Posts

    483
  • Joined

  • Last visited

Everything posted by Norman

  1. Ok, I've understand.
  2. "GREAT, they do an excellent job."But.. with moderators dou mean also administrators? If yes: I think admins should come here, sometime. Now, for what I can see, this forum seems to be abandoned to himself (mhh, I think 'himself' is not the correct english word! ).
  3. Norman

    List

    Ok, now my problem is that the list isn't near to the fieldset. How can fix this?
  4. Norman

    List

    Thank you!
  5. Norman

    List

    Thanks. Now my problem is this:Why 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>
  6. Norman

    List

    How can I do a list like this..?
  7. Ok, this is what I want right now:Now I have this:Here 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.. ?
  8. Now I get this:And I want something like this:(I'm not a good designer, no. Lol.)However, man, really thanks again for your help!
  9. Really thanks man!But one question: if I have another unordered list in my page.. ?
  10. Yes, but little. I need to put it here:
  11. I need something like this: __________________| Link | Link || Link | Link || Link | Link || Link | Link ||________|________| With a hover/selected/etc configuration. How can I do this two tables?
  12. Oh, great! Thanks you again!
  13. Thanks!Now I need to positioniting it.. it's under another table.. and I want it.. mhh.. not centered, but just a little bit centered... it's hard to explain.
  14. 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?
  15. Norman

    Security

    What you mean with "DEAD"? However, before I need to learn PHP (and maybe XML), for my vBulletin!
  16. Norman

    Security

    Really thanks! *I'm a noob with SQL, I need to study it*: So, is there a different syntax per language, using SQL?
  17. Norman

    Security

    And how can I get know of this? I haven't understand, sorry.. 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.
  18. Ok, thank you guys. I will try!
  19. Norman

    Security

    Ok, I've another question. If I will be hacked, from where I can see where is the bug, later?
  20. 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 -->
  21. Maybe this is a stupid question, but I do not remmeber the answer! I've try to search, with no luck! I've seen the align attribute is deprecated..
  22. It's hard to do. Becouse I've another image, for the header, but it's called by a vB automatic CSS. It's in the .body CSS. However, I've seen that in IE it works! In Firefox no.
×
×
  • Create New...