JPC776
-
Header margin alignment is off
I was messing around with it and I moved the to the top of the html and then added margin-left: -45px; to the #header css and it seemed to work ok
-
Will pay 10$ for someone to code a top menu
There is no picture of the on you would like coded, but here are a couple you can have and modify as needed if they'll help... Menu 1 Menu 2
-
HTML5 Video Hosting Services?
What about Vimeo? They have basic, plus & pro versions depending on what you need.
-
Trying to design a dropdown menu - Help to enchance it.
If you are just looking for a CSS drop down menu, here are a couple I have done in the past to get you started...hope this helps CSS Menu #1 CSS Menu #2
-
creating a shape
What if you just did this? Your text to link...
-
How to simply position images on the same line.
Do you have a link to the page your are working on?
-
My battle with 2 column layout
If you want the sidebar to scroll also just change .container { height: 100%; } to .container { width: 100%; } I think that should work
-
CSS drop down menu - not working in IE other browsers it works fine, can we fix it ?
If you are just looking for a CSS drop down menu, here are a couple I have done in the past...hope this helps CSS Multi-Level Drop Down Menu CSS Drop Down Menu
-
table elements not inline
Here is an example I threw together: http://jsfiddle.net/NXKuz/
-
table elements not inline
I would not use the table and just use DIVs. Is there a specific reason for using a table?
-
Center slider in css. Wordpress
Do you have a link to what you currently have?
-
table elements not inline
I would probably do away with the "align=left" in the HTML for your links, add a class to that DIV instead and float:left and see if that helps
-
Image Alignment
Try adding this to the css and see if it helps .products { width:725px; } #content{ width:785px; text-align:justify; }
-
Position Graphic Elements in A header PLEASE HELP!
Hope that works out for you. I just took Senff's idea and used your code to make it a little easier for you. From all of the post that I've read on here, I think Senff has forgotten more than I have ever learned about CSS. Edit: @Senff Y…
-
Position Graphic Elements in A header PLEASE HELP!
Good idea...something like this maybe? HTML CSS /* Header Section */ #header { margin:0 auto; background-color:#e2e2e2; width:1024px; height:123px; } #header-logo { float:left; width:248px; height:85px; ba…
-
Position Graphic Elements in A header PLEASE HELP!
Do you have an updated link?
-
Position Graphic Elements in A header PLEASE HELP!
Add float:left; to #youtube-ico. Then change you top & left to position it where you would like. I think that is what you are trying to do.
-
wordpress nav help
Try this... #header_nav { width:900px; clear:left; } #nav_main { list-style:none; height:40px; width:100%; margin:0 auto; text-transform: capitalize; font-family:Arial, Helvetica, sans-serif; font-size:14px; } #nav_main li { position:relative; f…
-
Positioning table
It would be a little easier to see what is going on if all of your css was listed on the external style sheet.
-
Background Hover with Fly out
Or you could remove "overflow:hidden" from the #wrap and try something like this... nav, .sidebar{ margin:4px 8px 8px;} nav{ background: #12c4a9 url(images/nav-bg.png) no-repeat left bottom; width:223px; height:369px; } nav ul, …
-
Background Hover with Fly out
How about this...Will this work? nav, .sidebar{ margin:4px 8px 8px; } nav{ background: #12c4a9 url(images/nav-bg.png) no-repeat left bottom; width:223px; height:369px; } nav ul, nav ul li{ margin:0; padding:0; list-style:none…
-
Feedback Please
Ok, I have tried to implement the suggestions the best I knew how, and I think I have completed the site. Any additional feedback or suggestions as to how I could make it any better or what I need to work on for the next site? Thanks, Jason
-
Menu not sitting still
Do you have a link where we can see what is going on? Based on the code you provided it appears to be working ok for me.
-
CSS Dropdown Issue
Try adding this to your css header nav ul li ul{ position:absolute; left:-999em; } header nav ul li:hover ul { color:blue; position:absolute; top:auto; left:0px; display:block; } I think this should work to help with …
-
Help with CSS, repositioning menu's and text over an image
Just a personal preference, but I would add text-decoration:none; to #menu li a {} so it removes the underline from the links.
-
Ticket Tracking/Project Management Solutions?
Check out comm100.com, they might have what you are looking for
-
rollover state button dropdow menu
Alex, Do you have a link to your page or menu?