Forum: HTML and CSS Mar 7th, 2008 |
| Replies: 16 Views: 1,605 Plarsen, if you don't know what you are doing here, then I think you won't be able to solve it very easily. You may go to this mootabs (www.silverscripting.com/mootabs/)site, and use their easy to... |
Forum: HTML and CSS Mar 2nd, 2008 |
| Replies: 12 Views: 1,952 this is called hover effect in css. you can read here (http://www.w3schools.com/css/pr_pseudo_hover.asp). |
Forum: HTML and CSS Mar 2nd, 2008 |
| Replies: 12 Views: 1,952 There is two way to solve ur problem without frame. One is to use table and the other one is to use css. table is easier but can be messy if you have a lot of stuffs.
CSS has different solutions.... |
Forum: HTML and CSS Mar 1st, 2008 |
| Replies: 5 Views: 763 A visual editor may add some extra benefit if you are a beginner. Frontpage, dreamweaver, visual web developer, eclipse.. there are plenty of them. |
Forum: HTML and CSS Mar 1st, 2008 |
| Replies: 6 Views: 1,018 Where you can start? Just google "web development tutorial" or go to library and get books like "web development for dummies" |
Forum: HTML and CSS Mar 1st, 2008 |
| Replies: 12 Views: 1,952 three frames mean 3 different page. What you can do is, divide the image into three different files. and set them as background for your three different background. You can use css extensively to... |