thumbnails transition jumping [closed] - html

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
Please take a look at http://michalpodkowa.pl
When you hover over thumbnails in last column, images after transition are jumping a bit, especially in firefox. Any ideas how to fix it?

Try this:
Add following script at the end of your page.
<script>
$("#gallery").css("width",parseInt($(window).width())+0.1);
</script>

Related

Connect divs with lines [closed]

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 6 days ago.
Improve this question
How can I make the lines connect with these div? The div would be the numbers or the text at the end. In total there are 7 divsenter image description here
I looked on Youtube for "Connect divs with lines" and many frameworks appear to do drag and drop but what I am looking for is that it remains static.
I saw that you can do something with the canvas element but I didn't understand it well.

Is this possible to make navbar attach to top? [closed]

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 2 years ago.
Improve this question
enter image description here
I want to make my navbar attach to the top how is this possible?
Use CSS property position:fixed on your navbar in the CSS.
And you are good to go.

How can I develop this graphic? [closed]

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 need some advice from you on how to develop a website with this menu. Tips? I tried with div and img, but it's too messed up.
Thank you in advance
Web site from the graph
Have a look on the CSS manipulations with shadows : https://css-tricks.com/almanac/properties/b/box-shadow/
You can also build more advanced structures like this 3D boxes: http://tympanus.net/codrops/2013/08/27/3d-shading-with-box-shadows/

how can I create nav and tab style in bootstrap? [closed]

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 7 years ago.
Improve this question
http://www.w3schools.com/bootstrap/bootstrap_tabs_pills.asp
this page show many type of tab. But i want another style..
I want to mix style nav and tab.
I want to make main style below image.
How can i make this style?
thank you.
Here is a working Demo
I just make a little changes in tab-content
Let me know if that answers your question or any changes you were looking

HTML, what element is this one? [closed]

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 tried finding which element/tag is this one but I couldn't find it anywhere.
See the screenshot:
It appears to be range tag:link
Looks like a jQuery UI element rather than an HTML element.
See this link for more details : JQueryUI Slider