Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > Re: Making the Menu appear?

Reply
Thread Tools

Re: Making the Menu appear?

 
 
Richard
Guest
Posts: n/a
 
      09-09-2003
={ Advocated }= wrote:>>

> Hi there, ive been messing with a menu, at the moment it is displaying in
> a certain position:
> You should see:
> http://homepage.ntlworld.com/c.jones13/Test/menu2.htm


> The two js files are here:
> http://homepage.ntlworld.com/c.jones13/Test/menu_com.js
> http://homepage.ntlworld.com/c.jones...mplmenu_var.js


> If you look, you should be able to see the menu is being displayed half
> way down the page, i wanted it really, where the existing links are?
> Any ideas how i would go about this?
> I do apreciate any help offered. Thanks!


For positioning, you could try inline style in the table tag.
See my little toy at http://1-large-world.com/stargate/map1.html

I created a table then placed the table in the center of the image.
<table style="position:absolute; left:170;top:140" border="0" width="190"
height="210">



 
Reply With Quote
 
 
 
 
Leif K-Brooks
Guest
Posts: n/a
 
      09-09-2003
Richard wrote:
> I created a table then placed the table in the center of the image.
> <table style="position:absolute; left:170;top:140" border="0" width="190"
> height="210">


That isn't tabular data, and your inline CSS has an error. CSS requires
a unit for lengths such as px, em, %, etc.


 
Reply With Quote
 
 
 
 
Richard
Guest
Posts: n/a
 
      09-09-2003
Leif K-Brooks wrote:>>

> Richard wrote:
>> I created a table then placed the table in the center of the image.
>> <table style="position:absolute; left:170;top:140" border="0"
>> width="190" height="210">


> That isn't tabular data, and your inline CSS has an error. CSS requires
> a unit for lengths such as px, em, %, etc.


The default is px. I was surprised to see it work that way. I've also been
told that it works quite well in various browsers.



 
Reply With Quote
 
Chris Morris
Guest
Posts: n/a
 
      09-09-2003
"Richard" <anom@anom> writes:
> Leif K-Brooks wrote:>>
> > That isn't tabular data, and your inline CSS has an error. CSS requires
> > a unit for lengths such as px, em, %, etc.

>
> The default is px. I was surprised to see it work that way. I've also been
> told that it works quite well in various browsers.


The default _in Internet Explorer__ is px. The default in the CSS
specification and in browsers complying to it is to ignore it. It
works 'quite well' in current versions of one browser. It may work
'not at all' in the next version of that browser, as it does in most
other CSS-capable browsers.

There's an obvious exception for a length of 0, where browsers are
free to choose a default unit.

--
Chris
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: A fresh new approach to making making online Fakename Computer Information 0 11-18-2005 02:10 AM
Making a DVD Menu Rob DVD Video 6 04-08-2005 11:31 PM
Making new Flavors : Making a custom transferhandler for and drop applications ebby83@gmail.com Java 5 01-12-2005 11:10 AM
Re: Making the Menu appear? Beauregard T. Shagnasty HTML 10 09-09-2003 08:51 PM
Re: Making the Menu appear? Toby A Inkster HTML 2 09-09-2003 08:32 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57