-
Replied To a Post in SEO Powersuite
I'm starting to doubt about the accuracy of the Pagerank Checker tool in this suite as well now, because I do for a client some checks with certain keywords in … -
Replied To a Post in SEO Powersuite
Thanks, Emma! The results seems to be accurate enough, but I still have doubts about the tool. I did some research on Google for reviews and such, but I also … -
Began Watching Edit my existing Website with Adobe Photoshop
Hi folks ! Since last year i started building website. Up til now i always used html css and javascript/jquery. Now i want to get into adobe photoshop. My question … -
Replied To a Post in Edit my existing Website with Adobe Photoshop
Why would you want to edit your HTML in a photo editor? It's not possible by the way, but how did you edit your HTML before then? Web designers do … -
Replied To a Post in Jquery gallery
Pretty much all the demos have a usage/how-to-implement section, so what don't you understand? -
Replied To a Post in Suggestion and ideas needed
Ohkay... so you did need the `!important` rule. Oh well, I'm glad we've sorted this one out! Don't forget to mark this thread as solved! -
Replied To a Post in Suggestion and ideas needed
> Yes exactly. Ok, I see! In navigation.css you have commented out `position: relative` on `#main-nav .vnav__item`, but since there is also a `position: relative` on `.vnav__item` in vnav.css (which … -
Replied To a Post in Suggestion and ideas needed
So you can't edit vnav.css, but you can edit navigation.css? -
Replied To a Post in redirect page
My PHP skills are very limited, so you'll have to wait for someone else to jump in :) -
Replied To a Post in Suggestion and ideas needed
For this you'll have to delete the `position: relative` on `.vnav__item` in the vnav.css file, which I explained already in another post of mine. By the way, There are styles … -
Began Watching redirect page
Hi everyone, Is there any way to redirect page without header and javascript ? -
Replied To a Post in redirect page
Via a .htaccess file: `Redirect 301 /oldpage.html http://www.example.com/newpage.html` I've used 301 in this example. but this can also be 302. The difference is that a 301 redirect means that the … -
Replied To a Post in Suggestion and ideas needed
You didn't change it to what I've posted. You have now this: #main-nav .vnav--horizontal .vnav__subnav { left: -360px; top: 100%; width: 750px; } Which should be this: #main-nav .vnav--horizontal .vnav__subnav … -
Replied To a Post in Jquery gallery
> Now, what about the automatically shuffle gallery when someone press the picture category button? This is what they call a dynamic layout http://jquery-plugins.net/tag/dynamic-layout There are a few that can … -
Began Watching static images?
Cek this out: http://www.akronyms.net/demo/arvin-html/v_1.3/ Some of the background images remains static or move slowly while the text on top of it moves quicker. How to make such a thing? -
Replied To a Post in static images?
It's called parallax scrolling effect. Google and you will find lots of tutorials/scripts, but be aware most of them suck on touch screen devices. -
Replied To a Post in Jquery gallery
It's not possible to transition the `display` property. Use the combination of the `visibility` (hidden to visible) and `opacity` (0 to 1) properties instead. -
Began Watching Iam New software Developer
Hi Guys GoodMoring to Every Boddy i faced Small Trouble Please Help Me.Actually I Dout is When user Login In our site Display Her Name⦠-
Replied To a Post in Iam New software Developer
Sigh... -
Began Watching Site is being redirected towards other page
I am trying to access the site hacksummit.org but it kept on being redirected to Freelancer's site. Any ideas as to why this happens? -
Replied To a Post in Site is being redirected towards other page
Probably because there's nothing to tell at the moment about the hack.summit() and they don't want you to know about previous ones, but who know? Freelancer.com might have the answer … -
Began Watching Image in paragraph
Sir I have these codes <html> <head> <style type="text/css"> #pic { float:left; width: 170px; border: 1px solid red; padding: 1px; text-align: center; font-size:12px; } #pic img { float:left; width: 50px; … -
Replied To a Post in Image in paragraph
That space is caused by the default top/bottom margin of the `p` tag, so you might want to add something like this: #pic p { margin: 0 } -
Replied To a Post in Understanding CSS Class Selectors
Ohkay... I see :) You mean an input field. Using classes or the element/tag name itself (in some cases) to hook your external styles on instead of inline styles, is … -
Began Watching Understanding CSS Class Selectors
Hello. I am currently attempting to convert my inline-css for text boxes into classes for my external style sheet; I thought of using class selectors but do not fully understand … -
Replied To a Post in Understanding CSS Class Selectors
What do you mean with 'textboxes'? For example a `div` tag, `section` or `article`? If you give it a class `center`, then every element/tag inside will be centered and red … -
Edited SEO Powersuite
Hi, I'm thinking of purchasing the SEO Powersuite (all 4 apps) from link-assistant.com. Does anyone on Daniweb has experience with this suite? Good or bad? I downloaded and played with … -
Created SEO Powersuite
Hi, I'm thinking of purchasing the SEO Powersuite (all 4 apps) from link-assistant.com. Does anyone on Daniweb has experience with this suite? Good or bad? I downloaded and played with … -
Began Watching SEO Powersuite
Hi, I'm thinking of purchasing the SEO Powersuite (all 4 apps) from link-assistant.com. Does anyone on Daniweb has experience with this suite? Good or bad? I downloaded and played with … -
Began Watching Jquery gallery
Hello, Cek this website: http://www.akronyms.net/demo/arvin-html/v_1.3/ On the portfolio part. I am looking for a jquery that is exactly able to shuffle pictures like that. How? Thanks in advance. -
Replied To a Post in Jquery gallery
Do you mean the 'sliding in' icons on hover? If so, then this can be done with css transitions, css anmations ([animate.css](http://daneden.github.io/animate.css/)) or if you need to support IE9- with … -
Began Watching Best way to keep text on a page updated
I am writing a web page for an online radio station that uses SHOUTcast 1.9.8. I am trying to retrieve the currently playing song from the server, display it on … -
Replied To a Post in Best way to keep text on a page updated
If you want to keep the player playing while users navigating the site you'll need to resort to AJAX or even better to the [HTML5 History API (with AJAX hashbanging … -
Replied To a Post in space & not displaying in some iOS devices
Well, 'space &  ' is not really how you should add spacing between elements or in a table cell if the first name and last name are in seperate table … -
Began Watching Java imageslider
Hello everyone, I need help here. So my problem is how I want to make an image slider where show user uploaded images from his directroy/folder/account whatever. I would like … -
Replied To a Post in Java imageslider
There are heaps of [free thumbnail image sliders](https://www.google.com/search?q=thumnail+image+slider&ie=utf-8&oe=utf-8&gws_rd=cr,ssl&ei=Q3g3VbuxE4OksAGp0oCICA#q=thumbnail+image+slider&spell=1) (JS and/or CSS3). Why not pick one of those? Style them the way you want them to look and add your back-end … -
Began Watching space & not displaying in some iOS devices
I've had two users request that we add a space between their first and last names as displayed in a table. Problem is: there is a space. Common denominator is … -
Replied To a Post in space & not displaying in some iOS devices
Do you have a link to the webpage or some code for people to look at? -
Replied To a Post in Suggestion and ideas needed
Ok, then remove those margin-left's that you've added dynamically and use something like this #main-nav .vnav--horizontal .vnav__subnav { left: 50%; top: 100%; width: 740px; margin-left: -370px; } -
Replied To a Post in Suggestion and ideas needed
If you can't edit some files then override the properties in a file which you can edit, but the properties that needed to change are in `vnav.css` and `navigation.css`. I … -
Began Watching Suggestion and ideas needed
I like this menu and how it's done: http://www.peterstone.com/ Does somebody has any idea and suggestion, how the easiest way is, to realize this kind of main nav they have? … -
Replied To a Post in Suggestion and ideas needed
I did the following with the browsers' developer tools and got the submenu centered. Delete in your CSS `position: relative` on `#main-nav .vnav__item` and on `.vnav__item`. The other thing to … -
Began Watching Remove line space
Sir I have following codes <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title> Test </title> <style type="text/css"> #aboutus { border: 1px … -
Replied To a Post in Remove line space
You're juggeling a bit with html tags in 'units', but the spacing is caused by the browser default styling (margin-bottom) of the paragraph tag. To get rid of it, set … -
Replied To a Post in I need some help to make a very basic page, may take 5 minutes of ur time
Oh... and I thought you meant me, anyway... peace to all! :) -
Replied To a Post in Div problem
I was aware of that method too, but my first thought was why wrapping the 8 squares in two extra div's (a `div` set to `display: table` and a `div` … -
Replied To a Post in I need some help to make a very basic page, may take 5 minutes of ur time
Apologies for making you feel that way, wasseem1345! I was not making fun at you, only at the way you putted your issue into words. I was just showing how … -
Replied To a Post in I need some help to make a very basic page, may take 5 minutes of ur time
Sorry, but I can't help you with that. I don't know anything about WinForms. -
Replied To a Post in Div problem
In case you need or want to support IE8 and below, you could use this CSS for the `img` instead. .square img { position: absolute; top: 0; right: 0; bottom: … -
Began Watching I need some help to make a very basic page, may take 5 minutes of ur time
Hello, I need someone that have a good knowledge about any web language to help me create some simple "blank" webpage, it won't take a lot of your time, maybe …
The End.