|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
||||
|
||||
|
CSS Sector
Hello everyone,
One of the problem I have with html is that if I create a form and I align it to the right. I can't input anything else I want in that same row on the left, if I do it will either be the top or bottom of that row and not side by side. Is there any way I can do this? I also heard a lot about CSS but I have not have much experience with it, so could someone tell me how I can use CSS and what is the purpose? Here I have a question about CSS: for example: Quote:
Quote:
the first one is plain html, the second one is CSS How do I create selector called subtext is defined for the 2nd one? thanks - |
|
#2
|
|||
|
|||
|
Quote:
For your CSS question I would suggest http://www.w3.org/Style/CSS/learning |
|
#3
|
||||
|
||||
|
If you want different elements on the same `row', with different alignments, make them floating:
float: right; (or float: left; you get the idea)
__________________
This is my code. Is it not nifty? "The biggest problem encountered while trying to design a system that was completely foolproof, was, that people tended to underestimate the ingenuity of complete fools." ---Douglas Adams Join the Itsacon fanclub! Zero Tolerance: Spammers banned so far: 280
![]() |
![]() |
| Viewing: Dev Articles Community Forums > Web Design > Web Development > CSS Sector |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|