PDA

View Full Version : i dont see whats wrong here


Mgkeeper
10-07-2002, 11:39 PM
ok, for some reason, a whole list of links wont show up on my website. And i don't see any errors in my page, so i was wondering if someone here could help me. The source is in http://www.majvegeta.com/bb.html

theres nothing under the word "web" on the bottom, but there should be. In the source, there is a <td></td> and in between those, there are 5 or 6 links starting with a link to cgi scripts. But it wont show. (to get to the source just bypass my stupid no right click script. Its there 4 the retards lol) Is this confusing you guys??

Graeme Hackston
10-08-2002, 04:17 AM
I didn't see much of anything in Mozilla 1.0, Win98 so I looked with IE6. I think you have postioning overlaps.

ronaldb66
10-08-2002, 09:33 AM
Yeah, lots of absolute positioning; not very well supported in a number of browsers. Can't you work with tables instead (there's already a couple of them, anyway)?

MCookie
10-08-2002, 10:18 PM
To prevent vertically overlapping text/images/divs/cells, put your images right there where you want them and use padding and margin for paragraphs and cells and margins for images to position them vertically. No need for absolute positioning or setting heights there. Keep it flexible. Just stack your images and text.

Also, take out all spaces between values and units. It is "100px" and not "100 px". No spaces.

Mgkeeper
10-09-2002, 06:40 PM
well, this took me forever to position, and i didnt even think about cross browser probs, so I was wondering if any layout geniuses here, could redo my code so it looks the same (plus the web links that dont show) and make sure its cross browser compatable. I'd really appreciate it......:D