It is possible in the late Fireworks cs6 (and from what I read in photoshop too) to optimize the rendering of the fonts. Searching to see it was possible to apply this in the web pages vi there are sim resources to accomplish the same:
-webkit...
Well, I'm creating a small social network (one page) and I wanted to know how to add a lot of html to the page. I'll explain better: I have a div called timeline that serves as a container and within it in thesis is to be added another...
I wanted to know if I can lock CSS to a specific location.
See the following:
I have created a system where each user will define his own Header and Footer (consequently his own css). However I would like that when reading th...
I have a div where the thumbnails of the images are shown and another div above with the text, eg:
HowcanIdothatbyhoveringthemouseinthethumbnail(normalhovereffect)alargerdivappearsthatoverlapsthetextandshowstheimageofthelargerthumbnail(which...
I'm automatically fetching information from a database, from which you create a scroll in a div. The problem is that I have to scroll down to follow the information that appears on the screen. How would I have the scroll scroll down automaticall...
So, I'm here again, asking for help, I tried everything, I even used overflow:hidden , but it got much worse, so I need help, I have
The code for the div:
width: 100%;
display: block;
background: #FFF;
padding: 2em 3e...
There are two site templates, the desktop (which is already ok) and the mobile.
On mobile, I want it to display a black background with ONLY an image occupying the center of the screen. EVERY extension (height and width) of the screen has to...
Using the :after pseudo element, I created a caption for the image. How can I make the caption stay on top of the image and not below?
.estrutura{
width:10%;
height:30%;
}
.estrutura:after{
position: fixed;
cont...
Hello, I'm building a SASS style structure that changes will depend on a defined class in my body. This class dictates which browser the user is using, for example:
<body class="chrome"> <!-- Google Chrome -->
<body class="firef...