-
Edited Check for matching attribute values and do something (with jQuery)
I have several pages that has the following mark-up in it, but the value of the datetime attribute is on each page different. <a class="index" href="#"> <time datetime="2015-W01"> <strong>week</strong> <strong>01</strong> … -
Edited Check for matching attribute values and do something (with jQuery)
I have several pages that has the following mark-up in it, but the value of the datetime attribute is on each page different. <a class="index" href="#"> <time datetime="2015-W01"> <strong>week</strong> <strong>01</strong> … -
Created Check for matching attribute values and do something (with jQuery)
I have several pages that has the following mark-up in it, but the value of the datetime attribute is on each page different. <a class="index" href="#"> <time datetime="2015-W01"> <strong>week</strong> <strong>01</strong> … -
Began Watching Check for matching attribute values and do something (with jQuery)
I have several pages that has the following mark-up in it, but the value of the datetime attribute is on each page different. <a class="index" href="#"> <time datetime="2015-W01"> <strong>week</strong> <strong>01</strong> … -
Replied To a Post in CSS problem, center navigation not working
Do you work in-house, for an agency or do you freelance? Either way, if you would tell the company or your boss, that it would cost you way more time … -
Replied To a Post in CSS problem, center navigation not working
Then follow the rediculous long selector pattern and fight the specificity war. If you have to do a lot of tweaks to that website, this will become a real pain. -
Began Watching Highlight combination of cells with onclick of radio button
This seems simple enough, but I can't find how to do this anywhere on any forum. I have a table of cells that have a schedule of classes. There are … -
Replied To a Post in Highlight combination of cells with onclick of radio button
A click handler would highlight them once and forever and that's what you mean with point 2, right?. These are radio buttons which gets a checked state if checked, so … -
Replied To a Post in div{background-image} wount show
Don't understand what you mean with comments. You mean code comments? Anyway, maincontentpic div is just an empty div tag with no dimensions (width & height) set, so that's why … -
Began Watching div{background-image} wount show
Hi! I cant solve this puzzle.In my code the maincontentpic div doesnt show.The image (CompHandWeb.jpg)is in the same folder and at the right place, it showed up before i altered … -
Replied To a Post in div{background-image} wount show
Hard to say without a link to the page, but for starter add the background image only to the body tag instead of to both the html and body tag. … -
Replied To a Post in CSS problem, center navigation not working
You know... that CSS that comes with an Amazon Store is a mess, so if you want to get the navigation centred, then you should follow their (high specificity) pattern. … -
Began Watching How do i insert a html file into another html file
Hi! I want to put a html file into another html file . I tried iframe and object tag, which works but the problem is i also get scrolling frames. … -
Replied To a Post in How do i insert a html file into another html file
You could also use the object element to include HTML content. <object data="incl/foo.html">Warning: foo.html could not be included!</object> W3C even recommends this over an iframe: http://www.w3.org/TR/WD-html40-970708/struct/includes.html#h-7.7.4 -
Replied To a Post in CSS problem, center navigation not working
Sorry to say, but that stylesheet is very inefficient. Read about CSS specificity, because that's the root of your issue. If we could see the webpage live somewhere, we could … -
Began Watching two div elements overlapping when resizing to a smaller window
Hi, please can someone help me to solve divs' ovelapping issue in my code? My navigation overlapping logo area when I resize my browser window to a smaller. Other divs … -
Replied To a Post in two div elements overlapping when resizing to a smaller window
It's because you're logo has a fixed positioning, so it's taking out of the normal document flow and has therefore no effect to other elements of that page. -
Replied To a Post in CSS problem, center navigation not working
Did my reply made you speechless? -
Began Watching How to Bypass CAPTCHA/Spam filters (and Stop it!)
OK, here's a question for anyone willing to step up and answer or point to solution: I have some HTML forms for site visitors to request product information. Some of … -
Replied To a Post in How to Bypass CAPTCHA/Spam filters (and Stop it!)
Have you tried the new reCaptcha from Google yet? https://www.google.com/recaptcha/intro/index.html -
Began Watching CSS problem, center navigation not working
I have the problem, and I tried allready a lot, as i like to center my navigation, center to my site. The main issue is, that I work with amazon's … -
Replied To a Post in CSS problem, center navigation not working
That CSS should center the navigation, so there's a conflict with some other rules you've set. If I see the CSS selectors in this bit here and if lots of … -
Replied To a Post in Altering css
My bad... I totally didn't noticed the screenshot, but more details we're needed anyway, so half my bad :) I flagged the two post for moderation to remove the screenshots. -
Began Watching Altering css
hya all i wonder if someone can help me in trying to make the text are in my website transparent so the image in the background can be seen in … -
Replied To a Post in Altering css
What text? What website? What image? What background? Is the page online somewhere? Also not really sure what you want exactly. We need to see at least also the HTML … -
Began Watching Padding not working well in IE9
Top navigation menu with drop down works perfectly in IE8 but in IE 9 it didn't support padding or height as it has to be. When i adjust it according … -
Replied To a Post in Padding not working well in IE9
I can't check easily in IE9, but it has probably to do with the `display: inline` you've set on `.navigationlink ul`. I see you did that to center the menu … -
Marked Solved Status for jQuery or AJAX issues
Apologies for such a vage title, but I seriously don't know where the two issues I have are related to. My JavaScript/jQuery skill is on a noob level, so bare … -
Replied To a Post in jQuery or AJAX issues
You're right, Airshow! I followed your advice and I got it solved, but I feel kind of stupid now :) I add/remove a class 'active' on a 'li' so that … -
Replied To a Post in jQuery or AJAX issues
The mixcloud player is in an iframe, but the soundcloud player not. The soundcloud player data (audio, track info, artwork, etc.) comes from the track URL with json. I switch … -
Began Watching create file repository for my website
Hi chaps, I'm not terribly sure how to go about this. I've got a small site where I want to add some files for people - well me since nobody … -
Replied To a Post in create file repository for my website
I stumbled on this today... https://ind.ie/pulse/ Perhaps it's something you can use for your file repository. -
Replied To a Post in jQuery or AJAX issues
Thanks Taywin! I did some googeling this afternoon about that `($.browser.msie)` and found a thread on Stackoverflow stating it is not compatible with jQuery 1.9.0. (which I load) and suggesting … -
Began Watching I Need Free Web Hosting Service?
Hi, I have a website, i need free web hosting service. i dont want to spend more money on web hosting. Give me some website which would of providing web … -
Replied To a Post in I Need Free Web Hosting Service?
With free hostings I can assure you will have limitations such as no PHP/MySQL installed or conflicting scripts from their ads that are scattered around your website. Better to spend … -
Replied To a Post in jQuery or AJAX issues
Well... unfortunately that fix works only if a track is playing and not when a set is playing half way. The set starts playing again with the first track (obviously). … -
Replied To a Post in jQuery or AJAX issues
I have a (temporarely) fix for the second issue. After closing the artist info and I click on the 'play track' or 'play set' link of the song/set that is … -
Replied To a Post in jQuery or AJAX issues
I have hard coded `li.clone-container` and `button.close-details`, but the issue of not stopping/pausing the soundcloud player still persist once I've closed `.clone-container`. -
Replied To a Post in jQuery or AJAX issues
Thanks for looking at this, @Airshow! I could indeed hard code cc, it's just that I'm not such a fan of hard coded empty tags in the markup, but I … -
Replied To a Post in jQuery or AJAX issues
Seriously? But that bit is somewhere in the beginning of sc-player.js and all the lines of code after that seems to run just fine (except for my issue then :) … -
Replied To a Post in jQuery or AJAX issues
Yeah, I saw that in the console, but I believe it's not related to the issue. It is the Flash fallback for IE. It's browsersniffing with jQuery which is deprecated, … -
Replied To a Post in jQuery or AJAX issues
@Taywin, pointed me in the right direction, so I have resolved issue 2. I remove the siblings of the closing button (object) before detaching the clone-container. $cd.click(function(e) { $('li.active').removeClass('active').siblings().removeClass('hide'); $(this).siblings().remove(); … -
Replied To a Post in jQuery or AJAX issues
Thanks for your reply, Taywin! I will try that too. It is the .empty() that is conflicting somehow. -
Edited jQuery or AJAX issues
Apologies for such a vage title, but I seriously don't know where the two issues I have are related to. My JavaScript/jQuery skill is on a noob level, so bare … -
Edited jQuery or AJAX issues
Apologies for such a vage title, but I seriously don't know where the two issues I have are related to. My JavaScript/jQuery skill is on a noob level, so bare … -
Created jQuery or AJAX issues
Apologies for such a vage title, but I seriously don't know where the two issues I have are related to. My JavaScript/jQuery skill is on a noob level, so bare … -
Began Watching jQuery or AJAX issues
Apologies for such a vage title, but I seriously don't know where the two issues I have are related to. My JavaScript/jQuery skill is on a noob level, so bare … -
Began Watching Which is more useful on home page? Rotating slider or static banner
Hi there, Just wanted to know from Daniweb expert! Which is more useful and suitable on home page? Rotating slider or static banner. -
Replied To a Post in Which is more useful on home page? Rotating slider or static banner
As mentioned by @JorgeM... it really depends what kind of content you put in the slides and what purpose it should fulfill. Here's a great read about sliders: http://conversionxl.com/dont-use-automatic-image-sliders-or-carousels-ignore-the-fad/ -
Began Watching image
how can i stop repeation on image attached to body tag of an html page
The End.