Everything posted by Perfect
-
Gimp Brushes
Hi Does anyone know where I can get gimp brushes without downloading a virus Thanks
-
Hello
Hi there I was in the same position as you a couple of months back and I have become alot better in webdesign Best of luck
-
WHAT THE HELL IS THIS?
We get sightings of large cats in are area nobody knows what it is though
-
Help with a.hove please
Thankyou Very Much!
-
Help with a.hove please
I think im just going to leave it any adress it later
-
Help with a.hove please
What I want to happen is the link and the surrounding area when the cursor is over it to turn white blending in to the margin
-
Help with a.hove please
Ok ive put this in a.hover { color:white; } a:active { color:black; } Ok what I want it to do is hightlight the surrounding area of the like so that it blends into the margin and all that code does is put the a white line under it
-
Help with a.hove please
It doesn't work when I open it without the hosting if you know what I mean
-
Help with a.hove please
I have done that but it doesn't affect it. Thanks
-
Help with a.hove please
Hi I need some help on my nav I would like to get the background white and the text black so its a contrast I have hosted my website on a free website so you can see, the url is: www.slippywebsite.webs.com And my Css code is body { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 15px; color: white; text-align: center; margin: 0px; padding-top: 20px; padding-right: 0px; padding-bottom: 20px; padding-left: 0px; } #wrapper { width:1074px; height:0 auto; margin:0 auto; } div#container { margin-left: 10%; margin-right: 10%; } #header { height:180px; width:1074px; background-color:black; padding-bottom:5px; } #nav { height:30px; background-color:black; width:1074px; word-spacing: 2em; } #nav ul { list-style: none; padding: 0; margin: 0; } #nav-menu li { float: right; margin: 0 0.15em; } #nav-menu li a:link, #nav li a:visited, #nav li a:active, #nav li a.hover <-----------This is my atempt { color:white; text-decoration: none; display: block; width: 130px; } #nav li a { height: 2em; line-height: 2em; float: right; width: 9em; display: block; border-left:0.1em solid #FFFFFF; color: white; } #content1 { height:0 auto; width:1074px; background-color:black; padding-top:5px; margin-top:10px; float:inline; } #content2 { height:0 auto; width:532px; background-color:black; margin-top:10px; float:left; margin-right:5px; } #content3 { height:0 auto; width:532px; background-color:black; margin-top:10px; float:right; margin-left:5px; } Any finaly Happy New Year Don't get too drunk..
-
Help with nav please
Hi again new problem arised~probably easy to fix this is in ie7 My nav looks like this ................................................contact .......................................blog .........................portfolio ............about home When i want it to be in a straght line My code is #nav { height:80px; background-color:black; width:1074px; word-spacing: 2em; } #nav ul { list-style: none; padding: 0; margin: 0; } #nav-menu li { float: right; margin: 0 0.15em; } #nav li a { height: 2em; line-height: 2em; float: right; width: 9em; display: block; border-left:0.1em solid #FFFFFF; color: white; text-decoration: none; text-align: left; padding-left:4px; }
-
Help with nav please
<html> <head> <title>Slippy Website design Staffordshire Web Design</title> <link rel="stylesheet" type="text/css" href="index.css" /> </head> <body> <div id="header"> <img src="website_logo.png"> </div> <div id="nav"> <ul> <li><a href="#" title="Contact">Contact |</a></li> <li>Blog |</li> <li>Portfolio |</li> <li>About |</li> <li>|Home |</li> </ul> </div> </body> </html>
-
Help with nav please
Hi please take a moment to have a look Im making a nav but having problems with the look show in the print screen(word document) should be as attachment The code is #nav { height:80px; background-color:black; width:1074px; word-spacing: 2em; } #nav ul { list-style: none; padding: 0; margin: 0; } #nav li { float: right; margin: 0 0.15em; } #nav li a { height: 2em; line-height: 2em; float: right; width: 9em; display: block; border: 0.1em solid #dcdce9; color: #white; text-decoration: none; text-align: center; } Spot anything any help is much apreciated navshot.doc
- santa claus
-
Webhosting Site
Have a look at webhostingtalk.com
- Curving Borders
-
Please help me with design
Hi I have limited knowledge but may be able to help you out. First of all you need a wrapper to hold it all in for exsample #wrapper { margin: 0 auto; width: 922px; } Then you could create the header. eg. #header { color: #FFFFFF; width: 900px; (Edit this so it will look more like you want it too) float: left; padding: 10px; border: 1px solid #DDDDDD; height: 100px; margin: 10px 0px 5px 0px; background: #DDDDDD; } Then to create the left column #leftcolumn { color: #FFFFFF; border: 1px solid #DDDDDD; background: #DDDDDD; margin: 0px 5px 5px 0px; padding: 10px; height: 350px; width: 195px; float: left;-------------This tells where the column should go so left } then to create the content #content { float: left; color: #DDDDDD; border: 1px solid #FFFFFF; background: #DDDDDD; margin: 0px 5px 5px 0px; padding: 10px; height: 350px; width: 456px; display: inline; } Then the right column #rightcolumn { color: #DDDDDD; border: 1px solid #FFFFFF; background: #DDDDDD; margin: 0px 0px 5px 0px; padding: 10px; height: 350px; width: 195px; float: left; position: relative; } Then you can import it into you html file To learn css I recommend Htmldog and W3Cschools Just takes time and patience to learn Cheers
-
Curving Borders
Right this may not make sense I want my border corners to be curved I have an exsample Exsample What would I add to this code to get it curved border: 1px solid #FFFFFf; Thanks
-
How to decide on colour/color schemes?
Ok thanks ill put it in the reviews forum when its done may be some time
-
How to decide on colour/color schemes?
Thanks alot Ive come up with some possibilitys If you have spare time could you take a moment to look at them Could you say if you think they work and it which order you would put them Thanks Batch no.1 #9BCC8F #648F7D #C0CCAF --------------------------- Batch no.2 #33FF00 #E60066 #FF9600 #0039C9 --------------------------- Tar
-
How to decide on colour/color schemes?
Thankyou Very much
-
How to decide on colour/color schemes?
How long would you say it would take you to find the right colours?
-
How to decide on colour/color schemes?
Ok Happy Shopping!
-
How to decide on colour/color schemes?
Thanks ive also seen this Book think it would be of any use? Thanks
-
How to decide on colour/color schemes?
Hi im half way though my site but the colours just don't work Need advice on chosing good colours Any advice would be apreciated Thanks