Page 1 of 1 |
vaifan1986
Posts: 4640
Location: Birthplace of the necktie.
|
Posted: Wed, 9th May 2012 14:33 Post subject: Amateur web design help |
|
 |
For some reason I have completely forgotten everything I have learned about exporting a navigation bar from Fireworks to Dreamweaver.
No matter what I do, the three states I created for the nav bar buttons never show in the browser, but they do show in the Fireworks preview.
So I'm guessing I'm exporting it wrong from Fireworks or importing it wrong from Dreamweaver, or both.
I'm at a loss. I could really use the help.
Micek:
i7 4790K @ 4.6GHz- Gigabyte Z97X-Gaming 3 - 980 WF3 \o/ - 16GB Corsair - WD 4TB - Mountain of SSDs - Dell UltraSharp U2414H 24''
|
|
Back to top |
|
 |
|
Posted: Wed, 9th May 2012 14:44 Post subject: |
|
 |
Sorry, I do not support Dreamweaver or Fireworks Pumpy is only compatible to notepad++.
|
|
Back to top |
|
 |
vaifan1986
Posts: 4640
Location: Birthplace of the necktie.
|
|
Back to top |
|
 |
garus
VIP Member
Posts: 34200
|
Posted: Wed, 9th May 2012 15:33 Post subject: |
|
 |
Can you show the result so we can test it?
Also: DEATH TO WYSIWYG EDITORS.
|
|
Back to top |
|
 |
vaifan1986
Posts: 4640
Location: Birthplace of the necktie.
|
Posted: Wed, 9th May 2012 15:48 Post subject: |
|
 |
garus wrote: | Can you show the result so we can test it?
Also: DEATH TO WYSIWYG EDITORS. |
Not sure what you mean by show the result, but got a new problem. Did a new button, copied it, made the simplest possible menu I could.
http://uploading.com/files/28mm357f/navbar.rar/
The fireworks preview works, so does the browser preview, but the second I try to import it through that Insert->Image Objects->Fireworks HTML in Dreamweaver it completely wrecks my entire site composition.
Micek:
i7 4790K @ 4.6GHz- Gigabyte Z97X-Gaming 3 - 980 WF3 \o/ - 16GB Corsair - WD 4TB - Mountain of SSDs - Dell UltraSharp U2414H 24''
|
|
Back to top |
|
 |
vaifan1986
Posts: 4640
Location: Birthplace of the necktie.
|
Posted: Wed, 9th May 2012 15:59 Post subject: |
|
 |
Managed to insert one button, my guess is the entire nav bar somehow wrecks the layout.
But even this one button doesn't have any of the states it should.
Micek:
i7 4790K @ 4.6GHz- Gigabyte Z97X-Gaming 3 - 980 WF3 \o/ - 16GB Corsair - WD 4TB - Mountain of SSDs - Dell UltraSharp U2414H 24''
|
|
Back to top |
|
 |
vaifan1986
Posts: 4640
Location: Birthplace of the necktie.
|
|
Back to top |
|
 |
|
Posted: Wed, 9th May 2012 16:29 Post subject: |
|
 |
Why don't you learn a little bit javascript/jquery and do it yourself? Seeing how many hours you spent with this problem, you could've learned EVERYTHING that you need to know to put the button there with CSS, JS/JQ, HTML.
WYSIWYG Editors for HTML are IMHO obsolete now. With stuff like jQuery, scripting is so easy that it looks outright idiotic to learn using some proprietary tool.
|
|
Back to top |
|
 |
|
Posted: Wed, 9th May 2012 16:51 Post subject: |
|
 |
Here the HTML for buttons:
<a href="site1.html" class="button">Site 1</a> <a href="site2.html" class="button">Site 1</a> <a href="site1.html" class="button">Site 3</a>
The CSS for the buttons (goes into the <head></head> of your html):
<style type="text/css">
/* The naked button */
a.button:link, visited {
padding: 1em 0.5em;
background: #444;
color: #fff;
text-decoration: none;
}
/* What happens if you move your mouse over it */
a.button:hover {
background: #888;
}
/* What happens if you click it */
a.button:active {
background: #ddd;
color: #666;
}
</style>
|
|
Back to top |
|
 |
vaifan1986
Posts: 4640
Location: Birthplace of the necktie.
|
|
Back to top |
|
 |
|
Posted: Wed, 9th May 2012 17:23 Post subject: |
|
 |
Nicht verzagen,
Pumpy fragen!
|
|
Back to top |
|
 |
vaifan1986
Posts: 4640
Location: Birthplace of the necktie.
|
|
Back to top |
|
 |
vaifan1986
Posts: 4640
Location: Birthplace of the necktie.
|
Posted: Wed, 9th May 2012 21:54 Post subject: |
|
 |
Pumpy, you can close the thread, with your help and some dumb luck on my side, managed to complete it.
Thanks again pumpy.
Micek:
i7 4790K @ 4.6GHz- Gigabyte Z97X-Gaming 3 - 980 WF3 \o/ - 16GB Corsair - WD 4TB - Mountain of SSDs - Dell UltraSharp U2414H 24''
|
|
Back to top |
|
 |
garus
VIP Member
Posts: 34200
|
|
Back to top |
|
 |
|
Posted: Wed, 9th May 2012 22:21 Post subject: |
|
 |
No his sweetness is mine. THREAD LOCKED!
|
|
Back to top |
|
 |
Page 1 of 1 |
All times are GMT + 1 Hour |