![]() | |
![]() |
| | Thread Tools | Display Modes |
#11
| |||
| |||
|
|
what issue do you see with the pic in Moz? http://www.spartanicus.utvinternet.i...ass_attack.png That's the navigation |
|
The menu suffers from a few cosmetic issues in Mozilla. someone else pointed that out. What the hell is that? |

#12
| |||
| |||
|
|
Neal <neal413 (AT) spamrcn (DOT) com> wrote: what issue do you see with the pic in Moz? http://www.spartanicus.utvinternet.i...ass_attack.png That's the navigation That's what I wrote: The menu suffers from a few cosmetic issues in Mozilla. someone else pointed that out. What the hell is that? I'll leave that for you to figure out ![]() |
#13
| |||
| |||
|
|
past">About The Attack</a></span and a single space separating. It seems that the line break is being made by Firefox within the span! In other words, the span's left border is orphaned on the top line, while the remainder of the element starting with the first character is on the second. Unbelievable! I'll try to find a workaround ^%#%@^$&@ |
#14
| |||
| |||
|
|
Neal,If you haven't already found a fix, I think I found a solution to your problem. Add this to your '#n span' block: #n span { border: 1px red outset; background: yellow; padding: .4em; line-height: 2.5em; white-space: nowrap; } This will suppress that line break that keeps showing up at various window sizes in mozilla. |
#15
| |||
| |||
|
|
On Sat, 10 Apr 2004 22:41:09 -0400, Jim Roberts <jrzycrim (AT) msn (DOT) com> wrote: D/led Mozila again (the last time, it failed to work) but I d/l'ed the beta, which I didn't want, so 45 minutes from having the latest general-distribution Mozilla again. We'll see if it works. I have updated this to the CSS, so if someone wants to tip me off that it fixed it, that's cool... |
#16
| |||
| |||
|
|
Here's the w3c reference: http://www.w3.org/TR/REC-CSS2/text.h...ite-space-prop |
#17
| |||
| |||
|
|
Reading that spec, white-space: nowrap; would prevent any line break. What's the Mozilla rendering now? 25 minotes to go on this download... |
#18
| |||
| |||
|
|
One more hint - all Mozillas or just the beta Firefox? |
#19
| |||||
| |||||
|
|
On Sun, 11 Apr 2004 00:37:35 +0200, Edwin van der Vaart picayunish2000 (AT) yahoo (DOT) co.uk> wrote: In the menu button "About The Attack I see a vertical black line. See http://www.evandervaart.nl/news/firefox.png Very odd! And the Media button looks odd as well. Anyone have a clue why? |
|
This is how it looks with Mozilla and Galeon under Linux-Mandrake 9.2 http://www.evandervaart.nl/news/mozilla.png and http://www.evandervaart.nl/news/galeon.png Amazing. You have a big screen! I cleared that bottom box. |
|
I can't figure out why you need block element around the 'header', 'n', 'content' and 'footer'. If you specify in the '#footer' clear: both; to prevent floating of the footer to left/right side of the page. Then you can remove the 'all' block element. Place the padding-bottom in the '#footer' You can remove the html from the style sheet 'html, body {}'. Also you can combine the background elements with each other, like: background: url(horns.gif) #000 fixed; All true. This design evolved, so to speak. I know there's a bit of clutter. Once the bugs are shaken loose, I'll pare it down; so long as these bits aren't causing problems I'll fry them later. |
|
Acthally what I have is: .attack, .action { float: left; width: 207px; } .action { float: right; } I'm setting the width for both, and the float correctly for one, then resetting it for the other. |
|
You didn't have specified any background in the link/hover part. If you wouldn't set any background color then use transparent for the background color. Good idea. How's the index page in Mozilla etc. now? |
#20
| |||
| |||
|
|
Well, I have a 1280x1024 screen. I have set the browsers full screen, because I don't have any idea how to set a 800x600 browser window. :-D |
![]() |
| Thread Tools | |
| Display Modes | |
| |