Search results

  1. jnjc

    Feedback Appreciated

    Thanks for the feedback guys, I am working on re-styling the bottom bar. Could you give me a little more information on this. Thanks again, JC
  2. jnjc

    website size

    The thing to remember about a website is that you don't know what hardware/software a user will use to access it. So the size of the page is related to the resolution of the monitors that will be viewing it. It is sort of excepted that the minimum resolution to support i5 800X600. The 600...
  3. jnjc

    Folder tabs an issue?

    It's easy to change this setting. If you look at the class for the tab that is selected it has two style "tab tabSelected", by doing it this way you can put the stuff that is common to both in the "tab" style and the stuff that is particular to the selected tab in the "tabSelected" style...
  4. jnjc

    Spaces in between slices when rendering in table

    It's difficult to say what the issue is without seeing it (can you post a URL). Make sure the borders on your images are set to 0 and also try setting the margins on the link tags etc. to 0 also.
  5. jnjc

    Folder tabs an issue?

    This should work for you There isn't really all that much to tabs when you break them down. Check out this link it should do what you need: http://www.solasit.com.au/sandbox/webdesign/tabs (I have only enabled the first two tabs). Basically you make two images one is tab selected and...
  6. jnjc

    Feedback Appreciated

    Just finished this site, any feedback would be appreciated: http://nfm.solasit.com
  7. jnjc

    insert my html/php code for every page accesed by users from my network

    I know I won't be able to provide you with answers but I'd imagine before someone can they'd also need to know what's running on your proxy ? Also it might be worth while going to a forum specific to your gateway OS...
  8. jnjc

    insert my html/php code for every page accesed by users from my network

    Don't know how you'd do that, I'd imagine you'd have to do this at your http server. You'll probably need to specify a bit more information about your wireless network. How is it setup ? Are you using a gateway machine or are people connecting directly to a wireless modem ? You might have a...
  9. jnjc

    Report Spam Thread

    http://www.webdesignforum.com/showpost.php?p=17609&postcount=9 Asks an unrelated question and the body of his email is full of links back to the site he asked the question about. Do you want eggs and bacon with that spam.....
  10. jnjc

    IFRAME not working in IE6 and IE7

    You'll need to post some more information, you question is too vague. Can you put together a mock up page that demonstrates the issue ? You will have to outline exactly what the issue is to get help...
  11. jnjc

    Query regarding META tags

    You should still have an index.html (or index.htm) on your server, it defines your frameset and is basically what a web crawler will see when it hits your site. You need to add the meta-tags to that. Also, I noticed from your site that there seems to be a lot of pages loading from...
  12. jnjc

    Repeat-X Problem

    It looks fine on my screen. That said from the image you've posted the problem appears to be where you background image ends and you background-color begins. Your background image is 1 x 500, the quickest way for you to fix this is to make you image say 1 X 1000 and just fill the extra space...
  13. jnjc

    Repeat-X Problem

    Can you post a URL ?
  14. jnjc

    Some useful tips to improve your website

    I commented on your post, where did I say you shouldn't have posted it or that I thought it should be removed ? I thought my comments were relevant. You have stated which is what I did, I didn't agree with some of your points, and yet you seem to have taken exception to that. I...
  15. jnjc

    Some useful tips to improve your website

    I think this is dangerous advice. Using table for layout is considered bad practice: http://www.w3.org/TR/WCAG10-HTML-TECHS/#tables-layout Also using percentages if you have a fixed width website can be difficult to work with. Don't forget .png I don't think that is relevant...
  16. jnjc

    Page Layout Problems

    Try this: Changes to .css: #header { position: relative; top: 0px; height:132px; } HTML: <div id="header"><a name="Top"></a> <img src=Header_left.gif" alt="Return to the home of Vampyrus" border="0" width="303" align="left" > <img src="vampyrusfrostysize75.gif"...
Top