Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



Reply
Old 11-19-2007, 06:48 AM Dreamweaver SOS
Junior Talker

Posts: 1
Name: Luke
Trades: 0
Hi all.

Have got myself in a bit of a predicament and am wondering if someone on the forum could point me in the right direction.

Not too fluent in Dreamweaver but have managed to set up a html page with a menu bar running across the top.
One of the links (mortgages) must have a drop down image when the mouse rolls over it, which then gives the user two link options. I've sorted this the best I can by trial and error and have used a 'layer/div' which shows and hides on mouse over and mouse out.

page is here;
http://www.imprint-online.co.uk/clie.../menutest.html

The problem I have is that the layer seems to pop up in different places depending on the size of the browser window. I'm guessing that the layer is being told to appear a certain amount of pixels from the top or left - but is there a way to 'anchor' the layer to stick to a certain place, in this case the 'mortgage' menu link?

Any help would be greatly appreciated.

Luke
lucasmaximus is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 11-19-2007, 07:06 AM Re: Dreamweaver SOS
chrishirst's Avatar
Missing! presumed drunk.

Posts: 41,517
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
This;
Code:
  <div id="mortgage" style="position:absolute; width:200px; height:89px; z-index:1; left: 366px; top: 136px; visibility: hidden;">
tells it to be always in the same place regardless of resolution or page width.

Give that the page is designed in tables and using image maps, it will be a little more difficult. unless you got to a fixed width, left aligned layout

I would suggest that you need to learn how to design a layout using CSS for positioning.
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Reply     « Reply to Dreamweaver SOS
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.45507 seconds with 12 queries