![]() |
Do you think you could help me by telling me how to make sure my table stays to the right of the header?
--------------- Added [DATE]1253308780[/DATE] at [TIME]1253308780[/TIME] --------------- Yeah im dead lost on this one i get one link that fails and just pops me to the top well near it and no drop down. |
When you say you are lost, the best thing to do is post your code so people can point you in the right direction.
|
Lynne,
Though i appreciate your fast replies they dont help me. You keep talking to me as if im a master coder/programer. So telling me to make a table and follow the article doesnt help, expecially since the article is written specificly for existing navbars and i am neither have a existing navbar nor am i even in the navbar template. So the items that the article is telling me to search for are not there for me to use the article against. Code:
<div class="fright" id="nav"> |
The basic structure of a table is:
HTML Code:
<table> |
Thanks i understand that, but how do i apply the article?
Like i have above? |
What you did above is just gonna be screwed up because you have no table (<table>) or row (<tr>) tags.
Your id tags are off on the popups. Read the article about that - they have to correspond to the link in the navbar. |
Hows this?
Code:
<div class="fright" id="nav"> |
You still don't have your ids correct. This is from the article, look at the stuff in red - they must all be the same:
Code:
<td id="custommenu" class="vbmenu_control"> Code:
<div class="vbmenu_popup" id="custommenu_menu" style="display:none"> Code:
<table> |
Ok i think i got what you said, the id thing i put the name in the wrong spot.
Hows this now? Code:
<table> |
You got rid of a needed </td> tag. Also, didn't you say you want this vertical? If so, each link needs to be it's own row. Something more like this:
HTML Code:
<table> |
All times are GMT. The time now is 09:50 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|