
- #Deck solitaire card size bug mac#
- #Deck solitaire card size bug windows#
You will then need to create an element for the script to put the game inside. To use this, take a copy of the CardGameCore script and the solitaire script, then insert the following into the head of your document: This script also requires my CardGameCore script, which must be included before the solitaire script.
NetFront 3.4 cannot use the solitaire options, and cannot automatically resize the cards when the window size changes.Īnd some DOM browsers may fail completely because their DOM support is not good enough:.ICEbrowser may fail to display the cards properly because of a bug in its graphics handling.iCab 3 cannot automatically resize the cards when the window size changes.
#Deck solitaire card size bug mac#
Internet Explorer 5 on Mac cannot use the solitaire options, cannot automatically resize the cards when the window size changes, and cannot use drag-drop (it can only use click-to-move, and double click).Mozilla 1.0/Netscape 6-7 cannot double click cards to move them to the foundation stacks.Opera 7.x (fixed in Opera 8+) cannot use the solitaire options.Some browsers may have some little problems: Konqueror 3+/Safari/Chrome/OmniWeb 4.5+.
#Deck solitaire card size bug windows#
Internet Explorer 5+ on Windows and Mac. This script is fairly heavily based on DOM, and should work in all browsers with a reasonable level of DOM support. Built in events model allows easy addition of animations or scoring modules. Ability to run more than one game on a page. Helpful debugging messages making it easier to set up your own game. Supports standard drag-drop gameplay as well as click-to-move (with partial support for spatial navigation). Changes card size automatically if the window is resized (in browsers where the capability is available). Automatically chooses the best card size for the width available (depending on what sizes you provide). Seamless saving and recovering of preferences, that can be used by multiple pages. Supports multiple card faces and backs, which can be changed without needing to restart the game. Can change between dealing one and three cards, without needing to restart the game. Uses JavaScript only - no Java or plugins required. Runs on all major browsers, and some minor ones as well. If your browser offers spatial navigation (such as Opera), you can use that to select the right card, but note that due to the number of positioned elements in close proximity to each other, the spatial navigation may have some trouble selecting the right cards. This makes it possible to use the game on devices that do not have a normal mouse. You can also double click on a card to move it to a foundation stack. Click the card you want to move, then click where you want to move it to. Alternatively, you can use click-to-move. To move the cards from one stack to another, you can simply drag and drop them onto the destination stack. The game follows the basic rules of Klondike solitaire.