PDA

View Full Version : plz fix my code


Mgkeeper
10-11-2002, 09:38 PM
attached is the code for a template of my layout (i use ssi, its the template page) There are 2 problems. One, I've been told it's not cross browser compatable. Two, There are some links that should show under web.gif that don't show(go to my site www.majvegeta.com to see what im talking about). I was wondering if anyone could fix this for me??

Mgkeeper
10-12-2002, 03:34 AM
cant anyone do it??

Mhtml
10-12-2002, 07:09 AM
I'll have a go at it, but next time I think that you should try to iscolate the problem to make it easier for people to help, also post in the right forum next time. This post falls into the HTML & CSS category!

Mgkeeper
10-12-2002, 03:42 PM
the problem is, I can't isolate the problem. If I could, I would have fixed it. Also, i put it in general web building because it doesn't just have html and css. BTW, thanks for trying......

Mhtml
10-12-2002, 03:58 PM
As far as I can tell it is just HTML CSS and a tiny little no right click javascript.

General web building if more for topics like "what do you think of this idea?" or "How would you rate my site?"

Stuff like that.

Any way your problem with the links not beeing there is actually they are there but are being covered up, by the absoloutely positioned images.

Why are you using abs pos? You should be using tables as they are in no need to be abs posed. I think that you should rip it apart and re-do it using tables.

As for the JS I'm not a JS junkie so I will be of no help.
I'm sorry I couldn't actually rewrite the code but I'm to busy developing my own website as well as creating my own bulletin board application as well as a mailing list application so I will leave to someone else who may have the time to do it.

Mgkeeper
10-12-2002, 04:01 PM
i did this page a long time ago, and i remember the reason i couldn't use tables was because i couldn't get the stuff to align and position the way I wanted them. So if someone could get them to go right with tables that'd be great, because i couldn't.

Mgkeeper
10-13-2002, 12:33 AM
hey guys, i fixed one of the problems. I had a table over my missing links section, lol. So i moved the tables code above the links table and it fixed it. But i still need my site to be cross browser compatable. I want my whole audience to enjoy it. Can anyone help??

Mgkeeper
10-14-2002, 02:07 AM
hey mhtml. How do i get my tables to be where I want them to be?? That is why i used abs pos.