Welcome Guest ( Log In | Register)



 
Reply to this topicStart new topic
> Rounded Corners & Go Button, Can't figure this out
BooZker
post Aug 31 2007, 02:43 AM
Post #1


Mad Scientist of 2006
*********

Group: [HOSTED]
Posts: 750
Joined: 27-April 06
From: Washington State in the USA
Member No.: 22,661
T17 GFX Crew



I am very fluent in CSS and I have done rounded corners before using background images, but even after research, I can't seem to figure out how I can do it with this. I already have a background image. This is a website for a client. He wanted me to simply slice it up. I did everything except those rounded corners.

Also you will see the go button is not aligned with the input fields for the username and password. I don't know how to fix this also. If you push it down with either margins or padding it pushes the two username and password down with it.

I included a zip with the index.html file, css file, and images.

It supposed to be in tomorrow. PLEASE Help I can NOT figure it out!

This post has been edited by BooZker: Aug 31 2007, 02:50 AM
Attached File(s)
Attached File  example.zip ( 435.26k ) Number of downloads: 13
 
Go to the top of the page
 
+Quote Post
reconraiders
post Aug 31 2007, 04:18 AM
Post #2


Super Member
*********

Group: Members
Posts: 221
Joined: 6-June 07
Member No.: 44,288



I'm sorry that I am not contributing to the problem you have posted. I just wanted to mention that you might have more responses if you posted a link to a working example. I'm not sure about everybody else, but I personally don't like downloading a ZIP just too look at some HTML and CSS to help somebody out. I mean, I'm willing to help... but I do work in the computer programming/web design business... so I AM pretty lazy... lol. So instead of posting a zip file, just upload the files to a test server or something and then post a link. Or even post the code in "code" tags.
Go to the top of the page
 
+Quote Post
BooZker
post Aug 31 2007, 05:03 AM
Post #3


Mad Scientist of 2006
*********

Group: [HOSTED]
Posts: 750
Joined: 27-April 06
From: Washington State in the USA
Member No.: 22,661
T17 GFX Crew



I would have to change all the img tags, css tags and such...

=[

Ill wait until the end of the night then ill upload

I also dont think posting 250+ lines of CSS and over 100 lines of HTML would be good haha

This post has been edited by BooZker: Aug 31 2007, 05:11 AM
Go to the top of the page
 
+Quote Post
jlhaslip
post Aug 31 2007, 05:38 AM
Post #4


A computer once beat me at chess, but it was no match for me at kick boxing.
Group Icon

Group: [MODERATOR]
Posts: 4,079
Joined: 24-July 05
From: Linix, DOS and Windows…the good, the bad and the ugly
Member No.: 9,787
Spam Patrol



Try this:
CODE
.input_text {
    
    font-family: arial, helvetica, sans-serif;
    font-size:x-small;
    color:#999999;
    [b]float: left;
    margin-right: 3px;
    [/b]
}


And yes, in the future, it makes it really a lot easier to upload the files to your Hosting account and supply a link.
I know you, so I don't have a problem downloading a zip file from you, but many times on a Forum where a new mwmber asks for help and supplies a zip file, I refuse to download them.
anyway, float the inputs left and add a small seperator margin to fix that problem.

Oh, and take the "px" out of this line
CODE
<img src="images/swf_placeholder.jpg" width="800px" height="277px" alt="place holder for swf"/>
to fix a couple of warnings, I think.

Another thing: remove the xml prologue line which you have in the very first line. Although the w3c states that it is a part of the Doctype, some Browsers (IE) goes into quirks mode when it is present and the w3c will validate the code without it. removing it is very much a good idea for cross browser compatability.

Good luck with it.
Go to the top of the page
 
+Quote Post
BooZker
post Aug 31 2007, 08:44 AM
Post #5


Mad Scientist of 2006
*********

Group: [HOSTED]
Posts: 750
Joined: 27-April 06
From: Washington State in the USA
Member No.: 22,661
T17 GFX Crew



Thanks SO much. If i JUST don't have the rounded corners I can explain to him that neither I, nor anyone i work with, or even after asking people on web forums, seems to know how to do it.

Thanks so much
Go to the top of the page
 
+Quote Post
jlhaslip
post Aug 31 2007, 01:20 PM
Post #6


A computer once beat me at chess, but it was no match for me at kick boxing.
Group Icon

Group: [MODERATOR]
Posts: 4,079
Joined: 24-July 05
From: Linix, DOS and Windows…the good, the bad and the ugly
Member No.: 9,787
Spam Patrol



You could try giving the class = " nav-text" a background image???
Go to the top of the page
 
+Quote Post
BooZker
post Aug 31 2007, 05:28 PM
Post #7


Mad Scientist of 2006
*********

Group: [HOSTED]
Posts: 750
Joined: 27-April 06
From: Washington State in the USA
Member No.: 22,661
T17 GFX Crew



Well he wants rounded edges around the wrapper not the login area
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. Delphi Tutorial - Change Your Start Button Caption(4)
  2. Psp Square Button Problem(12)
  3. Stick Figure Animator(2)
  4. Linking A Url To A Button(4)
  5. Button To Print Current Web Page(14)
  6. Real Sports(9)
  7. Radio Button(4)
  8. How To Create Java Button Or Frame(14)
  9. Rounded Edges In Photoshop(13)
  10. Refresh Page After Back Button Hit(11)
  11. Multiple Drop Down Menus W/ Submit Button(6)
  12. Trying To Figure Out If My Graphics Card Will Work For A Mmorpg(13)
  13. General Categories On Nice Website - Contribute(0)
  14. Help With Ajax(0)
  15. Button Animation With Rollover State That Stays When User Clicks A Button(0)
  1. Autoschedule Npe(0)
  2. A "save As Draft" Button(13)
  3. Giving A Flash Button A Link(3)
  4. Getting Information From Submit Button(1)
  5. Ajax Request Messing Up Format(1)
  6. System Tray And Start Button Problem(1)
  7. Download Files Off Esnips.com(0)
  8. Delaying The Time Until A Flash Button Can Be Pressed(3)
  9. Cd Drive Eject Button Problem(3)
  10. Rappelz's Character Figure(0)
  11. How To Make Image Buttons Act As Submit Button(8)
  12. Destination Address For "submit" Button(5)
  13. Can Someone Please Help Me Figure Out What To Do With This Girl?(0)


 



-