|
|
||||||
|
||||||
| Index Link To US Private Messages Archive FAQ RSS | ||||||
| Graphics & Design Discussion Forum Post your graphics design questions/comments/ideas in here. Ask questions, post tutorials, discuss trends and best practices. Sub-forum for website accessibility and usability. |
Share Thread: & Tags
|
||||
|
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
||||
|
I know it sounds like a really picky thing, but it is driving me nuts on the new site I am working on.
If you go to 'contact' using the top menu, the left hand menu sits as it should, but then if you click on 'general enquiry' the text on the menu moves 1 pixel to the left. The green arrow doesn't move, nor does anything else, but the text moves a pixel to the left! It is driving me mad as no other menu options do this. Any suggestions most welcome, ta |
|
||||
|
I'm not seeing the behaviour myself, but you do have a Javascript error on that contact page.
"flashholder" is undefined. Try fixing that and see if it solves your problem.
__________________
Toronto Web Design | Search Engine Friendly, Standards-Compliant Layouts | Walk on my Path (my blog) |
|
|||
|
(edit) ok I see. hmm yeah.
contact details to general enquiry it does it, general detail to feedback also, and back, but not feedback to directions and back. I think Ive had this happen. I would take for example the directions or feedback page, and copy the info from the gen iq, and contact, and make two new pages from a working template. IF it still does it, it must be something like the forms in one that doing soemthing. but that should solve your problem. |
|
|||
|
Quote:
Try changing 'general enquiry' to 'gen. enquiry' and you'll probably see the shift disappear. Perhaps you could even try widening the column width by a few pixels. Some also might not see it in some browsers, like IE, because it's so barely noticeable. And unless you have a way to keep track of what was where (like putting a little piece of paper on your monitor), it's even more difficult to see because of the page reload.
__________________
Keith D Commiskey | Web Tools / Web Store Catalog / Free Hall o’ Fame GiftsForYou.Biz | Crystal Figurines, Crystal Gifts |
|
|||
|
[quote="GiftsForYouBiz"]
Quote:
trial and error :) |
|
|||
|
The reason for the jump is that you did not fix the width of the 3rd column of that table. try fixing the width to 117 on all the 4 pages.
eg. <td width="117" class="left">Contact Details</td> or <td width="117" class="left">Contact Details</td> When you don't fix the width for each column in a multiple columns table, the width of the table will be distributed among each column depending on the content width of each column. When you bold the words 'General Enquiry', the content width of that column increased and the browser will allocate more width (1px in this case) for that column, resulting in the visual jump. |
|
||||
|
thanks for the tips - I will try them all and see what happens. Bolding up the word has to stay as it is consistent with our other sites
BTW GiftsForYouBiz Quote:
|
|
|||
|
I see one problem that might cause it:
Code:
<tr>
<td width="15" rowspan="2">[img]../images/pixel.gif[/img]</td>
<td></td>
<td class="left">Contact Details</td>
</tr>
<tr>
<td>[img]../images/newarrow.gif[/img]</td>
<td class="left">General Enquiry</td>
</tr>
<tr>
<td></td>
<td></td>
<td class="left">Feedback</td>
</tr>
<tr>
<td></td>
<td></td>
<td class="left">Directions</td>
</tr>
|
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
|
WebProWorld |
Advertise |
Contact Us |
About |
Forum Rules |
MVP's |
Archive |
Newsletter Archive |
Top |
WebProNews
WebProWorld is an iEntry, Inc. ® site - © 2009 All Rights Reserved Privacy Policy and Legal iEntry, Inc. 2549 Richmond Rd. Lexington KY, 40509 |