K
Kris
Hi,
I prefer to make my web pages by hand. Recently I made my first page with
frames and css. It also uses forms and lists in multiple places. I'm
having some problems that I don't know how to solve and was wondering if you
might know how to fix these issues off the top of your head. The problems
are:
IE 6 doesn't display nested lists properly. I was using a nested list
format to create a definition list where each header had a bullet next to it
(it was an unordered list with individual, single-item definition lists for
each list item). The page shows up fine with browsers on my mac, but not on
IE 6 for the pc.
I can't get my favicon to load. I only have a user account on the server,
so my site is not at the top domain. Also, there is a restriction that the
server will not serve images without a web-page calling for them (to keep
people from just hosting images there I guess). I stuck my favicon on a
different server and simply gave that as the "shortcut icon" relative link
in my link tag, but it still doesn't seem to be working.
I have a table that contains multiple rows with a title, price, checkbox,
and form submit button in each row. In IE 6 the form submit buttons display
slightly above the row of text/checkbox. They look fine in my mac browsers.
How can I fix this?
For my forms I am using the submit input tag to make buttons. I did this
because I like to see mac style buttons on my mac, and I imagine winXP users
like to see winXP style buttons on their computers. This is also faster
than using an image for the buttons. The problem I see is that these
buttons really look shitty under winNT. Are there enough people out there
with crappy OSs/browsers that I should use image buttons, or are rendered
buttons a better idea?
For my navigation bar on the left hand side of the page I am using a frame.
This makes it so that people can't bookmark any of the sub-pages on my site
though. Is it possible to create a navigation bar using css or html tables
that will scroll independently of the page content?
Many thanks in advance!
Kris
PS: if you'd like to see the page I'm working on it's
http://www.info-armory.n3.net
If you see any problems I didn't ask about don't hesitate to let me know.
I prefer to make my web pages by hand. Recently I made my first page with
frames and css. It also uses forms and lists in multiple places. I'm
having some problems that I don't know how to solve and was wondering if you
might know how to fix these issues off the top of your head. The problems
are:
IE 6 doesn't display nested lists properly. I was using a nested list
format to create a definition list where each header had a bullet next to it
(it was an unordered list with individual, single-item definition lists for
each list item). The page shows up fine with browsers on my mac, but not on
IE 6 for the pc.
I can't get my favicon to load. I only have a user account on the server,
so my site is not at the top domain. Also, there is a restriction that the
server will not serve images without a web-page calling for them (to keep
people from just hosting images there I guess). I stuck my favicon on a
different server and simply gave that as the "shortcut icon" relative link
in my link tag, but it still doesn't seem to be working.
I have a table that contains multiple rows with a title, price, checkbox,
and form submit button in each row. In IE 6 the form submit buttons display
slightly above the row of text/checkbox. They look fine in my mac browsers.
How can I fix this?
For my forms I am using the submit input tag to make buttons. I did this
because I like to see mac style buttons on my mac, and I imagine winXP users
like to see winXP style buttons on their computers. This is also faster
than using an image for the buttons. The problem I see is that these
buttons really look shitty under winNT. Are there enough people out there
with crappy OSs/browsers that I should use image buttons, or are rendered
buttons a better idea?
For my navigation bar on the left hand side of the page I am using a frame.
This makes it so that people can't bookmark any of the sub-pages on my site
though. Is it possible to create a navigation bar using css or html tables
that will scroll independently of the page content?
Many thanks in advance!
Kris
PS: if you'd like to see the page I'm working on it's
http://www.info-armory.n3.net
If you see any problems I didn't ask about don't hesitate to let me know.