User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
You're currently browsing the HTML and CSS section within the Web Development category of DaniWeb, a massive community of 332,758 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,772 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our HTML and CSS advertiser: Lunarpages Web Hosting
Views: 167 | Replies: 2
Reply
Join Date: May 2008
Posts: 1
Reputation: designunltd is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
designunltd designunltd is offline Offline
Newbie Poster

Dreamweaver developed site not working

  #1  
8 Days Ago
If this has been asked and solved before then accept my apologies as I'm very new to this. I'm building a site using DW and don't use code at all. Everything looked fine on my machine but on other machines the screen seemed to resize and scroll-bars appeared - any idea why?

I put in a series of dropdown menus using Spry features - all worked fine. Then seemingly for no reason (I know there must be) the drop down menus seemed to convert themselves into a what could best be described as a bulleted list. I switched over to the code and have cut and pasted what was highlighted when I did that. Any help would be really appreciated.

thanks

  1. <ul class="MenuBarHorizontal style1" id="MenuBar1">
  2. <li><a class="MenuBarItemSubmenu" href="#">About Us</a>
  3. <ul>
  4. <li><a href="Aboutus.html">Our Team</a></li>
  5. <li><a href="Missionstatement.html">Mission Statement</a></li>
  6. <li><a href="Literature.html">Literature Download</a></li>
  7. <li><a href="Feedbackformpage.html">Feedback Form</a></li>
  8. <li><a href="careers.html">Careers</a></li>
  9. </ul>
  10. </li>
  11. <li><a href="#" class="MenuBarItemSubmenu">Our Services</a>
  12. <ul>
  13. <li><a href="Pensions.html">Pensions</a></li>
  14. <li><a href="Investments.html">Investments</a></li>
  15. <li><a href="Mortgages.html">Mortgages</a></li>
  16. <li><a href="Insurance.html">Insurance</a></li>
  17. <li><a href="Taxation.html">Taxation</a></li>
  18. <li><a href="Section481.html">Section 481</a></li>
  19. </ul>
  20. </li>
  21. <li><a href="Newspage.html">News</a> </li>
  22. <li><a href="#" class="MenuBarItemSubmenu">Useful Links</a>
  23. <ul>
  24. <li><a href="LifeCompanies.html">Life Companies</a></li>
  25. <li><a href="http://www.financialregulator.ie/">Financial Regulator</a></li>
  26. <li><a href="http://www.pensionsboard.ie/">Pensions Board</a></li>
  27. <li><a href="http://www.bloomberg.com/">Bloomberg</a></li>
  28. <li><a href="http://www.ise.ie/">Irish Stockmarket</a></li>
  29. <li><a href="http://www.revenue.ie/">Revenue</a></li>
  30. <li><a href="http://www.financialombudsman.ie/">Financial Ombudsman</a></li>
  31. </ul>
  32. </li>
  33. <li><a href="ContactUs.html">Contact Us</a></li>
  34. <li><a href="IndexHC.html">Home</a></li>
  35. </ul>
Last edited by peter_budo : 8 Days Ago at 6:37 am. Reason: Keep It Organized - please use [code] tags
AddThis Social Bookmark Button
Reply With Quote  
Join Date: Mar 2006
Location: Japan
Posts: 88
Reputation: HI2Japan is an unknown quantity at this point 
Rep Power: 3
Solved Threads: 8
HI2Japan HI2Japan is offline Offline
Junior Poster in Training

Re: Dreamweaver developed site not working

  #2  
8 Days Ago
For the resizing, did you put in pixel sizes or percentages for the elements?

I dont do much in the way of drop downs or anything, but the code you have is for an unordered list with the list points. I have no idea why it would have done that.
Who was the first person to look at a cow and say, "I think I'll squeeze these dangly things here, and drink whatever comes out!"
Reply With Quote  
Join Date: Jan 2007
Posts: 2,226
Reputation: MidiMagic is an unknown quantity at this point 
Rep Power: 6
Solved Threads: 77
MidiMagic's Avatar
MidiMagic MidiMagic is offline Offline
Nearly a Posting Maven

Re: Dreamweaver developed site not working

  #3  
7 Days Ago
The problem is that not all monitors have the same screen resolution. If you design a page to fit a certain screen resolution with absolute sizes, the following happen to the page:

- On monitors with lower resolutions, scrollbars will appear.

- On monitors with higher resolutions, the page will be in the upper left corner.

To make the pages more flexible for resolution changes, do the following:

- Use relative sizes and positioning. Usually this is a percentage of the width of the page.

- Don't use a page creator such as DW.

- It is impossible to exactly fit a page vertically for all monitors. Don't waste time trying. If you don't want scrollbars, don't put stuff near the bottom.
Last edited by MidiMagic : 7 Days Ago at 7:29 pm.
Daylight-saving time uses more gasoline
Reply With Quote  
Reply

Only community members can participate in forum threads. You must register or log in to contribute.

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 

DaniWeb HTML and CSS Marketplace
Thread Tools Display Modes

Similar Threads
Other Threads in the HTML and CSS Forum

All times are GMT -4. The time now is 8:43 am.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC