![]() | |
![]() |
| | Thread Tools | Display Modes |
#11
| |||
| |||
|
#12
| |||
| |||
|
|
Simple question: Why you are using DIV's to make page, thats easy to create in TD tag's? Iin this type of site you do not need tags DIV. |
|
Also, if you will have 1000 pages on your site, you will remake all of them handly? Try to use SSI - make 1 file of header (example, header.htm) and include it in all pages. And then when you will need to change something in header of site, you will change header file "header.htm" and other pages will change automatically. If you have ICQ, we can speak more quickly. My ICQ - 268181600 |
#13
| |||
| |||
|
|
Because tables are for tabular data. Because you should use the right tool for the job - that's why. |
#14
| ||||||||
| ||||||||
|
|
Regarding changes to the design of the entry page of http://www.queenslandarchitect.com/ which I am trying to make as a belated Xmas present for my neighbour. |
|
Next I did a very wide two tone background image for the body, used background: #444 url(images/background4000rgb444_666.gif) 75% 0 repeat-y ; to make things look like two columns. Now I could make my sidebar something close to 25%, and handle different width displays. |
|
My neighbour the architect told me what he wanted something that looked like : http://www.troppoarchitects.com.au/ http://www.flightpatharchitects.com.au/ http://www.donovanhill.com.au/ |
|
The architect really seems to like having an entry page (if I can make that distinction from a home page). |
|
I guess that makes sense to architects, who often seem to want the entrance to a building to make a grand statement. |
|
Pointing out these example pages had no search engine position, and sometimes no navigation nor content (Flash or Javascript required) made no difference. |
|
One bit he really likes is in http://www.troppoarchitects.com.au/ The horizontal table of images. I figured I would try to subvert an old photogalley page, but on my first attempt with a list, I forgot that A was inline, so I could hardly stick a paragraph block underneath. |
|
I'd like to have the HTML stay with a ul (since that is how my other menus are done, and seems to make some semantic sense). I want a horizontal row of photos, each of which is a link. Underneath each photo, I want a single word menu item link centered underneath each photo (pointing to the same place as the photo). Plus I want the whole thing liquid. |
#15
| |||||||
| |||||||
|
|
Eric Lindsay <NOwebmasterSPAM (AT) ericlindsay (DOT) com> wrote: I can't see the point of sizing the side bar using a % unit, using em strikes me as the obvious choice, it facilitates user font size variations but without the irrational relationship with the user viewport width. |
|
My neighbour the architect told me what he wanted something that looked like : http://www.troppoarchitects.com.au/ http://www.flightpatharchitects.com.au/ http://www.donovanhill.com.au/ It strikes me that your graphic design capabilities aren't up to creating that type of work. Ordinarily I'd suggest that you team up with a graphic designer and delegate that aspect, but since you've indicated that you are doing this as a "present" that may not be an option. |
|
The splash pages on the reference sites are not ideal from various perspectives, but they can be coded properly. Personally I'd allow people in creative occupations to say that they want a splash page. Impressions are an integral part of what they do, within limits I prefer not to interfere with that aspect of their work. |
|
One bit he really likes is in http://www.troppoarchitects.com.au/ The horizontal table of images. I figured I would try to subvert an old photogalley page, but on my first attempt with a list, I forgot that A was inline, so I could hardly stick a paragraph block underneath. On the reference site the images are strictly decorative, I can't tell if that is going to be the case in your work due to the use of place holder images. That makes it hard to suggest appropriate coding. |
|
I'd like to have the HTML stay with a ul (since that is how my other menus are done, and seems to make some semantic sense). I want a horizontal row of photos, each of which is a link. Underneath each photo, I want a single word menu item link centered underneath each photo (pointing to the same place as the photo). Plus I want the whole thing liquid. Possibly something like this: http://homepage.ntlworld.ie/spartanicus/eric.htm |
|
The hacks used in that example are explained on http://www.spartanicus.utvinternet.i...h_captions.htm |
|
If they images you end up using will be semantic then you should not code them as backgrounds but insert them in the links instead. |
#16
| ||||
| ||||
|
|
Because tables are for tabular data. Because you should use the right tool for the job - that's why. But: 1. UL, OL, LI tags for listing data, not for navigation. |
|
2. DIV tag for dividing data blocks, not for design. |
|
Of course, DIV making is modern tool, but it is not necessarily standard of HTML. |
|
For example, if you want to call for you friend, you can call using phone or using computer (Skype, Google Talk etc.), but computer is not right tool for calling, yes? |
#17
| |||
| |||
|
|
In article <1ho9p25iosbt6b9oprdvnnqjocrf9msum0 (AT) 4ax (DOT) com>, Spartanicus <invalid (AT) invalid (DOT) invalid> wrote: I can't see the point of sizing the side bar using a % unit, using em strikes me as the obvious choice, it facilitates user font size variations but without the irrational relationship with the user viewport width. I wasn't sure I could get away with using em rather than % to position the background image on body. |
|
Possibly something like this: http://homepage.ntlworld.ie/spartanicus/eric.htm Perfect! Thank you very much. I should be able to use that to get what I want. |
#18
| |||
| |||
|
|
...a fake column in the body background the only thing I could think to give the effect of columns. If anyone can point me to better methods, that would be great. |
#19
| |||
| |||
|
|
Eric Lindsay wrote: ...a fake column in the body background the only thing I could think to give the effect of columns. If anyone can point me to better methods, that would be great. Sounds like a job for creative use of borders and negative margins, which allows setting the column width in px or em units. For examples see http://webhost.bridgew.edu/etribou/layouts/ |
#20
| |||
| |||
|
|
My test HTML pages contain div id="all" as a spare container div. If I can, I would really like to get rid of it. Just seems to me that multiplying divs every time I get stuck can not be part of a semantic approach. |
![]() |
| Thread Tools | |
| Display Modes | |
| |