• Help
  • Search
  • Login
  • Register
  • Home

Forum: web design and graphics community

Celestial Star Forum > Art Boards > Creative mediums > plz Help me with div layout
Pages: [1]
« previous next »
  Print  
Author Topic: plz Help me with div layout  (Read 1196 times)
ac77
Angeling
*
Posts: 8


View Profile
plz Help me with div layout
« on: September 05, 2006, 10:09:31 PM »

2. With Photoshop, take the rectangular marquee tool, open the info window if it's not already opened (Windows > Info). Right click on the cross at the bottom left corner of the info window and select Pixels so that the values show in pixels. Click and drag on your image where you want your content box to be and hold your cursor at the top left corner of the selection you've just made. Now you can replace the XXX with the proper values on the div.

can u plz help me with that part????thxx
Logged
Melfina
Administrator
Valkyrie Randgris
*****
Posts: 1289



View Profile WWW
plz Help me with div layout
« Reply #1 on: September 11, 2006, 04:01:59 AM »

Simply make a selection of where you'd like the content to be. Now you can take the width and height values from the info window.

To get the top and left values, you'll have to hover your mouse on the top left corner of the selection you made. At the info window, they will appear two values at the left of the width and height: they're the top and left values.

Sorry, I don't know how to explain it better  :?
Logged


MySpace  ~ MySpace Codex ~ Rune Nifelheim
ac77
Angeling
*
Posts: 8


View Profile
plz Help me with div layout
« Reply #2 on: September 12, 2006, 03:55:27 PM »

hey thxx i got it
Logged
ac77
Angeling
*
Posts: 8


View Profile
plz Help me with div layout
« Reply #3 on: September 12, 2006, 04:11:59 PM »

I got everything but when I type in for the navigation box, the things I write goes to the bottom like its not even in the box do you know what I should do???


Thx
Logged
assie-chan
Retribution
***
Posts: 156



View Profile WWW
plz Help me with div layout
« Reply #4 on: September 12, 2006, 04:35:36 PM »

Post an example maybe? I can't really help you unless I can see the code, at least. It sounds like it may be a problem with your absolute positioning, but it could be a number of things.
Logged

"If Xerxes was two men, and he was the only two men alive, I wouldnt allow him/them to have intercourse."
ac77
Angeling
*
Posts: 8


View Profile
plz Help me with div layout
« Reply #5 on: September 12, 2006, 06:28:28 PM »

Code:
<HTML>
<HEAD>
<TITLE>Untitled</TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
 <style>
    body { font-family: Verdana, Arial, Times new roman; font-size: 11px; color: #color;  background-repeat: repeat-y; }
    a { color: #color; }
    </style>
</HEAD>
<BODY BGCOLOR=78886F LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0>
<!-- ImageReady Slices (Untitled-1) -->
<TABLE WIDTH=780 BORDER=0 CELLPADDING=0 CELLSPACING=0>
<TR>
<TD>
<IMG SRC="images/index_01.jpg" WIDTH=780 HEIGHT=86 ALT=""></TD>
</TR>
<TR>
<TD>
<IMG SRC="images/index_02.jpg" WIDTH=780 HEIGHT=85 ALT=""></TD>
</TR>
<TR>
<TD>
<IMG SRC="images/index_03.jpg" WIDTH=780 HEIGHT=86 ALT=""></TD>
</TR>
<TR>
<TD>
<IMG SRC="images/index_04.jpg" WIDTH=780 HEIGHT=86 ALT=""></TD>
</TR>
<TR>
<TD>
<IMG SRC="images/index_05.jpg" WIDTH=780 HEIGHT=86 ALT=""></TD>
</TR>
<TR>
<TD>
<IMG SRC="images/index_06.jpg" WIDTH=780 HEIGHT=85 ALT=""></TD>
</TR>
<TR>
<TD>
<IMG SRC="images/index_07.jpg" WIDTH=780 HEIGHT=86 ALT=""></TD>
</TR>
</TABLE>
<!-- End ImageReady Slices -->
<div style="position: absolute; left: 4px; top: 427px; width: 450px"></div>
<div style="position: absolute; left: 638px; top: 598px; width: 177px">hiii??</div>


</BODY>
</HTML>




where it says hi???? thats where the navigation content should be at

thxxx if u can helpp
Logged
assie-chan
Retribution
***
Posts: 156



View Profile WWW
plz Help me with div layout
« Reply #6 on: September 12, 2006, 11:02:57 PM »

Well, as it turns out, I do think it is a problem with you absolute positioning. Absolute positioning will make your div go ANYWHERE. Whether there's something in its way or not. So, with that in mind, you've set it to go to "596px" from the "top" of the screen. Now, that is pretty much the bottom of the screen in most resolutions, so if you want to make it go closer to the top, you need to decrease "596px", perhaps 400px? It depends on your design, I can't tell you how far, because I don't have your design in front of me, just your code.
Logged

"If Xerxes was two men, and he was the only two men alive, I wouldnt allow him/them to have intercourse."
ac77
Angeling
*
Posts: 8


View Profile
plz Help me with div layout
« Reply #7 on: September 13, 2006, 07:10:48 PM »

Quote from: "assie-chan"
Well, as it turns out, I do think it is a problem with you absolute positioning. Absolute positioning will make your div go ANYWHERE. Whether there's something in its way or not. So, with that in mind, you've set it to go to "596px" from the "top" of the screen. Now, that is pretty much the bottom of the screen in most resolutions, so if you want to make it go closer to the top, you need to decrease "596px", perhaps 400px? It depends on your design, I can't tell you how far, because I don't have your design in front of me, just your code.



thxxx so much u helped me but i have a question 4 u on ur site u know the menu u have did u make it while making the layout??


thxxx again
Logged
assie-chan
Retribution
***
Posts: 156



View Profile WWW
plz Help me with div layout
« Reply #8 on: September 13, 2006, 07:39:16 PM »

*cough* Uh, which one? xD I have like a gazillion. Most of them have premades, because while I love to code, my graphics ability sucks the big one, but usually the menu is made at the same time, yes.
Logged

"If Xerxes was two men, and he was the only two men alive, I wouldnt allow him/them to have intercourse."
ac77
Angeling
*
Posts: 8


View Profile
plz Help me with div layout
« Reply #9 on: September 14, 2006, 09:56:23 PM »

you know the one that the button shows profile and next to it it shows ur site that one.

Do u think u can tell me how to make the menu?? like i wrote what i wanted to write when i was making the layout but how do u make it so that u can click and it will go to another page??? like how it does in yours

thxx
Logged
Pages: [1]
  Print  
« previous next »
 
Jump to:  

  • Welcome, Guest
  • Members login
  • Register for free

General

  • General
  • New members
  • Announcements
  • Support / Suggestions

Art boards

  • Creative mediums
  • Requests and offers
  • Tutorials
  • Celestial Star tutorials

Web development

  • Coding
  • Web design
  • Advertisements / affiliation

Off-topic

  • The non-sense
  • Ententainment

Go up
eXTReMe Tracker
  • Valid XHTML
  • Valid CSS
Powered by SMF 1.1.2 | SMF © 2006-2007, Simple Machines LLC | Seo4Smf v0.2 © Webmaster's Talks
Loading...