![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I'm redesigning my site because I've been told I used absolute positioning to much (also I have other issues with the site as well). What are your thoughts please.... |
#3
| |||
| |||
|
|
If you use absolute positioning (withing *really* knowing what you are |
#4
| |||
| |||
|
|
If you use absolute positioning (withing *really* knowing what you are doing) then your page has a very good chance of breaking as soon as I increase my font size. |
#5
| |||
| |||
|
|
rf wrote: If you use absolute positioning (withing *really* knowing what you are doing) then your page has a very good chance of breaking as soon as I increase my font size. This is the response, I was looking for... If you are designing a site like this.. www.kooklub.co.uk .... You can't increase the font size because it's a highly graphical designed site. |
|
Images are saved separately and increasing the font size would ruin the look. This is what I mean by entertainment sites or high graphic design dependent sites. |
|
Using float/margin/padding may be easier (I don't know yet because I haven't used it), but how can absolute/relative positioning ruin a site like this? |
#6
| |||
| |||
|
|
rf wrote: If you use absolute positioning (withing *really* knowing what you are doing) then your page has a very good chance of breaking as soon as I increase my font size. This is the response, I was looking for... If you are designing a site like this.. www.kooklub.co.uk .... |
|
You can't increase the font size because it's a highly graphical designed site. Images are saved separately and increasing the font size would ruin the look. This is what I mean by entertainment sites or high graphic design dependent sites. |
|
Using float/margin/padding may be easier (I don't know yet because I haven't used it), but how can absolute/relative positioning ruin a site like this? |
#7
| |||
| |||
|
|
Need opinions on this because this has been bugging me. I'm developing my first site by writing out the code first (I'll use DreamWeaver once I have a working knowledge of HTML/CSS). Ia'm redesigning my site because I've been told I used absolute positioning to much (also I have other issues with the site as well). |
|
It was suggested to me that absolute positioning isn't necessary and that everything can go within the normal flow of the document and positioned by using float (margin/padding). |
|
Now, I want to be as precise as possible when coding. I don't want to use excessive coding where it isn't needed. But I'm thinking that depending on the type of site you are developing (or the complexity) - one w/ high graphic images i.e. model sites, fashion sites vs. one that's highly text based i.e. yahoo.com, msn.com - you would choose the type of positioning necessary. Like entertainment sites that are image driven aren't that complex and pages really don't have much clutter - or if this is your intent, then absolute positioning will suffice because it makes things easier. Whereas sites with a lot of text, columns, and images may need float positioning because if you update the site w/ replacement images, text or w/ addtl...you don't want to break up the flow. You want everything to be locked in as much as possible. What are your thoughts please.... |
![]() |
| Thread Tools | |
| Display Modes | |
| |