Positioning in IE 6 and 7

My homepage doesn't display properly in IE 6 or 7.
I have two columns and the text in the right hand column is up to high.
In all of the other browsers, including IE8, it displays properly.
Can someone help me with getting the text to display properly?
http://www.williammorrisstudio.com
Thanks,
William

Nancy,
I tried using the conditional comment you sent but nothing changed in IE6.
All my best,
William Morris
The William Morris Studio
1716 Ellie Court
Benicia, CA 94510
REMOVED - FOR PRIVACY REASONS
(Web) http://www.williammorrisstudio.com
Well it looks OK to me in IE6 on Win XP.  But if you want to tweak more,
adjust the top margin in your CSS like so:
#contentText {
    width: 385px;
    float: right;
    padding-right: 75px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 17px;
    line-height: 22px;
    text-align: justify;
    margin-top: 10px; /*change to 40px*/
Or use a pre-IE8 conditional comment in your HTML document between the <head>
and </head> tags like so:
<style type="text/css">
<!--[if lt IE 8]>
#contentText {margin-top: 40px}
<![endif]-->
</style>
Nancy O.
Alt-Web Design & Publishing
Web | Graphics | Print | Media  Specialists
http://www.alt-web.com/
http://www.twitter.com/altweb
http://www.alt-web.blogspot.com/
>
[ Edited by Moderator to remove email and phone numbers for privacy reasons ]

Similar Messages

  • I have rearranged all icons on the second and third pages to have a just a photo on my home, but if i switch off the iphone when i restarted it all the icons come back in the old position on the home and second page. I have ios5.

    I have rearranged all icons on the second and third pages to have a just a photo on my home, but if i switch off the iphone when i restarted it all the icons come back in the old position on the home and second page. I have ios5.

    you can suggest it here - http://www.apple.com/feedback/iphone.html
    And it is only a problem if you want a blank first screen.  Personally, it would drive me nuts always having to swipe over one page to get to my apps - the only time I unlock my iPhone is to use it or run an app, so no, I have no need nor desire to have a first screen with no icons at all.
    But, if they'd put it in as an option so people like yourself can also have what they want, that's fine too    So send them your feedback (they actually do listen - iOS 5 includes a number of things people have been asking for on these forums, like being able to delete individual entries from the call history, inproved alerts/notifications, being able to opt out of all the location based data they collect,...).

  • HT4623 I am upgrading my iPad to iOS 7 but the progress bar is at 1/4 position for two hours and not moving forward. Is there any problem with it? What should I do? Thanks.

    I am upgrading my iPad to iOS 7 but the progress bar is at 1/4 position for two hours and not moving forward. Is there any problem with it? What should I do? Thanks.

    This is a concern amoung many corporate users.  It's going to take somekind of policy change with apple.
    Enterprise support:
    Call enterprise support  (866) 752-7753  to create  a case ID number

  • My iphone 4s lost positioning is not opened, and my iphone 4s and ipad2 a registered account, how to find iphone 4s ipad2 positioning?

    My iphone 4s lost positioning is not opened, and my iphone 4s and ipad2 a registered account, how to find iphone 4s ipad2 positioning?

    Welcome to the Apple Community.
    You can only locate your device when it is logged into iCloud and 'Find My Phone' is enabled, additionally the device will need to be switched on and connected to a wifi or cellular network.
    Unfortunately, you cannot activate iCloud or 'Find My Phone' remotely.
    If the device is wiped by you or another, you may not be able to locate the device (although some have reported they can)

  • A better way to differentiate positive vs. negative numbers and sum them ?

    Hi, I wonder if there is a better or easier way to differentiate the positive numbers from negative ones and sum them respectively?
    I come up with below:
    create table t1 (num number, id varchar2(3));
    insert into t1 values  (-100, 1);
    insert into t1 values (50, 2);
    insert into t1 values  (-10, 3);
    insert into t1 values  (-20, 4);
    insert into t1 values  (50, 5);
    insert into t1 values  (60, 6);
    select sum(decode(sign(num), 1, num, 0)) plus, sum(decode (sign(num), -1, num, 0)) minu from t1;
    PLUS   MINU
    160     -130Any suggestion would be appreciated! Thanks

    if there is a better or easier way to differentiate the positive numbers from negative ones and sum them respectively?Maybe you want them in different rows than in different columns:
    SQL> select sign(num), sum(num) from t1 group by sign(num)
    SIGN(NUM)   SUM(NUM)
             1        160
            -1       -130
    2 rows selected.?

  • How can I get an audiobook's playback position synced between Mac and iPhone?

    I have several Audible audiobooks, both on my iMac and on my iPhone. I listen to the audiobook on either the computer or the phone, depending on the circumstances. Both the iMac and the iPhone will independently remember the playback position within the audiobook, but I cannot get them to sync those playback positions to each other. So if I'm on chapter 2 on the iMac, listen for a couple of hours, and end at chapter 4, then the Mac will remember the correct playback position when I return to the book, but if I sync the iPhone to the Mac, and check the audiobook on the phone, it is still at the playback position it was the last time I listened to the book on the phone. Should the playbook position in the audiobook sync when the phone is synced to the computer via iTunes? I've tried both wired and wireless syncs, and that doesn't seem to make a difference on my case. Should this work, and if so, is there a particular setting that I'm missing?

    I am tracking the movement of various objects by subtracting the current image from the previous image and displaying the result.  Anything that moves is white and anything that doesn't is black.  I then have vision assistant give me a list of particles and their pixel positions based on certain criteria.  I then use the data from my two cameras pointing at 45 degrees inward in order to triangulate the object's 3-D position in space (this takes a few steps).  Then I use the frame rate of the camera and the scalar distance between an object in multiple frames to determine its scalar and vector velocities.  All of this is done in real time.
    I  was originally having issues with the pixel positions but have since wrote a vi that interprets a matrix of the pixel positions which then feeds them into my position/velocity vi.
    The vi I attached is built to work with my "bitflow alta frame grabber" so feel free to ask questions if anything is not understood.
    My new task has been to develop a way to only track one object at a time, and have that object be the same object in both cameras. 
    Questions or comments welcomed 
    Attachments:
    continuous grab example_chad.vi ‏45 KB

  • How to make the new Array start at the same position as the previous and randomise only the newObjec

    So i am currently trying to make 5 boxes/ships (3Blue and 2 Green)appear  in a random position(1st-Gree,2nd- Blue,3rd-blue,4th-Green,5th-Green or in some other random way) i the upper corner of the stage.Make them move down.Then make a new 5 boxes and position them in the same starting position as the previous 5 and make only them get randomised (not with the previous 5,what it is doing at the moment).And do this while they are moving down.  so the code so far i have is this :
    import flash.events.Event;
    var shipCount:Number;
    var shipCount2:Number;
    var shipArray:Array = new Array();
    var shipArrayPosition:Array = new Array();
    var counter:int = 0
    var positionsX:Array = ["50","100","150","200","250",]
    addEventListener(Event.ENTER_FRAME, everyFrame)
    function everyFrame(ev:Event):void{
              counter++
              if(counter % 70 == 0){
                             doShips()
              positionShips()
              trace(shipArray.length )
    function doShips() {
              shipCount = 3;
              shipCount2 = 2;
              var gap = 10;
              for (var i:int = 0; i < shipCount; i++) {
                        var s = new Ship;
                        shipArray.push(s);
                        //s.x = s.width/2 + (s.width* i) + gap*i
                        //addChild(s)
                        //shipArrayPosition.push(s);
              for (var j:int = 0; j < shipCount2; j++) {
                        s = new Ship2;
                        shipArray.push(s);
              var array:Array=new Array();
              while (shipArray.length>0) {
                        var index:uint = Math.floor(Math.random() * shipArray.length);
                        array.push(shipArray[index]);
                        shipArray.splice(index,1);
              shipArray = array;
              //shipsArray has been randomized
              for (var k:int = shipArray.length - 1; k >= 0; k--) {
                        shipArray[k].x = positionsX[k]
                        addChild(shipArray[k])
    function positionShips() {
              for (var i:int = shipArray.length - 1; i >= 0; i--) {
                        shipArray[i].moveDown() //what the code in the Ship and Ship2 class does -> only: this.y += 3
    and how to make them stay at one position.Not to move in any X position when the new 5 are added

    This one is more efficient yet because it removes ships that moved out of view:
    import flash.display.MovieClip;
    import flash.display.Sprite;
    import flash.events.Event;
    var numShips:int = 5;
    var shipCount:int = 3;
    var shipArray:Vector.<Sprite> = new Vector.<Sprite>();
    var counter:int = 0
    var positionsX:Array = [];
    init();
    function init():void
              // populate positions
              for (var i:int = numShips - 1; i >= 0; i--)
                        positionsX.push(50 * i);
              addEventListener(Event.ENTER_FRAME, everyFrame);
    function everyFrame(e:Event):void
              counter++
              if (counter % 70 == 0)
                        doShips();
              positionShips();
              trace(shipArray.length);
    function doShips():void
              var gap = 10;
              var s:MovieClip;
              var shipsLine:Sprite = new Sprite();
              shipsLine.cacheAsBitmap = true;
              addChild(shipsLine);
              shipArray.push(shipsLine);
              shuffle(positionsX);
              for (var i:int = numShips - 1; i >= 0; i--)
                        s = i < shipCount ? new Ship() : new Ship2();
                        s.x = positionsX[i] + gap;
                        shipsLine.addChild(s);
              shipsLine.y = -shipsLine.height;
    function shuffle(a:Array):void
              for (var i:int = a.length - 1; i >= 0; i--)
                        var r:int = Math.floor(Math.random() * (i + 1));
                        var t:Object = a[r];
                        a[r] = a[i];
                        a[i] = t;
    function positionShips():void
              for each (var shipLine:Sprite in shipArray)
                        shipLine.y += 3;
                        // remove line that moved out of stage
                        if (shipLine.y > stage.stageHeight + shipLine.height)
                                  removeChild(shipLine);
                                  shipArray.splice(shipArray.indexOf(shipLine), 1);

  • Please make it easier to position images in height and have them adapt to browser width!

    Maybe I'm missing a method but I have now long enough stumbled on something I would think obvious to exist within the program.
    I just want a highres intro image to pop up. i want to position it a bit down from the vertical center, but it should fill out left and right.
    1. Tried using slide shows, but Lightbox won't autostart without clicking thumbnails first. Only fullscreen lightbox has this ability for some unexplicable reason. Please make the non fullres lightbox available for immediate popup without having to click thumbnail.
    2. Tried using background browser fill. Works to a degree, but I can't control the image's vertical position.
    3. Tried using a 100 % width box and fill it with my highres image. But this wont work for this utterly strange reason:
    If I use a 960 px page width as my template, create a box 100% width, I try filling it with my image and tell it to scale to fill. But here's the bummer: If I resize my browser window to accomodate a 2560 px wide screen - my highres image was shredded when I assigned it to fill the 960 px wide box. It's looking a disaster at 2560 resolution. Please allow the image fill to retain it's original size and be able to rescale to smaller sizes instead.
    Because downward scaling doesn't seem to work in fills.
    So to boil it down: I want to be able to make a box and set it to 100 % browser width in the entry box, not having to graphically drag it out to whatever page width I'm currently using in Muse. I should be able to fill it with an image of any size, without Muse making any decision and downsampling my image, making it unusable for 100 % width display on high resolutions.
    Please consider this!
    T

    >@Ian Lyons: I can't drag the panels but the scroll-wheel on my mouse works fine...far better than it did in LR1.
    Agree--when LR is on the main display, but the scroll wheel does NOT work for scrolling the panels when LR is on the 2nd display. I don't know if this is intentional or an oversight or just a situation I experience, but I have experienced it with all versions of LR and in both XP and Vista.
    Note that the scrolling of the side panels isn't the only thing that doesn't work properly with the scroll wheel when LR is on the 2nd display--the thumbnail panel doesn't scroll when on the 2nd display, either. However, using the scroll wheel to adjust brush sizes works fine on either display as does scrolling the thumbnails in the Grid view.

  • Locking markers position at markers panel and multiple regions batch processing

    Greetings,
    I have one problem with markers, when I hover mouse over any marker item at Markers panel and unintentionally scroll the wheel in the effort to scroll the whole list, the marker time value is shifted instead. This is extremely unconvenient as the precisely selected region changes it's position, eventually even without letting user to know. Wanted to aski if that adjusting times using wheel (which I found useles beside it) is turnable off so that all markers are imune against any scrolling the wheel over Markers list.
    2nd question - Is it possible to define a batch of for each of marked ranges, ie. set the parameters for each task individually? I need to stretch a long audio track with many regions from whose each uses specific stretch ratio.

    I've never used it, but the Automate to Sequence feature has the option to add clips at the Unnumbered Markers.

  • License position for ADDM, ASH and AWR

    What's the license position for ADDM, ASH & AWR ?
    I see these are freely available via OEM DB Control on my database instance. However I think I remember seeing ( though I can't find it now ) something that said they are chargeable ( under the Oracle Diagnostics pack license ? ). So even though they are freely accessible from OEM, if you use them you become liable for a license fee !
    I understood that AWR is really the replacement for Stats Pack but that Stats Pack is still in 11g because it is free ( whilst ADDM, ASH and AWR are not ) - is that correct ?
    I have not been able to find any documentation pertaining to the licensing / chargability ( or otherwise ) of these producs / features
    Can anyone clear the confusion ?

    Hi,
    Statspack is still free and the diagnostic features are licenced.
    Pricing details can be obtained from
    http://www.oracle.com/us/corporate/pricing/price-lists/index.html
    http://www.oracle.com/us/corporate/pricing/technology-price-list-070617.pdf
    -Aravind

  • Position syncing with iCloud and non-store ePubs

    Since the iCloud beta became available, iBooks now remembers which page you're on accross all your IOS devices - so I can start reading a book on my iPad, then switch over to my iPhone later on and it will pick up where I left off. This seems to work fine - but only for books that have bought through the Apple iBookstore. I have a couple of ePubs that I have imported into iTunes that work just fine, but the position syncing just doesn't seem to happen. Is this by design? Is there a way around it?

    All of the side loaded epub files that I have transfered into iBooks have the last page read/bookmarks/highlights/notes transfered between all my iDevices. I truly hope that this doesnt go away with the launch of iCloud...

  • Fixing table position on the template and printing on the last page

    Hi,
    I have a requirement where i need to print a table at a fixed position and at the last page.
    if there is a single page, then the said table should print at the bottom of the page ... if there are multiple line records, the records should print on the first page and second page till it completes ... and the table at the bottom ..
    even if there is a single line record, the table should be at a fixed position.
    how can this functionality be acheived ...

    clarify one question pls....
    For eg if there is only one record then the table should be in the bottom of the first page or in the fixed position in the second page.... b'cos as you told about multiple lines of records then it obviously comes in the bottom of the end page and will not be inthe fixed position...... right!!!
    Thanks
    PBV

  • Consistant Scrolling position between cursor keys and mouse - how to do it??

    When I read with Adobe Reader, I often use the mouse on my laptop and scroll the pages down with the scrollbar and then become engrossed  in reading the article.
    Being engrossed, however, I also sometimes press the cursor down key, with the expectation that it will scroll the page down from the current position I am reading from.
    Unfortunately it jumps to whereever it was 50 or so pages before, or to the start and I have to mess around trying to find my place.
    It's deeply, deeply irritating and slows down my reading significantly.
    I have read all the Adobe reader help and settings, but cannot find anywhere I can change this behavour. I
    Anyone else affected by this and if so how did you overcome it?

    I shoud be clearer and say that it jumps to wherever the cursor was last placed by the cursor keys.
    Can't believe its just me who has this problem....

  • Positioning HorizontalBar in JScrollPane and scroller

    Hi,
    I have attached a JScrollPane to a text area.
    the code is as follows.
    JScrollPane jsp = new JScrollPane( jtx1 );
    however since the contents in the JTextArea is large horizontally, the text gets displayed in the textarea. However the scroller in the JScrollPane gets positioned towards the end of the text. How do I specify to make sure that the Scroller is always in the start of the text?
    and also i wanted the Vertical ScrollBar to be always visble and what i did was:
    int vpolicy = jsp.getVerticalScrollBarPolicy();
    jsp.setVerticalScrollBarPolicy(JScrollPane.VERTICAL_SCROLLBAR_ALWAYS);
    The Vertical ScrollBar gets displayed. However I am not ablt to see the scroller in the JScrollPane's vertical bar as I don't have sufficient text vertically. How do i specify that the scroller always be present in my vertical side...irrespective of the contents in the Textarea. i.e i always want to scroll. (I see the ScrollBAr. however am not able to scroll b'coz i have less text.)
    Thanks!
    Karthik.

    Hi,
    I have attached a JScrollPane to a text area.
    the code is as follows.
    JScrollPane jsp = new JScrollPane( jtx1 );
    however since the contents in the JTextArea is large horizontally, the text gets displayed in the textarea. However the scroller in the JScrollPane gets positioned towards the end of the text. How do I specify to make sure that the Scroller is always in the start of the text?
    and also i wanted the Vertical ScrollBar to be always visble and what i did was:
    int vpolicy = jsp.getVerticalScrollBarPolicy();
    jsp.setVerticalScrollBarPolicy(JScrollPane.VERTICAL_SCROLLBAR_ALWAYS);
    The Vertical ScrollBar gets displayed. However I am not ablt to see the scroller in the JScrollPane's vertical bar as I don't have sufficient text vertically. How do i specify that the scroller always be present in my vertical side...irrespective of the contents in the Textarea. i.e i always want to scroll. (I see the ScrollBAr. however am not able to scroll b'coz i have less text.)
    Thanks!
    Karthik.

  • Some Positive News on Apple and iPhone Dealings Today

    Howdy. I have a good news story from my dealings with Apple and I felt the urge to send some positive news to the masses.
    I bought an iPhone 3GS 16gb a month ago and had to make an appt at the Genuis Bar to get some help as battery life was woeful and had a few glitches to report.
    The really friendly dude simply gave me a "new" (ie: Replacement) unit and I went away happy. That unit however had someone else's gremlins and did some freaky stuff (such as take a photo of the home screen on its own, rearranged icons literally before my eyes, and shut off and turned back on with reduced life!!).
    I returned to the store in Doncaster (Melbourne) today and they provided me a FULL refund of outright costs and Apple plan on an Apple giftcard, then got me a NEW unit, no questions asked and out of the store in 20 minutes all set up and grinning again (coz I seriously love this phone, after being a Nokia and Blakberry Bold fan).
    The staff (of 16 in store!!!!), were brilliant and provided Customer Service the way it should be done.
    Nice Work Apple.....I tip my hat to you all.

    Are you using Home Sharing?

  • Position of 'call contact' and 'contact info' buttons

    Hi all,
    I've been wondering for a while why the two contacts buttons ('Call' and 'Contact info') appear at the top on the SMS screen... When there's been a long thread of messages it would be nice if these were at the bottom of the thread, as I'm not keen on having to scroll back up to call the contact...
    Is there a way of changing the position of these so they appear at the end of the thread instead? If not, is there a way for users to offer suggestions to Apple?
    Cheers!

    You can scroll right back up to the top in one press by touching the very top of the screen (above the person's name).
    Send suggestions here: http://www.apple.com/feedback/iphone.html

Maybe you are looking for

  • Skype crashes upon call and when i try to change m...

    Recently (Or not, it's been like a month) I've been having issues with Skype 7.0 or any versions more recent than that. Every time I host or join a call and every time I try to change my profile picture my Skype goes "Not responding" and seconds late

  • IllegalStateException while requesting a JSF page

    Hello all, I have a JSF (Oracle ADF) application deployed on a WAS 6.4 (SP 16). The application mostly works fine but sometimes I get an IllegalStateException while requesting a page. The error appears sporadical and isn't repeatable. After repeating

  • ITunes upgrade-QuickTime certificate error message

    Music, Home, Movies, TV Shows page in ITunes store won't display on my screen for more that 2 seconds, appears and then immediately disappears from view so that I can't use page to do anything, can't buy music, etc. But ITunes University will display

  • Message determination in purchase order

    Hi , We have maintained the Condition record for NEU by Tcode MN04 based on Document type and medium as default Fax and it is working fine however when we are trying to maintain the condition record for a particular vendor by Doc type/Purch.Org/Vendo

  • How do I change default setting?

    When anyone selects 'Save As', and we're not saving a new file, but writing over an old file (update, for example), we will always see two choices CANCEL or REPLACE OLD FILE. In snowleopard, the CANCEL is the default. Can someone tell me how to chang