Jul 27, 2008

Template Coding Issue

Free Web Hosting, No Ads > CONTRIBUTE > Computers > Programming Languages > HTML, XML etc..

free web hosting

Template Coding Issue

Kubi
Heyo, I'm coding this template here; http://dailyanimation.info/ , and I need some help.

In firefox, it looks fine. No problems what-so-ever. Safari, the last nav link appears to be "Home" instead of "Music" which is fixable, I think I might has mistyped the css. But then in IE everything is choppy. The entire page is missaligned, the nav all appears to be "home", and is looks horrible. I'm not sure what I did wrong with the coding. It must be something with the css because it was fine till I coded the nav.


The style sheet is located here; http://dailyanimation.info/style.css. What I did with the nav was make it one complete image, the rollover state, and the mouse out. So what the css does is move the image up xx pixels(in the case, 15) so it'll show the rollover. The reason I do this is for faster load times. instead of loading one image, and then having to load another when you rollover, it'll load one image at the start and that's it. Well, it seems I did *something* wrong, and now the page is all screwy. Go ahead and look at my source and style, I don't mind. Just need to get this fixed.

Thanks for lookin'.

 

 

 


Reply

garbage
it just looks like one of the content boxes size might be off and it looks like it might be the one on the banner area..check all widths and heigths, also it could be the table for the nav that might be throwing it off.

Reply

Kubi
As far as I know all the sizes are correct...It only misaligns when I edit the nav.

Reply

garbage
try making the nav table a bit smaller

Reply

Kubi
Why smaller? It's the same size as it was before I put it into CSS.

Reply

jlhaslip
Kubi,

First thing you need to do is add a Doc Type Declaration at the very top of the page to try to force IE out of Quirks Mode and into Standards Compliant Mode. Firefox and Opera both look fine, but IE will be in Quirks Mode which is a nightmare to make presentable as a cross-browser page. I would suggest html 4 Loose/Transitional for the Table-based layout you have there.

Also, ID'd items can only appear once on a page. Your menu has duplicate ID's for the container and Menu. These should be "classes" since they occur more than once on the page.

I can't assist any more than that because I have never done a 'sliced' page before, but these two things will be enough to cause you the grief you are incurring, so fix them and then post back to see what the page look s like then.

Reply

Saint_Michael
Well from looking at the coding and adjusting the heights of some of the images it seems all your problems are steming from your header, because every time I tried to adjust your index_06.gif image it wouldn't align properlu with the rest of the header.

What I suggest is that you re-slice your template with the follow slices, mind you this is a rough sketch of where the slices should be, but you should be able to get an idea on where to slice the template


as you can see it cuts the number of images down just a bit, but of course I am assuming that you will want the site to expand the content I would recommend this type of slice



Also make sure when your checking hte sizes that you have px next to the number so not to quirk mode the browser, that could the problem that you were haveing with the images because you just had the number and not the px next to it. This should give an idea what to look for and or redo.

 

 

 


Reply

