|
|
| Author |
Message |
|
|
iFinancialAdviser Site Admin
Joined: 28 Dec 2004 Posts: 1699
|
Posted: Sun Jan 16, 2005 9:48 am Post subject: eFinancialDistrict has a new look now |
|
|
eFinancialDistrict has a new look now. One of our forum members Darksat created new images for eFinancialDistrict and I just put them in. Don't they look great?
Navigation bar needs some modification to match these great images, but the look has been definitely improved already. _________________ Online Finance Education :: College Degrees |
|
| Back to top |
|
|
|
Darksat
Joined: 11 Jan 2005 Posts: 264
|
Posted: Sun Jan 16, 2005 12:54 pm Post subject: |
|
|
Glad you like it, the navigation looks ok but if I get some time I will take a look into creating something for you. _________________ ==Website & Graphic Design Forum== ==Security Forum== |
|
| Back to top |
|
iFinancialAdviser Site Admin
Joined: 28 Dec 2004 Posts: 1699
|
Posted: Sun Jan 16, 2005 8:13 pm Post subject: |
|
|
| Darksat wrote: |
| ... the navigation looks ok but if I get some time I will take a look into creating something for you. |
Meaning that, you think, I should use some images there? _________________ Online Finance Education :: College Degrees |
|
| Back to top |
|
altyfc
Joined: 29 Dec 2004 Posts: 1232 Location: Aardvarkland
|
Posted: Mon Jan 17, 2005 1:24 am Post subject: |
|
|
I think it's looking really good as it is but... minor point... I think the header would be better aligned slightly more to the left so it was flush with the left hand edge of the box with the word 'forum' and the rest of the page below.
Aaron _________________ Business Forums - Business Add URL
Travel Forums - Travel Add URL |
|
| Back to top |
|
iFinancialAdviser Site Admin
Joined: 28 Dec 2004 Posts: 1699
|
Posted: Mon Jan 17, 2005 1:31 am Post subject: |
|
|
Oh, you are talking about the left end space right? More specifically, "e" should be much closer to the left end of the navigation bar? _________________ Online Finance Education :: College Degrees |
|
| Back to top |
|
Darksat
Joined: 11 Jan 2005 Posts: 264
|
Posted: Mon Jan 17, 2005 12:13 pm Post subject: |
|
|
| iFinancialAdviser wrote: |
| Darksat wrote: |
| ... the navigation looks ok but if I get some time I will take a look into creating something for you. |
Meaning that, you think, I should use some images there? |
Actually I was thinking more advanced stylesheetes.
Images as menu links are a bad idea. _________________ ==Website & Graphic Design Forum== ==Security Forum== |
|
| Back to top |
|
iFinancialAdviser Site Admin
Joined: 28 Dec 2004 Posts: 1699
|
Posted: Mon Jan 17, 2005 6:34 pm Post subject: |
|
|
| Darksat wrote: |
Actually I was thinking more advanced stylesheetes.
Images as menu links are a bad idea. |
I agree. Can we give me some example, if you have chance? I'd like to take a look and see if I can make something similar. _________________ Online Finance Education :: College Degrees |
|
| Back to top |
|
altyfc
Joined: 29 Dec 2004 Posts: 1232 Location: Aardvarkland
|
Posted: Tue Jan 18, 2005 12:01 pm Post subject: |
|
|
| iFinancialAdviser wrote: |
| Oh, you are talking about the left end space right? More specifically, "e" should be much closer to the left end of the navigation bar? |
Yes... that's what I was trying to say.
Aaron _________________ Business Forums - Business Add URL
Travel Forums - Travel Add URL |
|
| Back to top |
|
Darksat
Joined: 11 Jan 2005 Posts: 264
|
Posted: Tue Jan 18, 2005 12:57 pm Post subject: |
|
|
Just use stylesheets for an element.
Sample code*
| Code: |
#top-menu a {
width:80;
border: 1px solid #888888;
color: #888888;
padding: 1px 2px 1px;
text-align: center;
text-decoration: none;
text-transform: uppercase;
background-color: #EEEEEE;
#top-menu a:hover {
background-color: #669999;
color: #ffffff; |
if you want i can put something together _________________ ==Website & Graphic Design Forum== ==Security Forum== |
|
| Back to top |
|
iFinancialAdviser Site Admin
Joined: 28 Dec 2004 Posts: 1699
|
|
| Back to top |
|
Darksat
Joined: 11 Jan 2005 Posts: 264
|
|
| Back to top |
|
iFinancialAdviser Site Admin
Joined: 28 Dec 2004 Posts: 1699
|
|
| Back to top |
|
|
|
|