Skip to content
View in the app

A better way to browse. Learn more.

Web Designer Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Perfect

Members
  • Joined

  • Last visited

Everything posted by Perfect

  1. Hi Does anyone know where I can get gimp brushes without downloading a virus Thanks
  2. 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
  3. We get sightings of large cats in are area nobody knows what it is though
  4. Thankyou Very Much!
  5. I think im just going to leave it any adress it later
  6. 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
  7. 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
  8. It doesn't work when I open it without the hosting if you know what I mean
  9. I have done that but it doesn't affect it. Thanks
  10. 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..
  11. 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; }
  12. <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>
  13. 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
  14. Perfect replied to pat24's topic in General Chat
    santa is REAL!!
  15. Have a look at webhostingtalk.com
  16. Perfect replied to Perfect's topic in Frontend
    Ok thanks
  17. 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
  18. Perfect posted a topic in Frontend
    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
  19. Ok thanks ill put it in the reviews forum when its done may be some time
  20. 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
  21. How long would you say it would take you to find the right colours?
  22. Thanks ive also seen this Book think it would be of any use? Thanks
  23. 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

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.