FF messing with layout simple grid

Why are things not lining up in Firefox? Forgive my grammer
in the code I got sloppy and I've never been to school for this.
Should be a simple layout, just three rows of four
http://www.zilliondollarart.com/pendants.html

You need to clear the float before you start the next row of
divs
All divs with the pendants have class .pendantbox which has
float:left
When you go through the first row of these divs from P100 to
P103, everything works. Before you start the next row of divs P104
onwards you need to clear the left float so that the div containing
P104 floats to the left. So at the end of the div containing P103
you would have
<br style="clear:both">
Similarly after the closing tags of div's containing P107 and
P111 you would need to clear the float.
I tried this and it works in FF1.5
Hope this helps

Similar Messages

  • Fixing text size so it doesn't mess with layout?

    In IE7, if the text size is set on anything but "smallest",
    some things go to two lines. For example, if you go to
    www.earthenexposure.com , I'd like to keep everything from
    "sculptures" to "about" on one line.
    The same can be said with the navigation throughout the rest
    of the site. (here for example:
    http://www.earthenexposure.com/sculptures/home.htm)
    In this case, if the text size is on anything but "smallest" in
    IE7, "weaponry" gets seperated from "primitive" and is put on the
    second line and "links", "index" and "about" get pushed to a third
    line. I'd like "sculptures" to "primitive weaponry" to remain on
    the upper line and "links", "index" and "about" to remain on the
    second line.
    Could that text be set to a fixed size...or is there another
    and relatively easy fix to this issue? (I'm new to this
    stuff)

    Fishugly wrote:
    > I appreciate the reply but I was hoping for something a
    little more desciptive
    > here ;-). After all, as I stated in my initial post, I'm
    new to this stuff.
    >
    > I see how to "add" "no wrap" when editing my style sheet
    but, as I said, only
    > to hnL, hnV, hnH or hnA not to just "hn". And writing it
    in "code view" is
    > beyond my capabilities.
    >
    > Obviously, I'm missing something here but answering "no"
    and "As Osgood said:"
    > doesn't really tell me what or how I might go about
    this...
    >
    > So, is there anyone here willing to help a lost newbie?
    >
    >
    >
    >
    >
    your style sheet is:
    Templates/LINKS.css
    open it in Dreamweaver.
    go to the bottom of the page.
    copy and paste
    .hn {
    white-space: nowrap;
    save.
    That's it. What this style does, is it will affect the cell
    (<td>) that holds your list of
    link-titles, because you have given this td the class "hn".
    If you look at your code, you'll see that each one of your
    links on the left is inside this:
    <td class="hn">your link</td>
    Looking at your code is always a good idea, when you have
    questions.
    "white-space: nowrap"
    tells the browser NOT to break the text into several lines.
    The expected result is that the width of
    the td will therefore stretch to fit the text on one single
    line, whatever the text size.
    This seems like a good solution since your td width is not
    fixed and you can't fix the text size either.
    seb ( [email protected])
    http://webtrans1.com | high-end web
    design
    Downloads: Slide Show, Directory Browser, Mailing List

  • Why mess with Apple TV Rental menu?

    Talk about making it harder for customers!
    Rentals use to be simple - it was on the main menu but I can't see it anymore. Now I have to search through the Settings and then find Rentals and then watch it sitting there spinning away!
    Who is messing with the simple beauty of the menu systems?
    Surely it doesn't need to be this hard Apple!

    Ok - logged out and had to log back in and it's back. Why does an update mess things up? Oh well. Now off to the Apple store to fix my iPhone 5 that doesn't work as well.

  • How can I make a part of the body of my content full width of the screen with a fluid grid layout in CSS? (In dreamweaver program)

    How can I make a part of the body of my content full width of the screen with a fluid grid layout in CSS? (In dreamweaver program)
    and I know it is being over-ridden by
    .gridContainer {
      width: 88.5%;
      max-width: 1232px;
      padding-left: 0.75%;
      padding-right: 0.75%;
      margin: auto;
      clear: none;
      float: none;

    Abdelqader Alnobani wrote:
    How can I make a part of the body of my content full width of the screen with a fluid grid layout in CSS? (In dreamweaver program)
    and I know it is being over-ridden by
    .gridContainer {
      width: 88.5%;
      max-width: 1232px;
      padding-left: 0.75%;
      padding-right: 0.75%;
      margin: auto;
      clear: none;
      float: none;
    Logically a structure something like below should work BUT whether or not it will upset the FG I don't know as I wouldn't ever use it.
    <div class="gridContainer">
    Top Code Section Goes Here
    </div>
    <!-- close gridContainer -->
    <div id="fullWidth">
    Full width section goes here
    </div>
    <!-- close fullWidth -->
    <div class="gridContainer">
    Bottom Code Section Goes Here
    </div>
    <!-- close gridContainer -->

  • Using Style Function in AdvancedDataGrid to mess with Colours

    Hi
    I am using a styleFunction in an Advanced  Data grid to change the background colours - the function is bellow
    I can mess with the test to my hearts content, but i cant chage the row background.  Is this possible?
    backgroundcolor is just one of many attempts! Looked everywhere, but aside from using a itemrenderer to override I cant come up with a solution (cant use this due to all kinds of nesting issues)
    Any ideas?
              public function myStyleFunc(data:Object,
                col:AdvancedDataGridColumn):Object
                 if (data["RAG"] == "Red")
                    return {color :0xFF0000, backgroundcolor:0xFFF552,fontWeight:'bold',fontStyle:'italic'}; 
                else if (data["RAG"] == "Amber")
                    return {color :0xf7ba48};
                else  return {color :0x1bea15};

    Hi,
    Based on your description, you don't want to meet the following issues:
    The first row returns back all the data from the list up to the value selected.
    Any new item added, replaces the value in the other items.
    Here is an article about InfoPath Repeating Table Lookup control on SharePoint List, refer to it:
    http://www.sumitrawat.net/2009/10/infopath-repeating-table-lookup-control.html
    Besides, here is a similar post, you can use as a reference:
    https://social.msdn.microsoft.com/Forums/office/en-US/43253974-990d-4307-bf54-cc615618362a/issue-with-cascading-dropdown-in-a-repeating-table
    Best Regards,
    Lisa Chen
    Lisa Chen
    TechNet Community Support

  • Print Issue with Sorted ALV Grid

    Hi Team,
    I am using ALV display for my Program. Iam using REUSE_ALV_GRID_DISPLAY. Also i have a Sorting condition for my ALV grid. So iam filling the Sort table & passing it to the Function module. The data is displayed correctly with Sorting as required in the Output.
    Now the issue is with: Print from this ALV. When we try to print the data, The requirement is that the Print should be same as how it is displayed in the ALV. "Grouped Columns"..... But now, the Print is that all the data is filled in all the columns. But user wants the Print also to appear  same as it is shown in a Sorted ALV display.(With some similar column data missing in succeding sort columns until new entry starts)
    Please suggest a solution to acheive the same.
    Thanks & regards,
    Chaitanya

    Look at Q#19 in the note 1009650. Merging functionality is available only for ALV grid display.
    Related Note: 447055
    Work around would be to display the excel in the SAP window (Excel in Place)  and print it from Excel. Read the following thread to make the necessary settings to make it work. Download Report exactly same as seems with Layout set !!
    Edited by: Jeevan Sagar on Jan 19, 2012 12:38 AM

  • Download ALV report with layout to application server

    Hi Gurus,
    I have a problem as follows:
    I have one ALV Grid report. This report is very time consuming.
    That is why, user wants this to be run in background every night and in the morning when user comes to the office that ALV report should be on user's drive in excel format.
    However, it should run with one specific variant and that variant should be dynamically populated. (I have handled this part)
    It should also apply specific layout that has many filtering conditions.
    As I can not download ALV to excel in background, I decided to download it to the Application server.
    My problem is that when run in background, in spool ALV report shows o/p with proper filter conditions that is 5 out of 20 records.
    But, when I write this report o/p to Application server, it writes all the records in there, i.e., all 20 records. It does not take into account all the filters. [:(]
    I also tried downloading spool to excel, but o/p is not neatly formatted. All columns are fying here and there.
    Any suggestion, how can I write ALV o/p to Application server with layout into consideration?
    P.S. I have searched forum for this type of query, but no apt responses.
    Thanks

    did u downloaded the report with standard option provided in the alv and checked the data? that is populating all 20 records?. if so then use coding for achieving the standard one
    at the end of selection do like this ..
    SET USER-COMMAND ' %PC' .
    and in the user-command use like this..
    case sy-ucomm.
    when '  %PC'.
    give the file name ..
    do processing ..
    endcase.

  • Test results showing how FCP7 running on 10.6 messes with gamma

    I've been running some simple tests to determine how FCP7 handles gamma when running 10.6.4.
    Note that 10.6.4 now uses a gamma of 2.2 natively (as do PCs).
    I created three images in targa, png and tif (also tried exr, but FCP won't read that) that contained squares colored in different shades of gray, solid colors and mixed colors.
    This download link is good for 7 days:
    https://www.yousendit.com/directDownload?phi_action=app/directDownload&fl=SWhZek ZpTk1IcWR1a29CcFA0aU9SMHVDeVNFRkF0Qm1kRmM2aXU1dg
    When I brought these into FCP, the results were not good.
    FCP changed the gamma considerably on them, so that all the colors were WAY off (127,127,127 became 145,145,145)
    I was able to ALMOST fix this by applying a gamma filter (NOT the gamma correction filter, totally different) with a value of .82.
    Now, in a 0.255 scale, my values were only off by one.
    However, that is a massive color shift for anyone dealing with color management.
    1. Is there a way to bring in an image sequence so that FCP does NOT tamper with the gamma?
    2. If I must gamma correct, is there a 3rd party plug-in with more significant digits? I need more digits than .82.
    I also did some testing on Quicktime.
    QT10 is a total mess. When I output to a non-self-contained mov (after gamma correcting), it was WAY off.
    QT7 is on the mark and matches what VLC shows.
    The same goes for outputting to H.264. QT7 = good, QT10 = BAD.
    I suppose I'll experiment with Compressor now to see the proper values to get ALMOST back to my original colors.
    Hopefully I'm missing some hidden setting for 'give me back my original gamma'.
    BTW - you can open the images I supplied in Photoshop to see the correct values.
    Using the 'digital color meter' included with 10.6 is a quick way to determine the RGB values that are displayed on the screen in FCP, QT and other programs.
    And a value of 127,127,127 is just an absolute value, doesn't really matter if you have a $10K reference monitor to display it on (although, I'm sure the same RGB values would look different on the reference monitor).
    BTW, FCP7 and 10.5 also mess with gamma.

    As I had such dismal results with getting h.264 from FCP7/Compressor to match my input colors when viewed in VLC and the Quicktime player, I decided to try using Premiere CS4.
    Both Premiere CS4/AME and FCP7/Compressor produced h.264 that was pretty far off when viewed in VLC and the Quicktime player7, although CS4/AME was a bit closer.
    As my final output is often intended for the web, I decided to try the same files when displayed using the latest Flash player.
    The results were interesting.
    The Premiere CS4 results were all within 1 value of being correct. 127,127,127 would end up as 126,126,126 - and the same for the other shades of grey and color combinations.
    But the FCP7/Compressor display was a disaster. 63,63,63 displayed as 81,81,81.
    127,127,127 displayed as 144,144,144.
    So, at least for Flash viewing of videos on the web, FCP/Compressor just couldn't produce accurate colors, they were all WAY off.
    I'll have to try the same tests for DVD and BluRay.
    BTW - this is the very simple image I used for testing (this display is a png, I used a tga for the actual tests to eliminate any possibility of a color profile getting embedded by mistake).
    http://i34.tinypic.com/29lbgo7.png
    This link with the original files is valid until aug 12:
    https://www.yousendit.com/directDownload?phi_action=app/directDownload&fl=SWhZek ZpTk1IcWR1a29CcFA0aU9SMHVDeVNFRkF0Qm1kRmM2aXU1dg

  • Fillable PDF Form messes up layout and structure in Adobe Readers 7 or 8

    Hi Team,
    I have designed a Fillable PDF Form in Live Cycle Designer 8.2.1, the form works perfectly well in Adobe Reader versions 9.0 or greater,
    but messes up layout and structure in Adobe Readers 7 or 8 or older versions.., more over users are having problems, saving data.
    I have Acrobat Professional with Adobe Reader Extensions, but still having issues, could any one please help,
    Thanks,
    Younge..

    You should post this in the LiveCycle Designer forum if you havne't already.

  • Interal document links messing with display...?

    I created a eBook with many internal document links in Acrobat with a PDF file exported from Indesign CS3.  When I open it in Digital Editions and start using the links, the layoout of the books gets all screwed up.  Anyone out there have any experience with this or suggestions?
    -Matt Leidecker-

    Matt, some features of .pdf files are not supported, and I'd be willing to
    bet that your messed-up layout is among those features.  I'm not 100% sure,
    though.  You can check ADE Help for more info, and if that doesn't help, you
    can call Adobe and start a support case....
    Hope this helps!
    ====================

  • Edge update messed with timing of objects (was: Adobe Edge update - bugs)

    Creating simple animations for e-cards and the new update definitely messed with timing of objects, and is creating erroneous instances of symbols.
    Still can load the original version and plays fine, but just loading the version in the _updated folder that was created when original version was opened after update is messed up.
    Really disappointed with this update, I really dislike doing my work twice.

    Hi Jess
    We are investigation the problem and is being tracked in our internal issue tracker.
    Thanks for reporting the same.
    Regards
    Avinash

  • Upgrading raid firmware messes with drive data?

    I need to upgrade both 1.5.0 controllers on one of my x raid so that later I can use then on a second x raid with 750gb drives. the second x raid is having lots of problems losing connection to a xserver and I need to pinpoint to see if it is a controller problem.
    the question is. upgrading the 1.5.0 controllers to 1.5.1 messes with the data and settings on a simple raid5 on both sides of the raid storage? I don't have the time and mainly space to backup the data.
    thanks.
    Nuno

    No upgrading the controller firmware doesn't affect the drives/arrays or data.
    That's not to say you shouldn't have a viable backup of your data, but it's not a prerequesite for updating the firmware. :)

  • Does anyone know how to win a fight with layout manager?

    I am using the form designer in netBeans to design my page, which has a jPanel on the left and a number of controls on the right.
    My problem is that when I eventually get it to look half right at design time, it looks different at run time. The fonts are different, the combo boxes are a different height and some of my text boxes are 4 times as wide. http://RPSeaman.googlepages.com/layout.GIF shows both the design-time view and the run-time view. How can I win my fight with layout manager?

    I'd like to do an experiment where you take say 20 pairs of students of java, with each pair matched in terms of prior programming and java experience, general knowledge, etc... and set one of each pair to learn Swing using netbeans and its layout generator with the other pair learning to code Swing by hand. Then 6 months later compare their abilities. I'll bet that the code by hand group will blow the other group out of the water in terms of understanding and ability.
    Just my 2 Sheckel's worth.

  • Mess with accounts in OneNote and OneDrive for Business - can't open documents from Office 365

    Hello!
    [Reposted from
    here]
    I've got Office 365 subscription (E3) with Office.
    I can view and edit OneNote notebooks on Office 365 via browser, but can't open it in OneNote.
    The similar problem exists for OneDrive for Business - some libraries are syncing, some cannot - asking for Enter credentials, but when I click - nothing happens.
    There were two accounts bound to Office 2013 - personal Microsoft ID as primary account and corporate Office 365 linked to it.
    Windows 8.1 corporate profile is linked to Microsoft ID account as well.
    Something happen with these accounts after password was changed - it seems like some account information was cached and can't be cleaned.
    I tried to uninstall Office and install it - no success.
    I cleaned computer with
    this utility from Support - no luck.
    On other Windows 8.1 computer I created new profile (with Microsoft ID account) - surprise, there are problems there as well.
    I deleted all Office15 entries from Credentials Manager - Office asked me about Office 365 login/password - I entered them, it is syncing, Haliluja, but, when Microsoft ID account was linked to Office 365 account in Office - problem appears again.
    It seems that Office 2013 uses Microsoft ID credentials for Office 365 content.
    I'd like to use Microsoft ID as primary account for Office and link Office 365 account to it, but don't want such problems. It worked fine, but I don't know what happened and how it can be analyzed and fixed.
    Update: It seems I localized the problem, but still don't know the solution.
    Scenario to reproduce error for me:
    1. Create fresh new Corporate/Domain user profile on Windows 8.1 with Office Pro 365 installed on computer with latest updates
    2. Go to SharePoint Online and browse some Libraries and OneNote notebooks - all ok
    3. Start to sync them using OneNote and OneDrive for Business - ok
    4. Link Microsoft Account with Corporate Account in Windows 8.1 - ok
    5. Syncing of _some_ (not all) Office 365 libraries and notebooks stop working - errors with access, permissions. I'm trying to enter credentials but this doesn't help
    6. Disconnect Microsoft Account and Reboot - all libraries and notebooks of Office 365 work fine again. But OneNote notebooks from OneDrive stop working :)
    How I can fix this situation and have Microsoft and Corporate account connected?

    Update 2:
    I installed PowerShell for SharePoint online cmdlets and found this user using get-SPOUser.
    I removed this user using remove-SPOUser -site
    https://mysitename.sharepoint.com -LoginName
    [email protected]
    but when I'm trying to access sharepoint from the browser with Microsoft account credentials - new record for this user is created again and I can see it with get-SPOUser :(
    So, problem is still not solved - this user is still can be authenticated (there is no such user in SharePoint site collection, there is no such user profile) and Office 2013 syncing doesn't work for Office 365 due this mess with accounts.
    I know that I can remove Sharing with external users from Site Collection and information about these users will be permanently deleted - but I don't want to do this, there are several customers who work with our documents.

  • Problem with layout and changing content

    Hi, I`m new to Swing and I have a problem with layout.
    I want to make a menu using JButtons so that depending on which button you click you`ll get different content in the window. And first of all I don`t know how to center the buttons.
    I have a JFrame called GameWindow that has a JPanel field called content. My idea was to create a JPanel with buttons and then using ActionListeners change the JPanel held in 'content'.
    Here`s the code:
    public class GameWindow extends JFrame{     
         private static final long serialVersionUID = 1L;
         private JPanel content;
         private Player player;
         public GameWindow(){          
              super("Dawn Crystal");
              Dimension screenSize = Toolkit.getDefaultToolkit().getScreenSize();
              setDefaultCloseOperation(JFrame.DO_NOTHING_ON_CLOSE);
              setSize((int)screenSize.getWidth(), (int)screenSize.getHeight());
              setExtendedState(MAXIMIZED_BOTH);
         public void mainMenu(){
              content = new MainMenu(this);
              Dimension dim = content.getSize();
              setLayout(null);                    
              Dimension screen = Toolkit.getDefaultToolkit().getScreenSize();
              int x = (int)((screen.getWidth() - dim.getWidth()) / 2);
              int y = (int)((screen.getHeight() - dim.getHeight()) / 2);
              int dimX = (int)dim.getWidth();
              int dimY = (int)dim.getHeight();          
              content.setBounds(x, y, 120, 120);          
              getContentPane().add(content);          
              setVisible(true);
         public void adventureScreen(){
              //so far empty
         public void createNewPlayer(){
              content.setVisible(false);
              content = new NewPlayerCreationWindow();
              getContentPane().add(content);          
              content.setVisible(true);
              //setVisible(true);
         public void setPlayer(Player p){ player=p; }
    public class MainMenu extends JPanel{     
         private static final long serialVersionUID = 1L;     
         private JPanel mainMenuButtons;
         private JButton newGame;
         private JButton loadGame;
         private JButton options;
         private JButton exit;
         public MainMenu(GameWindow par){
              mainMenuButtons = new JPanel();     
              //create buttons
              newGame = new JButton("NEW GAME");
              loadGame = new JButton("LOAD GAME");
              options = new JButton("OPTIONS");
              exit = new JButton("EXIT");
              //create action listeners
              newGame.addActionListener(new NewGameListener());
              exit.addActionListener(new ExitListener(par));     
              //add buttons to panel
              mainMenuButtons.setLayout( new GridLayout(4,1));
              mainMenuButtons.add(newGame);
              mainMenuButtons.add(loadGame);
              mainMenuButtons.add(options);
              mainMenuButtons.add(exit);     
              add(mainMenuButtons);          
    }When it displays the buttons are at the top of the frame rather than in the center - I thought that was how the default layout would behave. So that`s my first question - how to center it.
    Secondly I have NewPlayerCreationWindow written but when I call createNewPlayer() I get an empty frame - what am I doing wrong?
    Finally I`d like to ask how can I make the frame appear as maximized when the application is started? The setExtendedState(MAXIMIZED_BOTH); doesn`t help actually because the window`s height is too big and a part of window is hidden under the system bar. I want to have it maximized regardless of screen resolution.

    Use a [url http://java.sun.com/docs/books/tutorial/uiswing/layout/visual.html]Card Layout.

Maybe you are looking for