Most voted "webdesign" questions
Web design can be seen as an extension of design practice, where the focus of the project is the creation of web sites and documents available in the World Wide Web environment.
Learn more…40 questions
Sort by count of
-
40
votes2
answers897
views<br> is obsolete?
With the advent of responsive/adaptive/fluid layouts, the use of <br> to define layout spacings. Using it is not recommended in these modern layouts or is it just a matter of programming…
-
20
votes1
answer891
viewsWhat is a Triple-A or AAA level site? What do I need for my site to be considered a AAA in accessibility?
I consider accessibility to be very important, but I believe that I have neglected this good practice a lot and went to read the Web Content Accessibility Guidelines (WCAG) 2.0. So I noticed that…
-
10
votes5
answers462
viewsInternet Explorer, should I still be worried about him?
Today when developing a new website, should still worry about compatibility with old versions of Internet Explorer, or we have already overcome this phase? I ask this because today I received the…
-
10
votes1
answer12693
viewsWhich DPI is recommended for images used on websites?
I have always used 72 dpi in my images, but currently this standard has low definition thanks to the variety of devices with different resolutions (notebook, tablet, smartphones and etc). What would…
-
9
votes2
answers6946
viewsWhat is the difference between Template and Layout?
I would like to know the difference semantic, visual and web development front-end and back-end. @Edit Related: Is there any kind of dependency? To have the layout you need to have the template?…
-
6
votes2
answers1505
viewsHow to insert an image into a CSS file?
I use a program here in the company that in its Web module it has its logo inserted directly in CSS something like: #logo img{ max-width:100%; background-image: 'data|base64=acSs....'; } How do I…
-
5
votes2
answers9548
viewsCurves / Waves in CSS
Is it possible to do, in pure css or with some other technique these wavy effects (image attached)? I don’t want to use images to make them.…
-
5
votes2
answers1341
viewsHow to make a menu that has a geometric figure in the center and is responsive?
So, I’m a beginner in Web Design, and I’m having some problems with css on a site that I’m developing. I have to make a fixed menu, which is nothing more than a normal bar, but which has a figure of…
-
4
votes2
answers2249
viewsShould we use SVG or PNG icons for websites?
Is it better to use icons in SVG or PNG formatting for websites? Why?
-
3
votes2
answers1432
views -
3
votes2
answers1467
viewsCenter Horizontally
Can’t seem to center my div in the middle of the page! I tried to use what they posted in that post, in that other post, in the CSS Tricks and on a lot of other sites on google and I can’t center…
-
3
votes2
answers289
viewsbox-shadow:inset property does not work in <img>
I was testing the property box-shadow to make a gallery and realized that the tag <img> does not accept the box-shadow:inset... but accepts the box-shadow normal. However if I put the…
-
2
votes1
answer685
viewsBevel[Bevel] effect on PS text in CSS
I’m facing a problem I believe is common among Designer and Dev/Frontier/webdesigner or for lack of communication at the time of creation or for lack of technical knowledge of the developer to apply…
-
2
votes2
answers180
viewsHow to evaluate if the user will have the source used on the site?
When the user does not have the specified font in the css file installed on his computer, the browser will use the standard style font, according to the handouts I read. For example, you create a…
-
2
votes1
answer2228
viewsHow to organize the HTML body on the screen with CSS
I made a header and a retractable side menu, but I can not now organize the body of the site next to the menu, it is always down and if I give float left and right it is occupying 10% of the screen…
-
2
votes1
answer2534
viewsBackground with gradient and undulations
I wonder if it is possible to create the image effect below using CSS. Make the gradient is quiet, but I’m having trouble making the ripples. #teste { width: 100%; height: 300px; background-image:…
-
1
votes2
answers3135
viewsWhat would be the default size to create buttons in the menu of websites, in different resolutions?
I would like to get an idea of the size of buttons for websites in their respective resolutions, such as menu buttons, social buttons, question buttons, among others... Do you have any information…
-
1
votes3
answers501
viewsHow to resolve this situation in the layout part?
I wonder how, through the tools of Photoshop CS5(CS6) I can make either white or black arrive in the color pointed by the hexadecimal code which is also that of the larger color image. I tried to…
-
1
votes0
answers326
viewsWhat is the best way to organize files in a web project?
First of all, a thousand excuses if this question does not fit the objectives of the site. I want to create a "pack" of themes/skins for wordpress (maybe with some mu plugins), phpbb (or similar)…
-
1
votes1
answer564
viewsIcons do not appear correctly
Guys, I’m updating a website, and the home screen icons aren’t showing up. They only appear if I go to another page and then go back to home. the site is: www.artbordados.com.br In the browser…
-
1
votes2
answers6733
viewsCentralize Web Page Content
I’m trying to create a simple page in HTML, resizable, where the content is all centered vertically. But I’m not able to center the text boxes in any way. This code will initially be the graphical…
-
1
votes0
answers25
viewsBeginner’s question - white space between top and navigation bar
The code below is from a simple navigation bar, the problem is that there is a blank space between the menu and the top of the browser. I found 2 solutions, change the selector body for * in the css…
-
1
votes1
answer33
views -
1
votes1
answer191
viewsAlign span tag with html to add edge
I need to perform an image alignment with a span tag and place an edge on that span tag. I was able to align, but it only worked by placing a margin-bottom of 1px. It worked, but I didn’t like the…
-
0
votes0
answers88
viewsHow to create table with android email plugin
Hello! I’m breaking my head since morning and can’t make it work. Using only these HTML commands i need to create a table. Follow the commands if you do not want to enter the site: The table needs…
-
0
votes2
answers3159
viewsInsert icon in input text with HTML and CSS
Hello I would like to insert an icon in the input text of my system, I even managed to put the icon, but when I click on the input to enter the text the icon simply does not hide. can help me?…
-
0
votes1
answer159
viewsHow to override a Loader above the Divs at angular2
I’m trying to implement a Download in an angular project while requesting the request. but I’m not getting to position it in the center of the screen superimposing the other Ivs... look how it’s…
-
0
votes1
answer568
viewschange text from fileupload Asp.net
You can change the text inside Fileupload? I wanted to change the text "No files selected"…
-
0
votes1
answer64
viewspwa sites work on iphone as on android?
Good night to you all!!! My question is the following: sites made with PWA work the same way on iphone and ipad, as on android? some change is needed for iphone? Thank you for your attention!!!…
-
0
votes1
answer113
viewshow to color 3 by 2 grid boxes in css
I have the following html code: <div class="wrapper"> <div>1</div> <div>2</div> <div>3</div> <div>4</div> <div>5</div>…
-
0
votes3
answers109
viewsHow to determine what will be loaded in HTML?
I’m developing a page without the use of back-end, however, I want to upload a video as background using this code: <div class="test"> <video poster="img/videoposter.png" id="header-video"…
-
0
votes1
answer52
viewsWhy aren’t header-logo and header-links on the same line?
.container { width: 100%; display: grid; align-content: center; grid-gap: 10px; grid-template-columns: auto; grid-template-rows: 3fr 15fr 10fr auto; grid-template-areas: 'header-top header-top'…
-
0
votes2
answers40
viewsCSS in an HTML page
I have this HTML page, but I don’t know how to do it in my CSS to fit 2 of these Rectangles in a Line <div id="flex"> <!-- Area Campeoes --> <div id="area-principal"> <div…
-
-1
votes3
answers204
viewsPlugins or tools to create blog posts?
Guys I have a personal blog and I will create the session where I create the posts, I wonder if you have any plugin or tool that does not depend on any server side language where I create the post,…
-
-1
votes1
answer49
viewsIs that a slide or some other name?
Right at the beginning where you have this image gallery http://sensacionalista.uol.com.br/ There’s some specific name for it?…
-
-1
votes1
answer32
viewsWeb design reponsive screen patterns
I would like to know what are the standards of screens (Smartphon, tablet, laptop and desktop) for me to make my site responsive ? I know there are many types more specifically wanted a pattern that…
-
-1
votes1
answer33
viewsWhat alternative do I use to solve the problem of the get() function not working
from tkinter import * def executar(): l1['text'] = t1.get() l2['text'] = t2.get() l3['text'] = t3.get() root = Tk() root.title('App') t1 = Entry(root) t2 = Entry(root) t3 = Entry(root) l1 =…
-
-2
votes1
answer61
viewsTranslation of a website without cms
Hello, I have a site only in html, css and js. The client asked to insert a language change button. English and Portuguese only. I wonder if there is any tool or way to do this process just using js…
-
-2
votes2
answers898
viewsHow to leave a space between the menu and the top of a page?
I would like to leave a small space between the navigation bar and the menu (approximately 20pxs) without affecting the background image positioning. HTML <!DOCTYPE html> <html>…
-
-2
votes2
answers46
viewsFilling the Div container does not complete everything
I’m starting and tals. I created div container as root for all content. Just when I changed the background color did not change everything, I can not understand, someone can explain to me where the…