-
Began Watching Virtual drawing Mannequin with modern browser power?
I like art and I like web development. I've been out of the loop the last two years and coming back, I see tons of new in-browser abilities. I don't … -
Replied To a Post in Css height issue
@rynatroop is right when setting a height of 100% on the container, then you should set a 100% height on the html and body tag too. Otherwise it takes 100% … -
Began Watching Css height issue
Hello there I am currently just making a sample website to try and get back into the swing of things but I am encountering a problem with one of my … -
Replied To a Post in Media Query problem
The css in your MQ should look something like this @media (min-width: 400px) and (max-width: 800px){ #small_box_r { float: none; width: auto; } } -
Began Watching Media Query problem
Sir I have these codes in <head> section <meta name="viewport" content="width=device-width, initial-scale=1"> <style type="text/css"> #small_box_r { float:left; width:31.1%; border:1px solid #ccc; border-radius:6px; padding:0px 0px 0px 0px; margin:15px 5px 15px 5px; … -
Replied To a Post in How To Create A Layout?
You can draw lines with `::before` and `::after` pseudo elements. Here's a little demo. It's not exactly your layout and I've used a fixed layout, but if yours is fluid … -
Began Watching How To Create A Layout?
Please see the attached image. I want to recreate the same layout using bootstrap. How can this be possiable? I can easily create the layout using bootstrap but i have … -
Replied To a Post in Link/mouse over background image not clickable on IE 8
I thought I eplied on this yesterday, but I don't see it. Anyways... try adding `overflow: hidden` to `#searchbox` in your CSS. I see in inspector a weird overlap, so … -
Began Watching Link/mouse over background image not clickable on IE 8
This is my site www.landshoppe.com My links and searchbox in the divs of the header portion with background image is not clickable in IE 8. Is this an inherent IE … -
Replied To a Post in having problem with my web design using wordpress
That means there's nothing (except for a cgi-bin folder) in your public directory. You have to install WP on your server. -
Began Watching having problem with my web design using wordpress
THis is the reply i that get after entering the web address www.theagenda.com.ng. Index of / cgi-bin/ Please what could be the problem? And am still in my designing stage … -
Edited a Post in Detect Viewport Width Live in Javascript Pass Result to Ajax Call PHP Page
Changing, or serving, different content for different screen/device resolutions has never been a good content strategy. Users expect the same content on all their devices. Just prioritize it good! The … -
Replied To a Post in Detect Viewport Width Live in Javascript Pass Result to Ajax Call PHP Page
Changing, or serving, different content for different screen/device resolutions has never been a good content strategy. Users expect the same content on all their devices. Just prioritize it good! The … -
Replied To a Post in Where can I find the material to learn Play Framework?
This thread smells like spam to me. It's pretty obvious that one would go to the play framework website itself to learn how to build their apps. -
Began Watching Where can I find the material to learn Play Framework?
I want to build apps using play framework. I have looked on for [play framework for Java](https://www.eduonix.com/courses/Web-Development/learn-to-build-apps-using-play-framework?coupon_code=offer10) giving guide to build apps. If you are having some additional resources, pls … -
Replied To a Post in Detect Viewport Width Live in Javascript Pass Result to Ajax Call PHP Page
That LA times site is indeed horrendous. It's a good example of a bad implementation of Responsive Web Design. Not to talk about a Google PageSpeed test. But... it's a … -
Began Watching Detect Viewport Width Live in Javascript Pass Result to Ajax Call PHP Page
I have been wrestling with this subject for six months and can find no complete answer anywhere on the web or in any book seen. I have become very familiar … -
Replied To a Post in Detect Viewport Width Live in Javascript Pass Result to Ajax Call PHP Page
For (multiple) media queries in javascript look into window.matchMedia() http://www.javascriptkit.com/javatutors/matchmediamultiple.shtml -
Began Watching Style SVG file externally ?
I've been looking for an answer on this problem, from what I know you cannot embed, whether that is using for example <object> a SVG file and style that SVG … -
Replied To a Post in Style SVG file externally ?
No, you can't. Only if you inline your SVG you have quite some possibilities to style or animate its properties either through CSS or JS. -
Began Watching Bootstrap, when needed for real?
Hi, I bought some months ago a template of site style. For learn, what is the current way of do that. It took a whole weekend, to remove bootstrap styling … -
Replied To a Post in Bootstrap, when needed for real?
Indeed! Bootstrap is an overkill for small or single page websites. There are some that even create simple coming soon pages with it... sigh! -
Began Watching is there a way to add a comments box to a website that does not support php
I am about to launch a website where i want to display links to my games and show pictures i made. My problem is that the website server does not … -
Replied To a Post in is there a way to add a comments box to a website that does not support php
https://www.htmlcommentbox.com/ -
Replied To a Post in centering the logo doesnt work heeeelp
An img tag doesn't have a closing tag, so you should have this: <img src="/name/img/logo.png" alt="logo"> And to center that logo image, all you need is this: #logo { text-align: … -
Replied To a Post in centering the logo doesnt work heeeelp
That's what I said. if it's just a static website you can use dropbox as a server, but if you use a serverside language such as PHP, you can't. Post … -
Replied To a Post in centering the logo doesnt work heeeelp
you would make it a lot easier for us to put the page live somewhere. Web hosting doesn't cost much nowadays. And if it is just static pages, you can … -
Replied To a Post in Internet Explorer, div takes entire width while should take 75%.
see here why and read note 2 http://caniuse.com/#feat=html5semantic -
Replied To a Post in Internet Explorer, div takes entire width while should take 75%.
okay, i've found the issue. In head.php you have a CSS reset and the css rule that sets the new HTML5 elements to `display: block` misses the main tag, so … -
Replied To a Post in Internet Explorer, div takes entire width while should take 75%.
ok, I had to see it for myself so I've made a pen and tested it in IE11 on Windows7 and it just centers. http://codepen.io/gentlemedia/pen/bpJzgO -
Replied To a Post in Internet Explorer, div takes entire width while should take 75%.
According to your pastebin snippet you don't use a doctype. Is this also the case in your page? -
Replied To a Post in jQuery waypoint won't count newly added content
Add it to the $post request. Something like this $.post('ajax/count-pictures-views.php', {picture_id: id}, function(data)).done(function() { Waypoint.refreshAll(); }) -
Began Watching Internet Explorer, div takes entire width while should take 75%.
CSS file: http://pastebin.com/tBvGjhTX HTML file: http://pastebin.com/r5YUTHgp I have a div with following rules: { width: 75%; margin: 5% auto; } Obviously works everywhere except Microsoft Internet Explorer 0.5 to Edge. … -
Replied To a Post in Internet Explorer, div takes entire width while should take 75%.
Add this to your stylesheet. html, body { width: 100% } -
Began Watching jQuery waypoint won't count newly added content
So I am using jQuery waypoint to get the image id that is viewed on the screen. But I am having problem with content added by AJAX. When I get … -
Replied To a Post in jQuery waypoint won't count newly added content
Try reinitialise waypoint with the `.done()` callback. https://api.jquery.com/jquery.post/ -
Replied To a Post in centering the logo doesnt work heeeelp
Sure it does! An `img` tag is an inline element by default and an inline element within a block-level element, such as a `div` tag, will center horizontally just fine … -
Began Watching Understanding jQuery Image Rollovers
I am working on developing a simple site, optimizing for mobile. I am using jQuery at this time to render basic, rollover buttons using image-swapping. The issue I am having … -
Replied To a Post in Understanding jQuery Image Rollovers
Why do you want to do this with JS/jQuery? This could, and perhaps should, be done with CSS. Look into a tutorial '[buttons with CSS sprites](https://www.google.com/search?q=buttons+with+CSS+sprites&ie=utf-8&oe=utf-8&gws_rd=cr,ssl&ei=-2oqV7nSCYHw6AT73rvwBw)'. What you have now … -
Replied To a Post in centering the logo doesnt work heeeelp
@MidiMagic - with the HTML you have here, the `text-align: center`on that div would be enough. The rest of the styles is not necessary to center that image. -
Began Watching Put two divs next to one another, without float and flexbox
My first problem was. "I have this box, I need this box to be 230px, and I have second box, that needs to take entire space remaining". My solution to … -
Replied To a Post in Put two divs next to one another, without float and flexbox
If you use floats on the boxes you take them out of the normal document flow so they won't dictate the height of the parent anymore. The overflow trick is … -
Began Watching Two compact mobile phone menus, I need to remove one.
When our template goes mobile it has two compacted menus. Any idea how I can get rid of the top one? The one under the logo is correct, the one … -
Replied To a Post in Two compact mobile phone menus, I need to remove one.
The HTML of that `slicknav_menu` section gets added dynamically by `jquery.slicknav.min.js` (I think) and it's not in use by your theme, so you can just delete (or comment out first) … -
Began Watching Galaxy 5.0.2
Anyone have a Samsung Galaxy running Andriod 5.0.2. I just need to collaberate with you trying to solve a web design problem; and I also may need you in the … -
Replied To a Post in Galaxy 5.0.2
https://www.browserstack.com/ -
Began Watching SVG & CSS Animate
Hi, I need to have the SVG graphic eraser, animate and erase the SVG graphic, previous. I've tried aligning classes as in @keyframe .className; as well as nesting a class … -
Replied To a Post in SVG & CSS Animate
You will have to define the animation name in the @keyframe: @keyframe er { /* do animations */ } And to erase your object, you will need another method then … -
Replied To a Post in How to put slice image into html?
Well... it's not fully replaced by CSS. But common design elements like rounded corners, gradients and shadows can now be done with CSS. It's the slicing part of PSD to … -
Replied To a Post in How to put slice image into html?
> Do you mean option "Copy CSS" from Photoshop? Actually I'm not have deep knowledge in web development can you explain it? No I mean hand code everything, but you …
The End.