CSS / HTML ? - Page 2 - Post ID 205405

User 187934 Photo


Senior Advisor
20,267 posts
Online Now

I asked for link.:lol: Glad you got it sorted out... for now.;)
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 2924428 Photo


Registered User
1,718 posts

im baaack :) , hey guys check out www.craigjuddpinstriping.net, i'm working on the html and i notice that the hover button, even the links are not working properly, i haven't changed anything in the css except the bg, can you have a look please? thanks!
User 187934 Photo


Senior Advisor
20,267 posts
Online Now

Your logo div is to big Bring your mouse over the HOME from the left and you will see the hover. Same for the CONTACT but from the right.
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 2924428 Photo


Registered User
1,718 posts

<section>
<nav>
<ul>
<li><a href="index.html" class="selected">Home</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</section>


didn't seem to work :(
User 38401 Photo


Senior Advisor
10,951 posts

The code below is incorrectly setup. The script is most likely fine, but you shouldn't be centering using the center tags as they are not really used anymore. Either way you didn't close that tag you have 2 opening center tags. It should have a forward slash / in the last one:

<center><script type="text/javascript" src="swfobject.js"></script><div id="CC4320491">Form Object</div><script type="text/javascript">var so = new SWFObject("myjukebox.swf","", "300", "60", "7,0,0,0", "#ffffff");so.addParam("classid", "clsid:d27cdb6e-ae6d-11cf-96b8-444553540000");so.addParam("quality", "high");so.addParam("scale", "noscale");so.addParam("salign", "lt");so.write("CC4320491");</script><center>

should be

<center><script type="text/javascript" src="swfobject.js"></script><div id="CC4320491">Form Object</div><script type="text/javascript">var so = new SWFObject("myjukebox.swf","", "300", "60", "7,0,0,0", "#ffffff");so.addParam("classid", "clsid:d27cdb6e-ae6d-11cf-96b8-444553540000");so.addParam("quality", "high");so.addParam("scale", "noscale");so.addParam("salign", "lt");so.write("CC4320491");</script></center>

I don't think that's your menu issue though, haven't delved that far yet :P
User 38401 Photo


Senior Advisor
10,951 posts



You have something messed up with your Section tags. I'm not sure exactly what since I don't really know what you "intended" to include within a section, but something isn't right as when I view the source in Firefox browser the first closing </section> tag shows up red. I think maybe you aren't closing your sections in the right places? Check into that, run your pages through an HTML Validator... and by the way, did you ever go read those tutorials and books at all? Would help you a lot for learning rather than trying to piece it all together on your own :)
User 187934 Photo


Senior Advisor
20,267 posts
Online Now

Eric Rohloff wrote:
Your logo div is to big Bring your mouse over the HOME from the left and you will see the hover. Same for the CONTACT but from the right.
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 2924428 Photo


Registered User
1,718 posts

Ok i'll resize the logo image and that should clear things up then. i'll do it in a while, i'm working on another site so i'll be begging for help in a little bit :D
User 122279 Photo


Senior Advisor
14,624 posts

It's not the logo image. But reduce the height of the #logoTxt to about 100px, then you're all set.
Ha en riktig god dag!
Inger, Norway

My work in progress:
Components for Site Designer and the HTML Editor: https://mock-up.coffeecup.com


User 2924428 Photo


Registered User
1,718 posts

cool thanks guys, now i'm experiencing a different problem, if you visit www.craigjuddpinstriping.net you will see in the about "footer" section of the page you will see that my image has repeated instead of stretching out. I don't know where in the css I can fix this or limit the size of the page, but can you take a look please? Oh yeah I have a font/translation question as well, if I installed a new font for the webpage, how would I start by translating it to other browsers? Thanks guys your help is most appreciated!! :D

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.