Robbie.Knox
I had trouble like this with one of my old sites after I built it for Firefox. I ended up recoding it for IE, and then using Javascript (or PHP can't remember which lol) to see which browser the user is browsing in, and then give them the appropriate stylesheet.

Reply



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.
Confirm Code:

Similar Topics

Keywords : template, coding, issue

  1. Flash Wmode(transparent) Pramater In Firefox3(on Linux) - Not Working
    issue with flash transparancy and firefox3( on linux op. sistem) (1)
  2. Help With My Template [resolved]
    (4)
    So i was bored, and i found this template on some site and decided to attempt and code it....
    I've gotten pretty darn far lol I've gotten soo far that it looks perfect in Firefox for me
    /biggrin.gif" style="vertical-align:middle" emoid=":D" border="0" alt="biggrin.gif" /> but then i
    go to look at it in internet explore and I'm blinded and i don't know how to fix it.
    http://school-stuff.org/test/test.html give it a look in firefox, then in internet explore and any
    advice is welcome!!!!....
  3. Yet More Help With My Websites Template
    (4)
    now i need help with this template /biggrin.gif" style="vertical-align:middle" emoid=":D"
    border="0" alt="biggrin.gif" /> What i want is for the layout to be touching both the top of the
    browser, and the left side of the browser. It looks fine now, but when i put the Doctype in
    QUOTE it adds a space between the top and side of the layout... any suggestions? or am i
    just going to have to deal without a doctype? lol....
  4. Help With My Websites Template
    (5)
    I posted this earlyer, and the post wouldn't show..... so i am trying again since the other post
    has been hidden/deleted --------------THIS ERROR ONLY OCCURS IN FIREFOX
    http://www.hogwartsmagic.net/awards/test/ If you cant tell, it looks a little bit weird yes? and i
    am not talking about the red logo, or the fact there is not titles for the nav menu's yet... and
    i don't really care about that yet, right now all i am worried about is coding it... so i was
    hoping that maybe someone could help me figure out why that gap is there between the header and the
    b....
  5. Template Coding
    Is this right place to post? (4)
    I duno if im posting in right area i asked in shoutbox but not to much of a response..lol anyways i
    followed a photoshop tutorial i found on google for making a clan template i made the template but
    the tut ended when u need to i think they call it slicing i know i need to code the theme now. is
    their a program out their to help me code this theme or what??? ....
  6. Javascript Back , Forward Or Next Buttons Issue
    (1)
    Okay webmasters, please put your wizard hats on and work your magic. I have a great little slide
    show that I am working on. I just about have it done, but I have a problem that is driving me
    nuts!!! The problem is my "back" button. Once the back button hits the first image and
    the user clicks back again, a javascript error occurs (it states: That my variable is not defined).
    I know that it is defined otherwise the back button would not work at all. The "next" button does
    not have this problem it will loop continously. I have been researching others slidesho....
  7. Anchor Tag Compliance Issue?
    Firefox is tiny, IE and Opera okay (5)
    I have a string of anchor tags arranged as a menu bar horizontally on a page. Pretty basic stuff is
    included in the css to give some colour and rollover colour change. The page links have been in
    place in the Html code and all are tested and confirmed accurate. This topic has to do with the
    browser only,( I think). I mention this in case there might be concerns about the anchor tags being
    correctly coded. Yes, they are good. So I modified the css to get it looking the way I thought was
    correct for the page in terms of placement, Background colour, rollover effect, etc.....
  8. Coding Help Needed.
    (7)
    I've been trying to code a layout into HTML, i think i've sliced it well, but i can't
    get the coloumns for the content coded correctly. You can look at my attempt so far here
    http://ukds0.tripod.com/mariocircuit/index.html please could anyone tell me what i've done
    wrong and how i could correct it. Thanks in advance P.S. this is needed quite urgently....
  9. Which Template Is Nicer
    Help (8)
    I need ure help as after all you are the ideal user to this website. Basically weve decided to
    revamp our site with a new template. One of the admins has come up with this skin here
    http://zmbworld.co.uk/temp or we could use for a theme http://solidhelium.com/index.php both
    are very good. Note we wont be ripping http://solidhelium.com/index.php skin we will use it as a
    guide. We will redesign it using diffrent images etc. So u guys decide Please vote now
    /blink.gif' border='0' style='vertical-align:middle' alt='blink.gif' /> ....
  10. Template Problem
    (6)
    i have a skin installed on My Webpage , (oppermine gallery), called digital_flow, but i would like
    to have the left column, moved to the right side... does anyone knows how to do this? I know i have
    to edit 'template.html' , but not in a specific way... /blink.gif' border='0'
    style='vertical-align:middle' alt='blink.gif' /> If you need more information, please ask
    /cool.gif' border='0' style='vertical-align:middle' alt='cool.gif' /> . thanks i advance, i would
    really like to solve this! /smile.gif' border='0' style='vertical-align:middle' alt='smile.....
  11. Rfid Package/template
    (1)
    I’m looking into RFID for some stuff. Is anyone here familiar with it? It would be nice if there is
    some kind of package for it. Let’s say that you have a bunch of tags; when you have a new customer
    or new item, you create new id for him/her or the item, and you create the tag that contains that
    id. You give it to the customer or put it on the item. Next time you just scan it and you can
    retrieve the id. There is something like this for barcode. It has a set of hardware and also it has
    source code and/or API for this. Is there some package for RFID for this? I’d appre....

    1. Looking for template, coding, issue

Searching Video's for template, coding, issue
advertisement



Template Coding Issue



 

 

 

 

ADD REPLY / Got an Opinion! Remove these ADs! RAPID SEARCH! Free Web Hosting [X]
Express your Opinions, Thoughts or Contribute more info. to help others.
Ask your Doubts & Queries to get answers, So that "Together We can help others!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE