CSS layout and IE6 suddenly gone wrong

Hi
I have been working on a site, unfortunately I diont have a
copy of IE6 but looked great in IE7 and FF, checked through
development in IE6 when i had the opportunity, suddenly at the last
hurdle it seems to have gone terribly wrong and I have no idea why
I have been trouble shooting for some time now and I cant seem tio
come up with an answer.
So if anyone can help I would be very grateful. The url :
http://www.blanc-wall.co.uk/sitefiles/index.htm
The left hand div seems to be the source of all errors I dont
know why, as is pretty much the same as the right hand div and that
renders fine.
Help!
Many Thanks
Andy

andy_forbes wrote:
> Hi
> I have been working on a site, unfortunately I diont
have a copy of IE6 but
> looked great in IE7 and FF, checked through development
in IE6 when i had the
> opportunity, suddenly at the last hurdle it seems to
have gone terribly wrong
> and I have no idea why I have been trouble shooting for
some time now and I
> cant seem tio come up with an answer.
> So if anyone can help I would be very grateful. The url
>
http://www.blanc-wall.co.uk/sitefiles/index.htm
> The left hand div seems to be the source of all errors I
dont know why, as is
> pretty much the same as the right hand div and that
renders fine.
I can identify the issues but I don't know how to fix one of
them. The
way you have constructed the page isn't exactly the way I
would go about
doing it.
Issue 1: The divLeft is inheriting the margin-left: 200px;
from the
divCenter css, which results in flinging it to the left in
IE6. I don't
know the solution to this one, someone else may well do as it
seems to
be an IE 6 bug of some kind.
Issue 2: You can close up the space between the links by
giving IE6 a
conditional comment. The space bug on the 'a' tag in that
browser is
well documented.
<!--[if IE 6]>
<style>
#divLeft a {height: 1em;}
</style>
<![endif]-->

Similar Messages

  • Firefox has suddenly gone wrong. I was successfully running both Firefox and Internet Explorer 8 on Windows 7. I auto-accept upgrades including the most recent Firefox upgrade and the suggested upgrade to Adobe Flash 10.1. But after this, Firefox stopped

    Firefox has suddenly gone wrong. I was successfully running both Firefox and Internet Explorer 8 on Windows 7. My laptop is new and has plenty of RAM and HDD. I auto-accept upgrades including the most recent Firefox upgrade and the suggested upgrade to Adobe Flash 10.1. But after this, Firefox stopped working and does not work when I re-load Firefox 3.6. Also IE8 now works very slowly and does not locate major websites like Microsoft without a 'can't find the website message' and having to pressing Return a second time. When I do get to the Mozilla website and click on the button to try to download Firefox 3.6.6, I get this message "Oops! Internet Explorer could not find mozilla3.snt.utwente.nl". Can you help with what has gone wrong? As it stands, I can't use Firefox at all. Note: because Firefox did not work after the upgrade, I've downloaded the IE8 version of the Adobe Flash 10.1. What I really want is to be able to use both Firefox and IE8. But is this possible if they use different versions of Adobe Flash?
    == This happened ==
    Every time Firefox opened
    == About 2-3 days ago ==
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; GTB6.5; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; Tablet PC 2.0; .NET4.0C)

    I have been having the same problem as the original poster. After upgrading to Ffx 3.6.6, the program asks you to upgrade to Flash Player Plugin 10.1. I download and installed 10.1 only to find videos weren't loading.
    In my case, the problem is the previous installation of Flash Player (9.0.47) was somehow messing things up. To fix this, because I already had Flash plugin 10.1 installed I had to uninstall 10.1 using the uninstaller from adobe and then manually remove any files related the old flash player plugin 9.0.47
    Here is a run-down of my process:
    0. To check if you have a previous installation of the Flash Plugin lurking around, in Firefox go to Tools -> Add-ons -> Plugins (tab). At this point you may seen both Flash plugins.
    1. Proceed to uninstall Flash Plugin 10.1. Adobe provides an uninstaller here: http://kb2.adobe.com/cps/141/tn_14157.html
    ( you have to make sure you have nothing running when you execute the installer).
    2. On my Mac (sorry I don't know what it is in Windows) I searched the hard drive for any files/folders with "Shockwave". I found a folder called "Shockwave 10". It wasn't removed by Adobe's uninstaller. For safety I deleted it and then emptied the trash.
    3. I then went to My HD -> Library -> Internet Plugins.
    Remove the file and folder named "Flash player.old"
    4. Restarted; ran the Adobe Flash Player 10.1 installer. Restarted again.
    5. Opened up ffx and double checked the plugins list (see step 1). Version 10.1 is installed and available. Went to problem sites to test it out and Success!
    Hope this helps.

  • What has suddenly gone wrong with Facetime? I'm using OSX Snow Leopard 10.6.3

    What has suddenly gone wrong with Facetime? I'm using OSX Snow Leopard 10.6.3

    No, cannot revert to the original. Suddenly this new Facetime was imposed on me and it doesn't work. It's okay on a year old MacBook Pro, and it's ok in the iPhone 4S. Just not ok on the imac running on 10.6.3. Cannot try OS update suggested because I am currently 300 miles from the Mac and travelling so will have to wait until I get back. Reluctant to install mavericks because of all the complaints I have seen about incompatibilities. Appreciate the business reasons for constant OS updates, but businesses themselved would always rather remain with tried ant trusted software. I stopped using iMovie entirely because suddenly a new version was imposed that required re-leaening the whole process.

  • Part of my scren isblack and grey whats gone wrong please help

    part of my screen is black and grey whats gone wrong ? Please Help

    What to Do When Your iPad Won't Turn On
    http://ipad.about.com/od/iPad_Troubleshooting/ss/What-To-Do-When-Your-Ipad-Wo-No t-Turn-On.htm
    iOS: Not responding or does not turn on
    http://support.apple.com/kb/TS3281
    iPad Frozen? How to Force Quit an App, Reset or Restart Your iPad
    http://ipadacademy.com/2010/11/ipad-frozen-how-to-force-quit-an-app-reset-or-res tart-your-ipad
    iPad: Basic troubleshooting
    http://support.apple.com/kb/TS3274
     Cheers, Tom

  • CSS layout and Internationalization of JSF apps

    We use message bundles to handle internationalization in our JSF applications. This approach seems to work as we used HTML tables (or rather <h:panelGrid> tags) to layout components on the page.
    We had numerous customer complaints about tons of extra white space left on the screen in languages like German (where some words are very long). There are other issues with grid layouts, and we decided to give CSS positioning a try.
    I wonder, what folks on this forum think about using CSSP in conjunciton with JSF components. Also, given that text strings have different length in different languages, what is the i18n approach? Afterall, coordinates that work in English may not be accurate in German.
    Any suggestions, ideas, pointers would be greatly appreciated.
    Thanks,
    Vadim.

    Hi guys.
    The problem seems a little bit weird. But you could try the following. It is just the idea.
    1. You should recover the .properties file and get the Map for the current Locale. This should have to be done maybe in the Backing bean.
    2. Get the maximum length of the UIOutputText elements present in the form that you need to control its length. Now the important thing here is that you should have the value atribute of the UIOutputText objects based on an internationalized Base Bundle prefix. Just cut -based on the substring of the value attribute- the name of the property.
    3. Consider that you have to look in the Map the entry you just obtained from the UIOutputText object. After get the value of that Map entry (a String object) and get its length. At the end of the loop you sould have get the maximum length in characters of the component values to be displayed.
    4. Fix that value as an attribute in the backing bean.
    5. Use the output of that value to generate the style in CSS, as an String attribute of the Backing Bean. Base your CSS construction in "em" measures
    6. Change the -style- attribute in each component to reflect the correct length using CSS like this -style="#�{backingBeanName.style}"-. With this you will get an space dependent of the length of the localized values.
    Again. It is just a suggestion, I had not tried it already but I guess that will be my way in that case.
    Greets from Ecuador

  • Trouble Understanding CSS Layout and Padding

    Hi,
    I'm having some serious problems understanding CSS layout techniques and the impact of padding and was hoping I could get some help.
    Here are a couple of pages that show examples of what I don't "get". The first has padding that causes the layout to look right. The second doesn't have padding but doesn't lay out as I would expect. Also, the amount of text affects the "bottom" div as well. I'm an old hand at HTML and could do this layout in my sleep using tables. Css is a different, frustrating story.
    http://www.libertywebmarketing.com/test/1.html
    http://www.libertywebmarketing.com/test/2.html
    Thanks.
    Fitz21

    Thank you for the help.There's a lot of valuable info in these answers that I'm going to have to study. I never thought of applying classes to Div tags, but I guess I have to start learning somewhere. I'm not sure how to use the technique, but I'll definately look into it. If I could wake up tomorrow and know what you all know simply by wishing it, I would.
    I see that there are many things I have to learn about using CSS and I'd really like to see some real world examples that don't look like typical cheesy CSS designs with columns. If I were going to design this page using HTML, I would probably do something like this: http://www.libertywebmarketing.com/test/3.html
    (The last two tables show the table structure and use of a spacer. I know this a seriously antiquated way of doing it, but it's to illustrate what I'm trying to accomplish: Namely, staggered, left/right alternating boxes that will expand properly depending on the amount of copy or the vertical height of the photo in them.) 
    Dreamweaver 101,
    I have "Dreamweaver 8 The Missing Manual" by David Sawyer McFarland, but I find it really concentrates on "typical CSS designs" that look like Content mangement templates. While I agree it's a valuable book, there's nothing in there I have found that addresses anything like what I'm trying to do. Is the Dummies book better for atypical layouts?
    Again, thank you all.
    Fitz21

  • Still practicing my CSS layout, and IE 7 issues.

    I've revamped my site, and I've been practicing with the last 4 sites or so with mostly CSS layout....definitely a work in progress. My site is the first I've tried with overlapping images and the whole z-index thing. Everything looks great, for the most part. My issue is ALWAYS ie7, and then my issue is monitors with lower screen resolution. My sticky notes are showing up at the top of the page in IE7, looks great in 8. Every other browser seems to look great as well, as long as the resolution of the monitor is higher. I'm hoping someone can help me with positioning my sticky notes, so they don't shove my flash out to the right side of the page. Here's the URL www.theresasheridan.com.
    Another site with another IE 7 issue....www.viewcamera.com. Here the issue is that the image in the maincontent div is shoved way down the page. I want to keep my width at 450 px so that I can have my side borders. Anyone have any other suggestions for me pretty please?
    Last IE 7 issue (thanks so much), www.losvaquerosridingclub.org. The background color is white under the spry menu, but again...only in IE7.
    Thank you!!

    You are absolutely right about the validator.  Some of it is way beyond me too!
    However, it seems to indicate that you have some tag confusion going on there, usually that's about missing a closing element.  Fixing that is a good thing because it can screw your layout.  Another thing the validator points out is the omission of a few of your alt="" text.  That won't muck about with any layout issues but is worth adding if you have the time or inclination.  I'm afraid I don't have time to look right now but if I get the chance I'll have a go later.
    With your sticky notes, it struck me that you could use absolute positioning.  The trick there is to place those elements in to a containing element, set that element to position: relative and then absolutely position the sticky notes using px dimensions where you want them in the page.  At the moment, you are using floats on those two parts of the page but again, I haven't quite got the time to look in detail now.
    With the float drop thing and width, you would do well to Google "Box Model CSS" or something similar.  Width is not just the content width but also takes into account margin, border and padding.  When you add those up, the width may be too big for the containing element  width which will cause the content to "drop" or to be forced into a space that can accommodate it.  The other snag with the Box Model is that different Browsers handle it differently.  Sometimes what you need to do to create space in the page is to put padding on the nested element which constrains it's content without affecting the width of the container.
    I'm a bit of a novice myself at this and it sounds a lot to get your head around.  However there is a a logic to it and once you crack it, it gets easier.
    One other tip is to use FireFox browser and get the Firbug plug-in.  That lets you view the page in the browser and you can tweak your CSS "live" to get an idea of how things work together.  Once you have what you want you then turn to DW to make your edits.
    I hope that helps rather than misleads!  As I say, I'll try to look later on but in the mean time, an expert might drop by.
    And while I'm here, my feeling is that you might have done better to put each of your queries in different threads.  Sometimes, to see several questions in one hit is a bit daunting and I think people here tend to leave the longer questions a bit until they have time.
    Regards
    Martin

  • Upgraded to 10.8.3 on Mac mini and things have gone wrong

    Ok I am using a late 2009 mac mini 4 gig computer and been on Mountain Lion 10.8.2 for some time with nothing going wrong with my computer at all. I decided to update to the new 10.8.3 and have left it a few days but nothing is resolving. Things have slowed down and getting the spinning wheel happening alot, screen freezes for a few seconds and then everything is fine then freezes again. My itunes keeps stopping in songs and starting again, it is like the computer is doing catch up or its thinking about things. It is getting me down and dont know what to do.
    I have repaired disk permissions and ran clean my mac, everything was fine before I put this 10.8.3 on my mac. Can someone please tell me how do I put 10.8.2 back on ? I read where someone said on line that reinstall 10.8.3 but do not know how to do this.
    If someone can help I would really appreciate this

    Thank you very much Barney for your reply, I have got rid of my clean my mac as sometimes I thought it was more a hinderance than a cure and I went to disk utilities and clicked verify diak and within 5 minutes it says the following
    Incorrect number of file hard links
    Checking catalog hierarchy.
    Checking extended attributes file.
    Checking volume bitmap.
    Checking volume information.
    The volume Mac Mini 10.8.3 was found corrupt and needs to be repaired.
    Error: This disk needs to be repaired using the Recovery HD. Restart your computer, holding down the Command key and the R key until you see the Apple logo. When the OS X Utilities window appears, choose Disk Utility.
    I really feel like I am in the deep end here, please can you explain to me what I do to get this sorted out step by step pleas ? as never had any problem with this computer since I bought it and dont really know what I am doing.
    So I understand I need to press command and r key, once I have done that do I need to go back in to utilities and verify disk and repare permission, hope you can explain to me  like Im stupid please :-)

  • Safari and Mail suddenly gone ballistic

    Hello
    My safari and mail apps have gone nuts after strt up this morning.
    when i open an incoming email looks fine. but when i reply, all text is budged right to edge of page, the original text i am replying to has lost all its line breaks, my signature has lost all its line breaks too,all text are just long lines without spaces. Also, the new text i type in will only let me type, it wont let me do carriage returns for a new line.
    in safari, web pages are opening with all the code showing as well as graphics making them impossible to see & use.
    I have no idea what has caused this but I cant work.
    I am using firefox to do this post.
    Anyone familiar with this prob? anyone have any suggestions on a fix?
    The only out of the ordinary prob I have had lately was I was downloading some music from i tunes and the download froze halfway through transfer.
    Do I have some kind of virus?
    Thanks,

    here is an update to where I am up to with Mail and Safari appearance / functionality issues:
    Restarted - No Luck
    Dumped Safari & Quick Time prefs - No Luck
    Ran Disk First Aid - Found some volume errors, fixed em but still no luck
    Removed Fonts folder from HD -> Library, restarted - No Luck
    Backed Up my account to an ext drive, Ran Archive and Install and am now waiting for that to complete. I will then have to re-update my OS as the install disk is 10.4.3. Then I will hope / assume all is well.
    I would still be keen to know if anyone is familiar with issue or knows a cure or at least things to try.
    I hope I didnt jump to reinstalling OS too quickly.
    Thanks
    Wayne

  • Hard Drive and RAM upgrade gone wrong - please help!

    I have a 2+ year old Mac Mini Core Solo that I recently decided to upgrade. Originally it had a 80GB hard drive and 512MB of RAM and I installed a 250GB Western Digital drive and upgraded to 2GB of RAM.
    Everything went smooth with the reinstall of OSX and the Mini was actually working, Internet was working etc. I was in the process of downloading and installing all of the Mac SW updates and that went on for several minutes, it actually got through most of them and then a screen came up to tell me to restart the computer. I did and then got the same screen. Which was the gray screen with the restart message and a message like this:
    panic (cpu 0 caller 0x00398C43); unable to find driver for this platform: "ACPI"
    (Then there was a bunch of hexidecimal debugging jibberish and then some kernel version info.)
    So I held down on the option key while doing the restart and tried to start from the internal disc and also start from the install disc. I can get to where I've reinstalled the first disc again, but then when I have to restart the computer to load the second disc I get the gray restart screen again with the above info.
    During one of the attempts I brought up utilities and did a scan of the internal HD for defects and all the repair steps but it always said that everything was fine. When I bring up the general computer info it shows that I have 2GB of RAM. So it recognizes the two items that I installed.
    So what do I do now? I am stuck on this issue and out of ideas, I havent tried to put back in the old hardware to test it, (but I would prefer not to as that doesnt really help me with the new stuff I bought).
    Sorry for the long post but I wanted to offer as much detail as possible in case there is something in there that triggers an idea with someone. I dont live in a huge city so theres no apple store within several hours drive from here.
    Can anyone help me with this? Thank you!
    crazychile

    Thanks for all the help.
    It is a kernel panic and unfortunately it can be caused by a bunch of things. But I think I have it figured out for now.
    My first step was to put the old RAM back in with the new HD, no change with the problem.
    Then I put the old HD back in with the old RAM (original config) and everything was back to normal.
    Then I tried the new RAM with the old HD and everything is also good. (and faster!)
    So it would appear that the new HD was flakey and needs to go back to OWC.
    Hey, I'm a pro at taking apart and rebuilding a Mini now!
    Thanks again for the help,
    crazychile

  • HELP! I've upgraded to Firefox 12 (Mac OSX 10.7.3) and everything has gone wrong.

    My Fast Dial add-on has disabled and won't reinstall or function as it used to.
    When I quit Firefox my tabs won't restore when I reopen Firefox.
    The bookmarks toolbar has disappeared and wont' reappear however much I click View>Toolbars>Bookmarks Toolbar.
    There's other issues as well. It's too depressing.

    <u>'''Fast Dial'''</u> -> Try Uninstalling & Reinstalling the extension and Restarting Firefox (a few times). Also see this article -> [[Add-ons are disabled after updating Firefox]]
    For further assistance regarding Fast Dial visit the following links:
    * Fast Dial extension's homepage on AMO -> https://addons.mozilla.org/en-US/firefox/addon/fast-dial-5721/
    * Fast Dial extension's homepage -> http://userlogos.org/frontpage
    * Fast Dial extension's support page -> http://userlogos.org/forum/fastdial
    <u>'''Restoring Tabs'''</u> -> See these articles:
    * [[Firefox does not ask to save tabs and windows on exit]]
    * [[Session Restore#w_configuring-session-restore|Configuring Session Restore]]
    <u>'''Bookmarks Toolbar'''</u> -> See these articles:
    * [[Bookmarks Toolbar]]
    * [[Toolbar keeps resetting]]
    * Corrupt localstore.rdf -> http://kb.mozillazine.org/Corrupt_localstore.rdf
    Report back with the progress of your mentioned problems. Once these are fixed, you can tell us the other problems that you are facing in using Firefox.

  • CSS Layout problems

    I should start this by saying I am very new to CSS layouts,
    and am self taught, so I'm probably doing something very wrong. So
    far I've stuck to really simple layouts and had no problems...but
    they were very simple layouts.
    With the site I'm doing at the moment I have placed other
    div's inside a content div, so that I can have left and right hand
    content within the content div. But the left and right div's are
    not pushing the content div down with their content, and I'm not
    sure what else to try to get it to work.
    I've tried setting the height of the content div to auto or
    inherit but that doesn't work.
    As you can see on the main page of the site I'm using a
    background image in the content cell.
    http://members.westnet.com.au/zelky/surfschoolnew/index.html
    And if you look at the details page you can see what I am
    trying to describe. The content div not pushing down with the left
    and right content div’s contents means the background image
    is just a few pixels deep under the nav div.
    http://members.westnet.com.au/zelky/surfschoolnew/details.html
    And my pathetic CSS/stylesheet is here:
    http://members.westnet.com.au/zelky/surfschoolnew/mainstyle.css
    Thanks in advance and hopefully my mess isn’t’ to
    hard to look at. As I said I'm a bit lost so hopefully I'm not
    going to confuse anyone with my "home made" skills.

    When you 'float' elements on your page you effectively remove
    them from
    the normal flow of the document, therfore the 'content'
    <div> thinks
    nothing is inside it. You need to help it by 'clearing' the
    floats.
    There are various methods for clearing floats.
    Insert a 'clearing' <br> (shown below) into your pages
    code directly
    AFTER the closing 'right' container tag and BEFORE the
    closing 'content'
    container tag.
    </div><!-- end 'right' -->
    <br style="clear: both;" />
    </div><!-- end 'content' -->
    zelky wrote:
    > I should start this by saying I am very new to CSS
    layouts, and am self taught,
    > so I'm probably doing something very wrong. So far I've
    stuck to really simple
    > layouts and had no problems...but they were very simple
    layouts.
    >
    > With the site I'm doing at the moment I have placed
    other div's inside a
    > content div, so that I can have left and right hand
    content within the content
    > div. But the left and right div's are not pushing the
    content div down with
    > their content, and I'm not sure what else to try to get
    it to work.
    >
    > I've tried setting the height of the content div to auto
    or inherit but that
    > doesn't work.
    >
    > As you can see on the main page of the site I'm using a
    background image in
    > the content cell.
    >
    >
    http://members.westnet.com.au/zelky/surfschoolnew/index.html
    >
    > And if you look at the details page you can see what I
    am trying to describe.
    > The content div not pushing down with the left and right
    content div?s contents
    > means the background image is just a few pixels deep
    under the nav div.
    >
    >
    http://members.westnet.com.au/zelky/surfschoolnew/details.html
    >
    > And my pathetic CSS/stylesheet is here:
    >
    >
    http://members.westnet.com.au/zelky/surfschoolnew/mainstyle.css
    >
    > Thanks in advance and hopefully my mess isn?t? to hard
    to look at. As I said
    > I'm a bit lost so hopefully I'm not going to confuse
    anyone with my "home made"
    > skills.
    >
    >

  • Please check css layout

    Hi - posted this in the webforum but didn't show here for
    some reason so
    posting again...
    just doing my first all css layout and want to get the
    experts to
    check it out - tell me what could be better / anything
    glaringly
    wrong / etc etc
    Navigation is a work in progress - I'm trying to learn it
    from
    the project seven tutorial. Don't know why the drop down
    background is not
    going all the way down.
    Anyway, mainly wanting to get the page layout
    perfect first. Any comments appreciated. Still getting my
    head around
    floats. The less Ap the better - is that right? I've done
    lots of
    reading, now just trying to get it all working.
    http://www.hscatering.co.nz/2007/index3.html#
    Thanks in advance,
    Karen J

    "Karen J" <karen@don'tmailmeredsea.co.nz> wrote in
    message
    news:f6nklv$280$[email protected]..
    > thanks both for the kind words! And while i'm sure it's
    what I'd like to
    > hear I can't believe my first go is perfect...anyone who
    wants to be
    > unkind about my code and possible erratic abuse of divs
    please feel free
    > to jump in :-)
    Karen,
    Only because you asked:
    To find out if you've created a layout that is "robust"
    enough simply
    increase the text size in your browser to see if that doesn't
    break
    anything.
    If it doesn't, you have a winner, but if it does then you
    have to keep
    working on it :-(
    For example, this layout does not require you to use AP, you
    should try
    other things..
    As a side note, this type of markup is not good either:
    <span class="italics">delicious food?</span>
    I believe a simple <i>delicious food?</i> would
    be better here (if it is a
    purely visual effect you're after).
    Thierry
    Articles and Tutorials:
    http://www.TJKDesign.com/go/?0
    The perfect FAQ page:
    http://www.TJKDesign.com/go/?9
    CSS-P Templates:
    http://www.TJKDesign.com/go/?1
    CSS Tab Menu:
    http://www.TJKDesign.com/go/?3

  • Fluid grid layout guides and elements are suddenly gone

    I’m working in Dreamweaver CC and trying to build a fluid grid layout from scratch.  Everything works fine for a while then I notice that suddenly all the grid guides are gone, the icon (next to the “Live” button) that allows me to toggle the fluid grid guides on and off is gone, and when I try to insert a new div tag…(within the "gridContainer clearfix" tag),  the dialog box that opens does not have the option to “insert as fluid element.” Even when I click within a div in my page, the usual options that surround the div are gone as well. It’s as if Dreamweaver doesn’t recognize the page as a fluid grid layout, but when I preview the html, it is still responsive and looks like it is supposed to.
    Does anyone know what could’ve changed that might cause this? 
    I even called Adobe and the tech support guy told me they are not trained in CSS and could not help me. I would think Adobe would be familiar with CSS… right?
    If anyone has any suggestions that would be great?

                   Sudarshan Thiagarajan
    The only template files I changed were the main css that I specify when creating a new FG layout.
    I changed this for all three devices within the "style.css" page:
    /* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */
    @media only screen and (min-width: 481px) {
    .gridContainer {
    width: 100%;  (this is is what I changed on the mobile, tablet and desktop settings)
    padding-left: 0.95%;
    padding-right: 0.95%;
    clear: none;
    float: none;
    margin-left: auto;
    This the dialog box I get when trying to insert a new div (it used to ask me to insert "As a fluid element"

  • On my iPhone5s I have suddenly lost from calendar all my events and cannot add new ones. What has gone wrong and how do I fix it?

    On my iPhone 5s I have suddenly lost from calendar all of the events I had entered and can no longer add events. What has gone wrong and how do I fix it - including retrieving the lost events?

    Restart your device by holding the home and power button until the Apple logo appears.

Maybe you are looking for

  • How to Install PSE13/32-Bit on Win7/64-Bit

    Because PSe13/64-Bit has no support for TWAIN scanners anymore, I was trying to install PSE13/32-Bit which includes TWAIN support. The installation of the 32-Bit version fails with: ERROR: This installer does not support installation on a 64-Bit Wind

  • Ssh tunnel how to set up in SL?

    I have a server running SL with the firewall activated.  I want to tunnel in to it from outside my own network, while on the road.  I have used SSH Tunnel Manager to do so in the past (like for 4 years) but can not get it to work today. On my SL Serv

  • Missing IMG node for Scenario definition

    We are currently configuring FIORI PR approval and the IMG node for Scenario Definition under Task Gateway Service is missing. Components installed as well as the IMG screenshot is below. Any thoughts on what would be missing is appreciated. Tags edi

  • New Switcher Mail Rules Question

    Hi everyone. I jsut switched and in setting up Mail I want it to move all mail from a specific account to a Folder( don't want to use the inbox for this account). When I setup the rule to move all mail from account X to folder Z, Junk mail rules are

  • Taking RMAN backup in 3 files

    Hi all, I took backup of Datafiles , archivelog files and controlfile through RMAN. Now, i want 3 backup file will created as a output of RMAN operation. It would be : 1 backupfile for all the datafiles 1 backupfile for all the archivelog files 1 bac