Search the Community
Showing results for tags 'browser window'.
-
I wrote media queries which until recently worked - the images are still resizing but for some reason the text has stopped resizing when I make the window smaller. I don't know what I might have done to render them non-functionable. Can anyone spot what it might be? Thank you very much. <!DOCTYPE html> <html> <head> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> <script src="https://use.typekit.net/qkv6kzb.js"></script> <script>try{Typekit.load({ async: true });}catch(e){}</sc
- 2 replies
-
- media queries
- css
-
(and 3 more)
Tagged with:
-
The div "rightLines" is extending past the display window in the browser, which is creating an unwanted horizontal scrollbar. Based on the CSS, I can understand why this is happening, but the confusing part is that the same thing doesn't happen for "hNavigation." Why is this? What I'd like to accomplish: To have the "hNavigation" div, and the "rightLines" div to fill the remaining space (of the window) on either side of the "mainContent" div, without having to specify a specific size for both. Perhaps this would be better accomplished with tables? Any help would be appreciated. Here is the cod
-
Hello internet.I am using the command window.navigate() during an onclick event and it is not working for all the major browsers. Specifically I am trying to error proof firefox, IE, and safari. IE is the only browser it is working with. What command can I use to replace window.navigate() that will open a new window in the same browser without opening a completely new window.