This is a discussion on "CSS & HTML problems" within the Web Page Design section. This forum, and the thread "CSS & HTML problems are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
CSS & HTML problems
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
CSS & HTML problems
I'm having major issues trying to get a sites menu and links to look right.
dev.c4media.co.uk what i want is the menu to be between the two green lines i.e. center of the table td. OK i know tables are bad etc but i'm reading up on CSS but this website needs to be up by the weekend. How do i get it working? I have no idea where i'm going wrong. Also i tried a few things with dreamwaever and no matter what it looks like in there it looks nothing like it when i upload it tp the web. Here's the code.
Hope someone can get me out of a jam while i learn CSS again (been over 6months since i toched a website |
|
|
|
|||
|
Re: CSS & HTML problems
For the first part try this
ul#navlist { display: block; text-align: center; list-style-type: none; padding-right:10px; padding-left:10px; } Hope it helps Pat |
|
|||
|
Re: CSS & HTML problems
add width: 170px; to ul#navlist
that should sort the width of the activities link Pat |
|
|||
|
Re: CSS & HTML problems
Thanks, had enough tonight need sleep (before the baby get up)
Will try and comment tomorrow when i try it. Thanks for the quick reply |
|
|||
|
Re: CSS & HTML problems
just seems to have moved them to the right
|
|
|||
|
Re: CSS & HTML problems
ok try just, padding-left:15px;
|
|
|||
|
Re: CSS & HTML problems
Works in FF but nor ie. What a supprise!
Another question on the comments page is there a way of disabling the scroll bar on the main site and add one to the context (Div called text in my case) part of the site. |
|
|||
|
Re: CSS & HTML problems
you could try something like this on that page.
|
|
|||
|
Re: CSS & HTML problems
i managed to solve the issue by finding one of those tutorial websites, finding a menu that had what i needed, i.e. box buttons in the center of a div.
Copied the code and moddified as needed. |
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Some HTML/CSS problems | mikka23 | Web Page Design | 3 | Mar 9th, 2008 14:44 |
| HTML repeating problems?? | tails007 | Web Page Design | 8 | Jan 18th, 2008 13:12 |
| html menu problems | chobo | Web Page Design | 14 | Mar 2nd, 2004 07:47 |