It works fine as it is with IE11.
Type: Posts; User: molendijk; Keyword(s):
It works fine as it is with IE11.
From a validation point of view, there's no downside, as far as I know.
Iframes are used to embed external content within the current HTML document. So can't you put the slideshow in a iframe?
You could try <script src="http://www.dynamicdrive.com/dynamicindex4/jquery.magnifier.js"></script>
See this.
Thanks very much Coothead, that's fantastic. I thought this couldn't be done with css alone, but you proved it's possible.
That's true, although not an issue since most people don't have javascript disabled..
It's just that your css-solutions surprised me all the time (in a positive sense) and I wondered how far you...
Wherfore yf God so cloth the grasse, yt is to daye in ye felde, and tomorow shalbe cast in to the fornace, how moch more shal he clothe you, o ye of litle faith?
Your code seems clever enough!...
Of course we need media queries. I use them all the time. Maybe I should have said: we could replace all instances of '50%' with '100%' for certain screen widths.
This being said, let me come back...
Just for the fun of it and also a bit out of curiosity I made a 'Coothead like' right side pull menu (just css) and a 'Molendijk like' menu that uses a mixture of css and js. I was hoping that my...
Thanks Coothead.
I noticed that opening your menu adds an entry to the browser's history. If you go back immediately by using the browser's back button, the menu closes again.
This behavior causes...
Thanks Coothead, very nice.
There might be a problem though. If the menu's content is such that the height of the menu exceeds the height of the window, the items at the bottom of the menu will be...
Why do you say that the w3schools-menu is not responsive? The only problem I can see is that the close button is not visible anymore when the window gets very small, but that's because the demo is in...
I've done some research on the matter and found that punctuation marks are placed to the left of the text (when the writing direction is right-to-left) because that's their correct position for...
I would prefer to do away with the float because that requires clearing it for subsequent text. Why not use direction: rtl; for #holas, then direction: ltr; and display: inline-block; for #holas...
Browser support.
Gib65's observation is correct: 'rtl' should arrange the layout of elements, not text characters. But, apparently, punctuation marks are not (treated as) text characters but as separate elements. So...
Apparently, punctuation marks are treated as separate units (not belonging to other units).
Bootstrap, unless you specify otherwise.
I will not be having access to a computer for about 2 weeks, so I can't help you now. (I'm using a smartphone right now). I'll be back in 2 weeks.
I don't know why you would try to make the divs (representing the 'pages') visible, since the whole idea of your Single Page Application is to hide them until a menu item is clicked on. Or do you...
I'm afraid I don't quite understand what you mean. Do you want to be able to see te results of changing the contents and appearance (background-color etc.) of the divs representing your 'pages'...
See this.
Good luck with your Tournament.
Hello HippieChickie,
The content has a fixed size now and the bg shows at the bottom however long the page.
Your code for the button 'Show/Hide' in Formats wasn't wrong but did not work because all...