![]() |
|
|||||||
| Notices |
| CSS Forum Cascading Style Sheets (CSS) and XHTML Forum |
![]() |
|
|
LinkBack (2) | Thread Tools | Display Modes |
|
|
|
||||
|
__________________
Colour Printing and Integrated Cards || Graphic Design, Web Design UK || Logo Designer - Logo Design || Graphic Design Blog || Logo Design Logo Designer || Integrated Labels & Cards || Logo Design || Graphic Design Links || Web Design Rotherham UK || Logo Design UK || Web Design UK
|
|
||||
|
It is a container. Imagine it as a cell from a table, except much more versatile.
__________________
Standards Compliant Web Consulting and Development | Labs - Free Snippets and Codes | CSS Wizardry |
|
||||
|
So it is like a table cell in other words. How much more versatile is it?
Also in specificlly dreamweaver can you convert a a:hover to a a:link ? --- I forgot to also add, and correct me if I'm wrong, but a inline style sheet is a style sheet that is within the HTML code and not external ? Last edited by PolarBear; 04-10-2007 at 02:00 PM. |
|
||||
|
It's not like a table cell really.
It's a box shaped container that people use to logically divide up webpages. You can give them ids or classes and use css to apply styles to them and adjust their size, position, z-index etc. aswell as change the styles of anything contained inside. You can also use css to add text into a div tag. There's more i'm forgetting probably. The main thing is positioning anyway. a:hover and a:link are not what i think you think they are. They're both states of anchor tags. a:link is the normal state of an anchor tag that is unvisited. a:hover defines the style of an anchor tag when your mouse is over it.
__________________
Subtlety is my middle name... and first and last in case you didn't get the point. |
|
||||
|
What I meant by that was the fact that they are 'square' and you fill them with content. It is pretty much the table based equivalent of xhtml/css in that it contains your content.
__________________
Standards Compliant Web Consulting and Development | Labs - Free Snippets and Codes | CSS Wizardry |
|
||||
|
Oh, so layers are not Div. See this is what I'm still confused upon, things like ids and classes. I just tried this morning to apply a css to a image a:hover so when you go over the image it changes to another image but it's not working, then I even tried it with text and it didn't work when the other day it did work (something I'm not doing right arrgh)
So you can't change a a:hover style to a a:link, correct? and that question is more focused on dreamweaver. |
|
||||
|
<img class="one" src="pic.jpg" />
.one:hover{ css in here }
__________________
Standards Compliant Web Consulting and Development | Labs - Free Snippets and Codes | CSS Wizardry |
|
||||
|
Quote:
You should also know that dreamweaver does not create some special brand of webpage, so any question like "Ok, so does technique X or Y work in dreamweaver too?" is pointless, because there's nothing you can do in dreamweaver that you can't do in notepad (or textedit on a mac).
__________________
Subtlety is my middle name... and first and last in case you didn't get the point. |
|
||||
|
Best answer I can give: buy a book.
__________________
Standards Compliant Web Consulting and Development | Labs - Free Snippets and Codes | CSS Wizardry |
![]() |
|
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| tags treasures comp. | onesummer | Logo Design & Brand Identity Forum | 2 | 10-12-2007 03:25 PM |
| positioning <div> tags (DW) | PolarBear | CSS Forum | 8 | 22-11-2007 05:32 AM |
| Position of DIV tags | design153 | CSS Forum | 2 | 13-11-2007 08:41 AM |
| Question on using DIV tags instead of anchors | dfarbey | CSS Forum | 11 | 27-10-2007 12:59 PM |
| css tags | Alex* | Graphic Design and Web Design Help | 13 | 11-03-2007 07:59 PM |
| All times are GMT. The time now is 03:15 AM. |