Rohithzr
-
What's webdesign for you?
A good Web design according to me is like a design so simple and pure that the user never notices it while working, and could find whatever he/she needs in an instant. and any web designer who is able to create such a design is a hats off designer.…
-
Mobile device alignment issue - help!
@jambo81 happy to help, always.
-
How many people in here run Linux?
Well I am not a professional like others but I have running Backtrack for over a year now and started using Ubuntu a couple of month ago.
-
Menu drop menu issue
here http://codepen.io/anon/pen/rGofw should solve it!
-
Menu drop menu issue
I think that you want to do this http://codepen.io/anon/pen/lfjpK Edit: The problem was in your CSS You were doing it okay for one level but level two needs bit of extra coding.
-
Mobile device alignment issue - help!
try using width as 100%. and add "!important" if needed. here: #colorstriptext { /*just edited part*/ width: 100%; margin-left: 12%; } Edit: Another Suggestion - convert your menu as a list floated left. it wud be better contr…
-
Just a little mistake somewhere.
@jamy_za Well yes thanks for your help.
-
Floating div falls in FF but not chrome/ie
its 20.0.1, and now its updating. mine is 20 so version should not be a problem. if i goto "code inspector" and disable "float:right;" property then it is coming down. else i am able to view it fine.
-
Floating div falls in FF but not chrome/ie
Well it working fine in chrome, firefox and ie! Is it the older versions having this problem?
-
adjust specific divs inside td adjacent to each other
It is really confusing that what is it you are trying to achieve : you have inserted two tds, in the first you have divs (aligned one below the other) and in the second td you have 4 divs. And you want to break the second td into two different pa…
-
Help with jquery slider
Have you added a jquery file? if yes then which version?
-
Is it good to use header.php?
first, to clarify: you cannot "convert HTML to PHP." PHP is not another way to mark up webpages: it is a programming language that is very good at writing HTML markup. well i meant designing the whole working layout in html and then p…
-
how to do it?
So I thought you wanted to create another div, without it already being in the code. But, as I described in the first method, you can simply put those topics/posts beneath the categories, and hide/show them with JQuery, when the user clicks them.…
-
Is it good to use header.php?
Well according to what i have designed roughly, I want a same sidebar and footer, so i guess i'll just use these two as a separate files because i think it is better to have a different title to different pages. I was trying to understand what…
-
how to do it?
@AndrewPham Thanks for the Information, I am getting into ajax as I have understood that it is something that i should know. So any information on this topic is of a great help. So tell me if i am wrong in interpreting your suggestion Firstly, …
-
how to do it?
@srig99 thank you, that should do me well, i hope. i will try out your suggestion.
-
@font-face issue
Great website indeed. But something is missing there, probably a bug or you have not entered an error message yet i entered my username, it worked like a charm but when i entered "Rohithzr" , Warning: file_get_contents(http://twitter.co…
-
Dropdown menu extra space removal.
well it would have been a lot better if you could create a pen but nevertheless i created a menu some time ago which is similar to your menu by functionality. https://www.dropbox.com/s/40iq4h5ygcvfbwv/men.html?v=0mcn
-
how to do it?
@Paulie_D ok, i will take care of it from now on!
-
how to do it?
@AndrePham Well yes you understood my problem correctly. but problem is that i havn't used ajax yet, i mean not at all. it would be helpful if you could create an example pen for me then i'll try to understand it till then i guess i shou…
-
Need help with layout
Seriously, really? word thanks guess i was wrong here will try to be better next time!
-
Need help with layout
u hav used all images in ur page which hav dimensions in pixels. and scrolling is off so the images wud go beyond borders if u hav to do wat u r saying then u will hav remove attributes like fixed / absolute positions use % if possible for image si…
-
how can i remove the bugs here [in disabling buttons]
well actually i was using it as a bypass for my errors in login.php which are now solved (thanks to @unasAquila) so this question now remains for educational purposes only if there is a way then post it else i am marking it as solved.
-
how can i remove the bugs here [in disabling buttons]
i wanted that if the field(s) are empty then button is disabled if both are filled button is enabled but if user fills in the fields [button enabled] and then deletes the data in it then [button is not disabled] that is the problem!!!
-
how can i remove the bugs here [in disabling buttons]
@unasAquila well the problem prevails still (the problem is when user fills the data and then deletes it)
-
how can i remove the bugs here [in disabling buttons]
well there is validation that is working but with one problem i.e. it is either displaying wrong pass error or it is confirming the sign in but not displaying empty field error if u can help me out in that would be nice https://www.dropbox.com/sh/o…
-
what is wrong in these codes php, sql
@unasAquila i dont know how to thank you for this. i was getting mad at this problem!! really great help thanks a lot