Is it possible to get Dreamweaver and the browsers to agree about placement?

I am using a Dreamweaver three column liquid template with header and footer. I had a problem with the invasion of my sidebars into my header, but the solution to that turned out to be very simple I pressed enter a few times and the whole lot came down together lining up across the page, sidebars and content in a straight line. Panic for nothing!
It has however left me with a couple of other problems.
1     There is a gap of about 10 pixels between the header and the sidebars and content in the version in Dreamweaver itself. The version in IE is exactly right, the sidebars and content are in a straight line under the header.
The one in Firefox has the sidebars in the right place, but the content about twenty pixels below the header (that is more than in the Dreamweaver  version) and there is a small gap between the left side bar and the content.
All gap sizes are approximate of course.
How can I work it so that the Dreamweaver and the browsers all agree or is this a hopeless ambition?
2     As this is going to be uploaded as a Site Builder system site and I wish to use their navigation, no point in reinventing the wheel and it suits this site, I have a ***NAVBAR*** tag in the left sidebar citing the position. This in the Dreamweaver version invades the content space, but this happens in neither browser. Plenty of room for it. Other content is happily within the sidebar in all versions. Will this NAVBAR reference be a problem? Hope not!
My grateful thanks for any help.
Best wishes
Longparish Chargers

Thought that as there was a place for attachments, long files were not welcome on the main request page.Quite understand about not opening attachments, although these were fine. Open Office is a great program, prefer it to Microsoft Office and I have both.
I am a newbie in the field of web pages and do not understand about test servers yet, sorry. So will insert both the HTML and CSS code here.
This is the HTML
<%@LANGUAGE="JAVASCRIPT"
CODEPAGE="65001"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD
HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type"
content="text/html; charset=utf-8">
<!-- TemplateBeginEditable
name="doctitle" -->
<title>Untitled Document</title>
<!-- TemplateEndEditable -->
<!-- TemplateBeginEditable
name="head" -->
<!-- TemplateEndEditable -->
<style type="text/css">
.style1 {
     font-size: x-small;
     color: #3366FF;
</style>
</head>
<body class="thrColLiqHdr">
<div id="container">
<div id="header">
    <h1></h1>
    <p></p>
    <p></p>
    <p></p>
    <p></p>
  <!-- end #header --></div>
  <div id="sidebar1">
    <p>***NAVBAR***</p>
    <p>There should be some
content here. </p>
    <p> </p>
  </div>
  <div id="sidebar2">
    <h3>Sidebar2 </h3>
    <p>This too should</p>
    <p> </p>
    <p> </p>
  <!-- end #sidebar2 --></div>
  <div id="mainContent">
    <h1> Main Content </h1>
    <p>Lorem ipsum dolor sit
amet, consectetuer adipiscing elit. Praesent aliquam,  justo
convallis luctus rutrum, erat nulla fermentum diam, at nonummy quam
ante ac quam. Maecenas urna purus, fermentum id, threnchard it it it
it it it it it it it it it it nnen nren nre nrs eej rnngng molestie
in, commodo  porttitor, felis. Nam blandit quam ut lacus. Quisque
ornare risus quis  ligula. Phasellus tristique purus a augue
condimentum adipiscing. Aenean  sagittis. Etiam leo pede, rhoncus
venenatis, tristique in, vulputate at,  odio. Donec et ipsum et
sapien vehicula nonummy. Suspendisse potenti. </p>
    <h2>H2 level heading </h2>
    <p>Lorem ipsum dolor sit
amet, consectetuer adipiscing elit. Praesent aliquam,  justo
convallis luctus rutrum, erat nulla fermentum diam, at nonummy quam
ante ac quam. Maecenas urna purus, fermentum id, molestie in, commodo
porttitor, felis. Nam blandit quam ut lacus. Quisque ornare risus
quis  ligula. Phasellus tristique purus a augue condimentum
adipiscing. Aenean  sagittis. Etiam leo pede, rhoncus venenatis,
tristique in, vulputate at, odio.</p>
    <p> </p>
  <!-- end #mainContent --></div>
     <!-- This clearing element should
immediately follow the #mainContent div in order to force the
#container div to contain all child floats --><br
class="clearfloat" />
  <div id="footer">
    <center><p
class="style1">Copyright 2009: www. career-choice-change
- All rights reserved.</p>
    <center><a
href="http://www.sitesell.com/pelican.html"
target="_blank"><img
src="http://graphics.sitesell.com/snippet/hp4-88x31.jpg"
alt="Site Build It" border="0" width="88"
height="31"></a></center>
    </center>
  <!-- end #footer --></div>
<!-- end #container --></div>
</body>
</html>
<link
href="/support-files/styles.css" rel="stylesheet"
type="text/css">
and this is the CSS
@charset "utf-8";
body {
font : 100% Verdana, Arial, Helvetica,
sans-serif;
background-image :
url(/image-files/background.jpg);
margin : 0;
padding : 0;
text-align : center;
.thrColLiqHdr #container {
width : 80%;
margin : 0 auto;
border : 1px solid #020873;
text-align : left;
.thrColLiqHdr #header {
width : 100%;
height : 135px;
background-color : #020873;
background-image :
url(/image-files/top.jpg);
background-repeat : no-repeat;
background-position : center;
padding : 0 0;
.thrColLiqHdr #header h1 {
margin : 0;
padding : 10px 0;
.thrColLiqHdr #sidebar1 {
float : left;
width : 18%;
background-image :
url(/image-files/left.jpg);
background-repeat : repeat;
padding : 15px 0;
.thrColLiqHdr #sidebar2 {
float : right;
margin-right : 0;
width : 18%;
background : #ffffff;
padding : 15px 0;
.thrColLiqHdr #sidebar1 p,
.thrColLiqHdr #sidebar1 h3, .thrColLiqHdr #sidebar2 p, .thrColLiqHdr
#sidebar2 h3 {
margin-left : 10px;
margin-right : 10px;
.thrColLiqHdr #mainContent {
     margin: 0 18% 0 18%;
     background-color:#FFFFFF;
     padding-left: 2%;
     padding-right: 2%;
.thrColLiqHdr #footer {
padding : 0 10px;
background : #dddddd;
.thrColLiqHdr #footer p {
margin : 0;
padding : 10px 0;
-->
</style><!--[if IE]>
<style type="text/css">
/* place css fixes for all versions of
IE in this conditional comment */
.thrColLiqHdr #sidebar2, .thrColLiqHdr
#sidebar1 { padding-top: 30px; }
.thrColLiqHdr #mainContent { zoom: 1;
padding-top: 15px; }
/* the above proprietary zoom property
gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]
I left the last bit of the css with the instruction about the Zoom property in as I found it on the template, for information.
My grateful thanks.
Longparish chargers

Similar Messages

  • It is possible to get info from the PDF

    Hi Everyone,
    I'm new baby to acrobat using javascript. It is possible to get info from the PDF.
    The Info contain like Color space, Trim size, which font  used depend on pages and which color is used for image & text.
    Thanks in advance.
    -yajiv

    Hi GKaiseril,
    Thanks for prompt response.
    Actually I'm a new baby to Acrobat script. Please explain briefly How do I write java script and execute.
    I'm familiar with Photoshop and Indesign Script. We are using ExtendedScript Toolkit editor for writing script.
    Thanks in advance.
    -yajiv

  • Is that possible to get data from the red trace in this BMP file

    I have an instrument, which only export image file. I want use labview to replot it and do some analysis. The image file is like attachment. Is that possible to get data from the red  trace in this BMP file via labview vis?
    Attachments:
    coax312.bmp ‏4741 KB

    I looks to me that 515 pixels represents 200 meters, so multiply the
    x-values by 0.3885 meters/pixel to get the true x-values.  I don't
    have enough information to scale the y-axis.
    Randall Pursley
    Attachments:
    Compute from BMP.vi ‏66 KB

  • To whom it may concern      Hi my name is Silvana Pires,I purchased an I Phone 4 S Model A 1387 EMC 2430 SCC.ID DCG E  2430 AIC.579 C-E 243 A in California one year ago,Unfortunately its Not working well the screen is getting black,and the phone is in goo

    To whom it may concern
    Hi my name is Silvana Pires,I purchased an I Phone 4 S Model A 1387 EMC 2430 SCC.ID DCG E
    2430 AIC.579 C-E 243 A in California one year ago,Unfortunately its Not working well the screen is getting black,and the phone is in good shape I can prove it,the Apple support in Brazil doenst work like in USA.
    I look forward to your reply and a resolution of this problem.
    Thank you very much!!!

    You are welcome. I'm glad you got it back up.
    (1) You say you did the symbolic link. I will assume this is set correctly; it's very important that it is.
    (2) I don't know what you mean by "Been feeding the [email protected] for several weeks now, 700 emails each day at least." After the initial training period, SpamAssassin doesn't learn from mail it has already processed correctly. At this point, you only need to teach SpamAssassin when it is wrong. [email protected] should only be getting spam that is being passed as clean. Likewise, [email protected] should only be getting legitimate mail that is being flagged as junk. You are redirecting mail to both [email protected] and [email protected] ... right? SpamAssassin needs both.
    (3) Next, as I said before, you need to implement those "Frontline spam defense for Mac OS X Server." Once you have that done and issue "postfix reload" you can look at your SMTP log in Server Admin and watch as Postfix blocks one piece of junk mail after another. It's kind of cool.
    (4) Add some SARE rules:
    Visit http://www.rulesemporium.com/rules.htm and download the following rules:
    70sareadult.cf
    70saregenlsubj0.cf
    70sareheader0.cf
    70sarehtml0.cf
    70sareobfu0.cf
    70sareoem.cf
    70sarespoof.cf
    70sarestocks.cf
    70sareunsub.cf
    72sare_redirectpost
    Visit http://www.rulesemporium.com/other-rules.htm and download the following rules:
    backhair.cf
    bogus-virus-warnings.cf
    chickenpox.cf
    weeds.cf
    Copy these rules to /etc/mail/spamassassin/
    Then stop and restart mail services.
    There are other things you can do, and you'll find differing opinions about such things. In general, I think implementing the "Frontline spam defense for Mac OS X Server" and adding the SARE rules will help a lot. Good luck!

  • I-pod touch is not getting sync and the error message is coming as "i-tunes couldn't connect to i-tunes store. An unknown error occurred (-3212).

    Hi
    My i-pod touch is not getting sync and the error message is coming as "i-tunes couldn't connect to i-tunes store. An unknown error occurred (-3212).
    I have updated the latest OS 6.0 in my i-pod touch.
    Kindly send the solution
    Regards
    Deepak
    <Email Edited By Host>

    Have you looked at the previous discussions listed on the right side of this page under the heading "More Like This"?
    Also, you are not addressing Apple here. We are all just users like yourself.

  • If Firefox 20 is in Private Browsing mode then a possible persona is disabled and the default theme is used - oh god, no - what can I do to keep both?

    Cor-el answered on the 4.4.13: " If Firefox 20 is in Private Browsing mode then a possible persona is disabled and the default theme is used. So you will have to make a choice."
    Can I go back to an older version of FF? I really do not want to choose. Will that problem be fixed in FF 21? I really love Firefox, it has always been my favorite browser - but giving up the Personas will be hard and I don't understand why I have to...
    How do I reinstall an older version of FF? Is there another solution?

    Remember to use the per window Private Browsing when you are doing banking or other confidential / financial work.
    One option is now
    * '''Firefox Button -> New Private Browsing Window'''
    * (Linux / xp File -> New Private Browsing Window)
    * see [[Private Browsing - Browse the web without saving information about the sites you visit]]
    You may even benefit from saving your History.It improves the functionality of the location bar / ''awesome-bar ''
    *[[Awesome Bar - Find your bookmarks, history and tabs when you type in the address bar]]

  • Having upgraded iOS7 on both my iPad and iPhone yesterday, I am now not able to use my FaceTime on either device. I seem to get through and the other party can hear me but I can see nor hear nothing.

    Having upgraded iOS7 on both my iPad and iPhone yesterday, I am now not able to use my FaceTime on either device. I seem to get through and the other party can hear me but I can see nor hear nothing.

    Using FaceTime http://support.apple.com/kb/ht4319
    Troubleshooting FaceTime http://support.apple.com/kb/TS3367
    The Complete Guide to FaceTime: Set-up, Use, and Troubleshooting Problems
    http://tinyurl.com/32drz3d
    Troubleshooting FaceTime and iMessage activation
    http://support.apple.com/kb/TS4268
     Cheers, Tom

  • Some ports  randomly get blocked and the external program is unable to rece

    We have configured few ports to send out Idocs using TRFC mechanism. Initially all the ports are working fine and the external program  is able to receive Idocs from all the ports. However after sometime, some ports  randomly get blocked and the external program is unable to receive Idocs from these ports. If the SAP instance is restarted, we see that all ports work fine for a certain period but the same issue appears again after sometime.
    This behaviour is observed in case of TRFC calls but not for normal RFC calls.
    RFC Connections,partner profiles,ports,distribution model - these all are working fine.
    Your help will be appreciated.
    Thanks in Advance,
    Madhav

    Hi,
    The host serevr details may be changed. Please check with the respective team for the proper host details.
    Check this link. It may help:
    Re: Regarding Providing FTP connection from R/3
    Regards,
    Swarna Munukoti
    Edited by: Swarna Munukoti on Oct 16, 2009 8:17 AM

  • I have a new ipad 2. As soon i load an application the screen is getting grey and the applivatiuon shuts down. What can i do, i have a new ipad 2. As soon i load an application the screen is getting grey and the applivatiuon shuts down. What can i do

    i have a new ipad 2. As soon i load an application the screen is getting grey and the application shuts down. What can i do, i have a new ipad 2. As soon i load an application the screen is getting grey and the applivatiuon shuts down. What can i do

    Update: An Apple rep called me today to update the status of my return. I was told that the replacements for the BLACK iPad 2's was still another 3 weeks out (at least) so they offered me a brand new WHITE 16GB iPad 2. I could have that or continue waiting. I opted to go ahead and accept the offer of a new white one. Worst case scenario if I don't like the white one I have buddy that just bought a 16GB black one that he would be willing to swap it.

  • I cannot get email and the message says the device is not connected to the server

    I cannot get email and the message says the device is not connected to the server. How can I resolve this issue?

    Hey there Chen_erping,
    Thank you for asking your question! It sounds like you are unable to send or recieve email from the account you setup in the Mail app on your iPad. I want to recommend the troubleshooting steps outlined in the following article:
    iOS: Troubleshooting Mail
    http://support.apple.com/kb/ts3899
    Log in to your email provider's website to ensure that the account is active and the password is correct.
    Restart your iOS device.
    Delete the affected email account from your device.
    Tap Settings > Mail, Contacts, Calendars.
    Choose the affected email account, then tap Delete Account.
    Add your account again.
    Thank you for using Apple Support Communities.
    Cheers,
    Sterling

  • I have updated my mac book pro and am trying to get icloud and the new lion version. The lion version will not download and my biggest problem is finding icloud on my system preference. Can anyone help me?

    I have updated my mac book pro and am trying to get icloud and the new lion version. The lion version will not download and my biggest problem is finding icloud on my system preference. Can anyone help me?

    Welcome to the Apple Support Communities
    Connecting your MacBook Pro and your MacBook Air will be the fastest way, but you have to spend money on cables and adapters (also, your MacBook Pro doesn't support Thunderbolt).
    As you have a Time Capsule, one thing you can do is to start your MacBook Pro and make a Time Machine backup. Then, turn on your MacBook Air and set it up. Setup Assistant will ask you to restore a backup, so select the option to restore the backup from the Time Capsule and be patient. This can take a lot of time if you have to migrate a lot of files

  • When i switch on my macbook its icon first appears smallers then gets bigger and the place where we enter the password.......that page looks like over zoomed. Please help tell what to do????

    when i switch on my macbook its icon first appears smallers then gets bigger and the place where we enter the password.......that page looks like over zoomed. Please help tell what to do????

      Reset PRAM.   http://support.apple.com/kb/PH18761

  • Hi, I have had my MacBook Pro stolen and the police have mentioned about using iCloud to see if I can track it's whereabouts - however I have no idea if I had iCloud on my MacBook or how to track it if I did - can anyone help me please? Thanks :)

    Hi, I have had my MacBook Pro stolen and the police have mentioned about using iCloud to see if I can track it's whereabouts - however I have no idea if I had iCloud on my MacBook or how to track it if I did - can anyone help me please? Thanks

    Welcome to the Apple Support Communities
    To see if you have iCloud, open http://www.icloud.com and log in with your Apple ID. If you can access to iCloud, you have iCloud. If you get an error message or you can't access, you don't have iCloud. This only works if you only have the Mac (not an iPhone, iPod touch or iPad with iCloud).
    Apart from that, "Find my Mac" must be turned on in the Mac in order to track it, so if it wasn't turned on, you won't be able to track it. If it was turned on, the computer must be connected to the Internet to be tracked.
    If you can access to iCloud through http://www.icloud.com, choose "Find my iPhone" and look at the Devices list. If your MacBook Pro shows up, "Find my Mac" is turned on, so see if you can track it and tell to the police that it's possible to track your MacBook Pro

  • It's so annoying!! I have created a new Apple ID but after I click verify it just goes back to the previous page!!! It''s really frustrating I have tried for more than 4H, and the problem is not about the apple ID. I can download apps with the apple ID, w

    It's so annoying!! I have created a new Apple ID but after I click verify it just goes back to the previous page!!! It''s really frustrating I have tried for more than 4H, and the problem is not about the apple ID. I can download apps with the apple ID, which means IMessage is the problem! I restarted my iPad, I logged in and out of the apple ID in the store, AND YET IT STILL WON'T WORK, PLEASE HELP!

    Hi Vmanfromusa!
    It sounds like you are having an issue with activating your iMessage app on your iPad. An article outlining some troubleshooting steps for this issue can be found here:
    iOS: Troubleshooting FaceTime and iMessage activation
    http://support.apple.com/kb/ts4268
    Thanks for using the Apple Support Communities. Have a good one!
    -Braden

  • IPad 1 Safari crashes frequently. I went to many Apple stores in different countries and each Apple staff member had their own different opinions with no help. I had upgraded my iOS to 5.1.1 and the Safari crashing started about one year

    IPad 1 Safari crashes frequently. I went to many Apple stores in different countries and each Apple staff member had their own different opinions with no help. I had upgraded my iOS to 5.1.1 and the Safari crashing started about one year after the upgrade and some Apple staff blame this- but this started one year later after the iOS upgrade. Recently at the Apple Store in Vancouver an Apple staff reset my computer (erased everything and sent to iCloud to reset the iPad) and I hoped this would fix the problem. IPad Safari still crashes. Short of booking an appointment for taking it for repair to Apple technicians which will cost me money can anyone help me to fix this Safari crashing.

    Hi,
    You might have a 3rd party plugin that isn't compatible with Safari 4.0.4. Go here for help...
    Safari add-ons can cause performance issues or other situations
    If you are using a USB hub, try disconnecting and restarting with just your keyboard and mouse connected.
    From the Safari Menu Bar, click Safari / Empty Cache. When you are done with that...
    from the Safari Menu Bar, click Safari / Reset Safari. Select the top 5 buttons and click Reset.
    Mac OS: Web Browser Quits Unexpectedly or Stops Responding
    Also, you could download and install the 10.5.8 combo update (PowerPC) available here.
    http://support.apple.com/downloads/MacOS_X_10_5_8_ComboUpdate
    It contains fixes that might help. Then repair disk permissions.
    Quit any open applications/programs. Launch Disk Utility. (Applications/Utilities) Select MacintoshHD in the panel on the left, select the FirstAid tab. Click: Repair Disk Permissions. When it's finished from the Menu Bar, Quit Disk Utility and restart your Mac. If you see a long list of "messages" in the permissions window, it's ok. That can be ignored. As long as you see, "Permissions Repair Complete" when it's finished... you're done. Quit Disk Utility and restart your Mac.
    Carolyn

Maybe you are looking for

  • Cropping in a larger view

    I work with insect photos. Sometimes it is difficult to crop down to the insect in the "fit" view. Is there a way to crop when in the 1:1 or 2:1 view? Thanks for your help.

  • Blue Screen Of Death on iPhone plugin: NOT caused by Logitech or HP

    Hi, Like many posters who have posted throughout 2009, my Windows XP computer crashes consistently every time I plug in my new iPhone. I am currently totally unable to use iTunes to connect to the iPhone. I have spent more than 8 hours trying ALL the

  • Apple TV Speaker Problem! HELP!

    I am using my apple tv with my tv speakers (Which are Bose). I am buying yamaha speakers for my patio  is their a way i can have two speaker systems connected to the apple tv with the ability to switch between them without having to unplug them. Both

  • How can I create non-rectangular page shapes?

    There's probably a simple answer to this, but I can't figure out how to create a document with a custom page shape in CS4 (or in anything, for that matter). I'm not even looking to do anything that odd, just a 5x3 facing-page layout with rounded corn

  • How can i Play a sound in iPhone?

    in the application to play a sound file,use which API?who can tell me.