Posts by David • 306 points
14 posts
-
0
votes2
answers318
viewsQ: How to create a static website
I am developing a site with only HTML and CSS. I want the static size to be this: #tudo{ width: 1024px; margin: 0 auto; text-align: left; /* "remédio" para o hack do IE */ } The problem is when the…
-
0
votes1
answer12056
viewsQ: Create search bar
I am creating a website and designed the search bar. The problem is that I don’t know how to activate it or that it works with my site in html. There is an easy way using google search boxes on our…
-
5
votes4
answers1125
viewsQ: Create external html pages
I know how to create external css pages. Which is quite useful. However, I don’t know if it’s possible to do the same for html without using frames. This is a link to an external style page <link…
-
2
votes2
answers562
viewsQ: Change the color of a box in the horizontal menu
I’m making a horizontal menu and I want each element of this menu to have a 20px box. Now I want that when passing with the mouse by top that box change color. That’s why I thought the a:hover…
-
0
votes0
answers465
viewsQ: How to create multiple menus on the same page with xhtml
I can’t put on the same page, for example two menus. Let me explain. I use the unordered lists and the inline display to create a horizontal menu. I do the same to further down the page create…
-
2
votes1
answer9311
viewsQ: How to change the color of a link when passing the mouse (mouse)?
I have a horizontal menu with the links (example): Home; About; Contacts; The idea is that the home always has the green padding background and the rest of the links with white background. When you…
-
3
votes1
answer518
viewsQ: Can we use all versions of css on our website?
There is currently the css3 version however there are the previous ones. It is correct to mix all the code in the same stylesheet?
-
1
votes2
answers915
viewsA: Two Different Horizontal Menus
I found out where the problem is. In the hover i put a:houver after the color, actually I want to apply the color not to the a but yes to the li. So it should stay that way: #navt li:hover{…
-
0
votes2
answers428
viewsQ: General questions about using xhtml box, positioning and width
Long live, I’m having some doubts about some concepts. I’m messing up a little each of these concepts. Box: For example, if you create a class in a text I can give it a width and height with…
-
3
votes2
answers915
viewsQ: Two Different Horizontal Menus
I’m creating two horizontal menus on the same page with different settings and so I used a class in each of them. I’m not getting one of these menus to get the one-color box on have What I did was…
-
0
votes1
answer44
viewsQ: Create style and not style xhtml css
Long live, I’m trying to create a title from type: Shopping . com I intend that the ". com" is bold but I don’t want to use the "em" because it’s not a paragraph. You know how to do that?…
-
2
votes2
answers9687
viewsQ: What is the difference between the <span> and the class?
While studying XHTML, I understood that the <span> is an inline element. A class will be a block element. But when to use one and the other? Besides them, when to use some elements knowing…
-
4
votes3
answers15283
viewsQ: How to go to a part of a text on the same page by clicking on a link above
Imagine a page with a lot of text. What I want to do is make a word clickable that when the user clicks goes to another text on the same page. I want to do this using XHTML and CSS. I have at least…
-
4
votes2
answers272
viewsQ: How to create a box with two separate texts
Hello, I am a beginner of XHTML and I ask you to tell me about this code and not Html5. I want to make a header but I’m not getting it. The goal is for the first text to be higher than the first.…