Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
I saw this type of site : FireWaves
I really like the idea of desplaying pages content. The home page is simply the background image and the menu, then when you press on a page frrom the menu, it happends that :
http://i.stack.imgur.com/mb1Vg.jpg
the menu bar goes down, and the page content appears. I want to use this into a wordpress theme, but don't know how to make this type of site. i guess is a combination of css and ajax, but i'm not sure
Try using twitter Bootstrap (getbootstrap.com)
This will help you creating this type of website easily.
Twitter Bootstrap is easy to use and help you making really good and responsive websites.
Cheers!!
Related
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 1 year ago.
Improve this question
I made a static website and its online now. I want to change only some text and image Dynamically, So that I dont have to change the code for change text or image. Please suggest me a simple way.
For a static website, I think it is not possible unless you have set up some administrator stuff or you created that website using frameworks such as Wordpress or WIX.
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 7 years ago.
Improve this question
I have a http://4gwirelessforum.intemind.biz/ i used there a plugin twitter widget that showing at the right side name of My LinkedIn Profile i have to manage the profile image I know how to set I just need to give width of its 285px; on but cant understand where to put it is saying the online url static.licdn.com for css. how can there be possibility to change it.
An early reply will be highly appreciated.
Thanks in advance
First, you don't need to change the image size but whole container's size which is containing that widget part.
go in your style.css or plugin's css(if you know) and add the css of this line in end :
.li-profile-container { width:302px !important; }
before it was 350px so i have used !important as you don't know about this css location but keep in mind, its work around as m not sure about your site's other css so have this as current solution but also test that it won't affect other css(i think it won't).
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I am adding some html's dynamically using an iframe src. I have designed these htmls in responsivve mode. But i am getting the problem regarding the scroll using iframe in Iphone. Is ther any other way to dynamicaly load html pages so that it can be useful to my requirement.
You're better off fixing the scrolling via JavaScript. There are a bunch of tutorials explaining how. Here's a recent one: http://davidwalsh.name/scroll-iframes-ios
Have you had a look at jquery's .load();?
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I want to do a web page with the same system that Facebook TimeLine's cover . I want users to be able to upload a picture and reposition it.
I know how to upload picture with PHP but i don't know how to display it without reload the page. In my opinion I need to use AJAX. Is it right?
The last problem is : How does the reposition system works?(I know that Javascript is needed) If anybody can give me some help because I have no idea of what to search on google.
Thank you
PS: Sorry for my bad english .
See if this helps?
Ajax Image Upload without Refreshing Page using Jquery.
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
On my first day of work with html I built a navigation bar yesterday which looks pretty sweet to me ...take a look at it here
Now I want to include a slideshow like thing in my site next probably using some javascript or jquery plug ins...I am looking for something similar to the one at www.forward.co.uk/ (the text on the image looks a pretty good to me)
I have searched on github too ..but the results i got did not match the style i want ..probably my keywords for the search were not too precise..
try this
http://jsfiddle.net/JhVsn/1/
or this ( only for text)
http://jsfiddle.net/JhVsn/2/