Site Issues With Mozilla...

liunx

Guest
Please Help! LOL! Im going to post this here being that I think it's CSS related....but I'm not quite sure of that though. Now I have I been looking for a good drop down menu lately that would work on various browsers and this one at my site now is suppose to work with Mozilla and such...but I have this gap at bottom of page with lines up and down and the menu nav bar overlaps the top of information page....just below the logo.. :rolleyes: :( This isn't like this in IE of course..

As you can see here: <!-- w --><a class="postlink" href="http://www.twisted-society.com">www.twisted-society.com</a><!-- w -->

What do you think is wrong with it lol? If you'd like I can give the index.htm page along with css file... :DHave you actually looked at the HTML that's out there or are you just doing this in some wysiwyg editor? It's little wonder any real web browser would barf on what I saw; multiple <html> tags, a doctype that isn't the first line of the document.

That's just the core syntax, now the realization of the design; deeply nested tables with repeated presentation information throughout. You're probably making your view load 4X as much text as needed to present that design and present it in a way that's pretty consistently rendered by all manner of modern browsers.

Here's my number one suggestion, buy this man's book (<!-- m --><a class="postlink" href="http://www.zeldman.com">http://www.zeldman.com</a><!-- m -->) and read it cover to cover.LMAO!! :D I forgot to put the doctype up at top first line.... oops..:p And..when searching file for extra <html> tags....there was only two: this one <html> and </html> ;) And...no I didn't do this in an ooga kabooga editor lol. :rolleyes: If I had the money to buy that book or whatever I would read it hehe....but Im a CHEAP BASTARD from hell and can't afford it at this time.. ;) I guess I'll try f-ing with it a bit see if I can get it right then.

Twisted-Here's what I'm seeing at the top.

<html>
<head>
<title>:: Twisted-Society.com ::- Index</title>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
. . .

Could be coming out of some SSI or such I guess.Ah...That is weird... :confused: I was looking through it again and there it was lol....I think it was accidently copied when I was adding that drop down script into the site files from the demo.html that came with the script...the guy pretty much said copy script codes as in the demo.html and paste into site files... but....i think I copied a bit too much then really needed lmao... :D

I think I'm just going to get rid of all drop down menus now and try to adjust the site codes so it's not so much extra crap when not really needed...I was thinking about what you had said in the post above last one of mine.... mmm......I just hope to not waste too much more time...I have already tried various layouts and they weren't really good to use....seems like why bother any more lmao..... I dunno...back to the drawing board once again...see if I can throw another half a year down the toilet LOL...

Twisted-
 
Back
Top