![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hmmmm... I posted this the other day, but it looks like I omitted most of the message, including the URL! Anyway, I'd like to solicit opinions on a page I just put online at http://www.geobop.com/test/ It represents everything I've learned about Dreamweaver and style sheets to date. I used a page at http://www.fu2k.org/alex/css/layouts/3Col_NN4_FFFF.mhtml as a guide, then deleted most of the extraneous code. (I still have some code that I don't really understand; I'll get rid of it if I determine it serves no purpose.) |
#3
| ||||||
| ||||||
|
|
Hmmmm... I posted this the other day, but it looks like I omitted most of the message, including the URL! Anyway, I'd like to solicit opinions on a page I just put online at http://www.geobop.com/test/ It represents everything I've learned about |
|
The links on this page don't work, and the fixed navigation menu scrolls only in Mozilla (and probably Netscape), not IE. The small black and white |
|
Some people have compained that the design is too complex, and the background images behind the main text are distracting. Do you agree? The articles are in two columns that are actually two floating divs, controlled by the following style sheet codes: div.Left50 { width: 50%; float: left; } div.Right50 { width: 49%; float: right; } div.Left50Content { padding: 0px 25px 25px 25px; } div.Right50Content { padding: 0px 25px 25px 25px; } div.Left50 { } div.Right50 { background: #cfc url('../images/bg/plants/trees/Conifers.jpg'); } div.Left50Content { padding: 1px 25px 25px 25px; } div.Right50Content { padding: 1px 25px 25px 25px; } The text on the left is inside div.Left50Content, which is nested inside div.Left50, with a similar arrangement for the column on the right. If you have Mozilla, click View > Use Style, then choose "One Column," and the table changes to a single column. It simply uses an alternate style |
|
div.Left50 { } div.Right50 { background: #cfc url('../images/bg/plants/trees/Conifers.jpg'); } div.Left50Content { padding: 1px 25px 25px 25px; } div.Right50Content { padding: 1px 25px 25px 25px; } By assigning no width, the columns almost span the page. So here's my question: I want to use alternate style sheets to offer several themes, like Summer, Winter and Night. But if I offer each theme in either single-column or |
|
So is there a way to change the columns without using a style sheet, or without using the View > Use Style system? If you look at the navigation menu and click "Control Panel," you'll get an idea of what I'm trying to accomplish. Viewers will be able to choose a |
|
I've seen websites that let viewers choose font size and other parameters, but I haven't quite figured it out yet. Any suggestions? http://www.geobop.com/, GeoBearATgeobop.com (Replace AT with @) Interests: Web Design, Linux & Political Reform |
#4
| |||
| |||
|
#5
| |||
| |||
|
|
Hmmmm... I posted this the other day, but it looks like I omitted most of the message, including the URL! Anyway, I'd like to solicit opinions on a page I just put online at http://www.geobop.com/test/ It represents everything I've learned about |
I'd not use code
#6
| |||
| |||
|
#7
| ||||||||||
| ||||||||||
|
|
Actually, that's good to hear. I want to pack in a lot of features, but I also want to keep it simple, and dumping some of the extras will make it |
|
Does it look better now, or is it still too overwhelming? (http://www.geobop.com/test/) I gave it a plain white background and made |
|
"3) That extremely annoying floating menu in red/white/blue is not only stuck over text I (maybe) want to read. It's also ugly. See point 1) above." Hmmmm... I thought it was small enough that it wouldn't interfere with the text. In Mozilla, it scrolls, so you can move it if it's blocking text. In |
|
If I go with a single column, then I can clear enough space on the right for the navigation menu. If it's "ugly," then I presume that's because of |
|
"4) You have jammed far too much content into one page. If I were you, I'd make one page for each genus, with one or two photos and perhaps a world map |
|
Yes, I'll probably break it into several pages. "6) Why on earth two style sheets????? If Eric Meyer like to play around and show what could be done with CSS, so be it. All you are doing is adding |
|
I just thought it would be fun to give visitors a few choices. It might even be education to add "habitat" or "ecocystem" style sheets, so they can |
| "Finally you are absolutely crazy if you are designing a page that will not work in IE given that it represents 96% of all browsers. A tiny minority |
|
I'm not trying to design a page that doesn't work in IE. I'm merely optimizing it for other browsers, partly as an incentive to ditch IE. "Just took a look in IE5.1.3 on MacOSX: No background images, but a butt ugly green color that could give anyone epileptic seizures. Plus other stuff that didn't work..." Is the key word here IE5.1.3, or do webpages also look different when viewed on MacOSX? There are so many browsers to design for as it is - too |
| http://www.geobop.com/, GeoBearATgeobop.com (Replace AT with @) Interests: Web Design, Linux & Political Reform |
#8
| |||
| |||
|
#9
| |||
| |||
|
#10
| |||
| |||
|
|
They're probably just jealous because they know nothing about pine trees. |

![]() |
| Thread Tools | |
| Display Modes | |
| |