Login/Logout | Profile | Help |
Last 1|Days | Search | Topics
Ideas and projects

Hitguj » Technology » Ideas and projects « Previous Next »

  Thread Posts Last Post
Archive through June 20, 200335 06-21-03  12:32 am
Archive through July 28, 200335 07-28-03  9:35 pm
Archive through March 04, 200435 03-04-04  11:48 am
Archive through May 01, 200435 05-01-04  7:23 am
Archive through July 18, 200534 07-18-05  9:24 am
Archive through November 02, 200720 11-02-07  4:56 am

Lukkhi
Friday, November 02, 2007 - 12:54 pm:   Edit Post Delete Post Print Post  Link to this message

Gajanan,

Try this:

=CELL("address",Sheet1!A1)

the value in target cell will look like -

[Book2]Sheet1!$A$1

and will be updated automatically. Hope this helps


Vaatsaru
Friday, November 02, 2007 - 4:10 pm:   Edit Post Delete Post Print Post  Link to this message

Divya

exact CSS sangu shaklis tar madat karta yeil. baryach veLelelaa hya donhi browsers che CSS implementation vegvegale asate (standards asun sudhdha :-) )
aani IE chya version pramane sudhdha badalate

post piece of HTML and CSS and then alternatives can be suggested.

Savyasachi
Friday, November 02, 2007 - 4:19 pm:   Edit Post Delete Post Print Post  Link to this message

>>internet explorer आणि mozzila firefox/netscape

no bid deal. that is a normal behaviour :-)
tuza prashna kalala nahi actually. vatsaru mhanto tyapramane jara example de.
no programming error but in presentation mhanaje kay?
btw, javascript vaparala ahes ka? te nehamich gondhal karata vegavegalya browsers madhe.

Divya
Friday, November 02, 2007 - 4:25 pm:   Edit Post Delete Post Print Post  Link to this message

Hi Vaatsaru,

Thanks for reply. Here is piece of css.
body{
font-size: 13pt; background-color: #f6cd57;
width: 100%; height: 100%;
/*width: 1060px;*/ margin: auto;
}



#leaf{
background-image: url(m3.jpg);
float: right;
background-repeat: no-repeat;
position: absolute;
width: 100%; margin-left: 17%;

/*width: 980px;*/ height: 12in;
}


h1{
color: yellow; height: 10%; margin-top: 0%; margin-bottom: 0%;
font-weight: bold;
font-style: italic; margin: 0 auto;
margin-left: 4%;
text-align: center;
background-color: #b93c22;
border-bottom: 15pt solid black;
width: 91%;
/*height: 10%;*/
font-size: 45pt;


}


#navigation{
margin-left: 4%;
position: relative; /*margin-top: 0%; margin-bottom: 0%;*/
border-right: 15px solid #b93c22;
text-align: center;
color: black;
background-color: #e99171;
margin-right: 0%;
width: 12%;
height: 11.8in;
font-weight: bold;

}
#bottomnavigation{ background-color: #e99171; text-align: center;
font-weight: bold;
border-top: 10px solid #b93c22;
color: black;
margin-bottom: -3%; height: 4%; margin-top: 20%;
}

<div id="navigation">
<p>
<br /><br /><br /><br />
<a href="IndianRestaurentHomepage.html"> HOME </a><br /><br />
<a href="IndianRestaurentMenupage.html"> MENU </a><br /><br />

<a href="Receipe.html#receipe">RECEIPE </a><br /><br />
<a href="LocationandContact.html#bottom">CONTACT</a><br /><br />


<br /><br />
Hours:<br /> <br />
Lunch<br /> <br />
Monday - Sunday<br /> 11:30am - 3:00pm<br /> <br />
Dinner<br /> <br />
Monday - Sunday<br /> 5:00pm - 10:00pm<br />
</p>
</div>

<div id="leaf">



<div id="welcome">
<p>
Welcome to *************************Cuisine! *************** has spiced up customers wanting nothing but the best!
With soft Indian music in the background, and colorful tapestries on the walls, customers know that
they are truly in an ethnic Indian restaurant where every dish is prepared with authentic Indian herbs and spices.

</p>
</div>
</div>

Divya
Friday, November 02, 2007 - 4:30 pm:   Edit Post Delete Post Print Post  Link to this message

Savyasachi, presentation error div chya position mule yete aahe. I have to add to many content in each div. Whenever I tried to adjust the content width, margin on ie, oh my god , it's look horrible on firefox. No I am not using javascripy yet but I need to add script also. but basic madhech rada jhalay tithe script kuthe add karu. I tried firebugs to find what's wrong and adjust according to firebugs, then it's look too bad on ie.

Gajanandesai
Friday, November 02, 2007 - 4:42 pm:   Edit Post Delete Post Print Post  Link to this message

Lukkhi, क्या बात है! मनःपूर्वक धन्यवाद!
याची मला मदत होईल असे वाटते. पुन्हा एकदा धन्यवाद.


Savyasachi
Friday, November 02, 2007 - 4:48 pm:   Edit Post Delete Post Print Post  Link to this message

I guess your problem is with the width?
I was about to say that actually.
if that is the problem, try using fixed widths instead of percentage. I mean, any dimention in pixels rather than %.
like here.
>>margin-left: 17%;
>>margin-left: 4%;
>>width: 12%;

see, normally 100% does not give any problem.

another thing, suppose you have 2 columns in a table row with some controls in it. and you give their widths as say 75% and 20%. see that 5% is missing. check if your page has such error. if u want widths that way, put 3rd column and just put &nbsp; in it. this will keep other columns intact by expanding/contracting itself.

and before that, always put an outer table for the entire page. divide the page in rows and columns.

>>position: absolute
check this type. sometimes this absolute causes problem.

if nothing helps, remove all controls from page. and put them back one by one again.



Divya
Friday, November 02, 2007 - 5:13 pm:   Edit Post Delete Post Print Post  Link to this message

savyasachi, first i gave the fixed width to all but % is requirement for this pro. mi ti gap muddam thevali aahe, jast jhali tar work out nahi honar pan kami jhali tar gap disel. For absolute position, i am quite confuse abt position. ineed to add bottom menu at the bottom on div leaf (inside div but on bottom.)

if nothing helps, remove all controls from page. and put them back one by one again.

Yeah, I am trying that.

Vaatsaru
Friday, November 02, 2007 - 6:38 pm:   Edit Post Delete Post Print Post  Link to this message

Divya
are you trying to use Tables OR DIVs because now a days they have become 'mutually exclusive'.
To have complete CSS based design, DIV is the way to go. But then these kinds of problems arise.

Also, you will need to use IE special alternatives in CSS (like If IE etc)

I will google the exact syntax and let you know (you can also do that).

but again, please post the spefic problem, because there are too many problems with DIV between browsers to take a guess.

Vaatsaru
Friday, November 02, 2007 - 6:40 pm:   Edit Post Delete Post Print Post  Link to this message

Also, are you using 'Float' anywhere ?
one has to be careful with that because it can take advantage of browser layers and 'be on top' of other elements.

Vaatsaru
Friday, November 02, 2007 - 6:45 pm:   Edit Post Delete Post Print Post  Link to this message

I am sorry - had not seen message above.

I tested the pieces you have provided - I am seeing the same thing under IE and FF.
I am using Win Server 2003, IE 6 and FF 2.03

whats the exact problem you are having ?

Divya
Friday, November 02, 2007 - 6:58 pm:   Edit Post Delete Post Print Post  Link to this message

Yes, I use float left to navigation div and float right leaf div.
it can take advantage of browser layers.

jara spashta karal ka?

Vaatsaru
Friday, November 02, 2007 - 6:58 pm:   Edit Post Delete Post Print Post  Link to this message

Divya

I am assuming your problem was the contents were going all the way to the bottom rather that staying besides the left menu.

I have fixed the stylesheet.
Please give it a try.

<STYLE>
body{
font-size: 13pt;
background-color: #f6cd57;
width: 100%;
height: 100%;
/*width: 1060px;*/ margin: auto;
}

#leaf{
background-repeat: no-repeat;
margin-left: 18%;
margin-top: 5% ;
margin-right: 10% ;
height: 12in;
}

h1{
color: yellow;
background-color: #b93c22;
height: 10%;
/*width: 91%;
height: 10%;*/

margin-top: 0%;
margin-bottom: 0%;
margin-left: 4%;
border-bottom: 15pt solid black;

font-weight: bold;
font-style: italic; margin: 0 auto;
text-align: center;
font-size: 45pt;
}


#navigation{
color: black;
background-color: #e99171;

width: 12%;
height: 11.8in;

margin-left: 4%;
margin-right: 1%;

position: relative; /*margin-top: 0%; margin-bottom: 0%;*/

border-right: 15px solid #b93c22;
text-align: center;
font-weight: bold;
float: left ;
}

#bottomnavigation {

background-color: #e99171;
color: black;

height: 4%;

text-align: left;
font-weight: bold;
border-top: 10px solid #b93c22;

margin-bottom: -3%;
margin-top: 20%;
}

</STYLE>


Divya
Friday, November 02, 2007 - 7:16 pm:   Edit Post Delete Post Print Post  Link to this message

Yeah it's working now but addition of bottomnavigation in leaf div makes leaf div appear at the bottom in ie.

Divya
Friday, November 02, 2007 - 7:18 pm:   Edit Post Delete Post Print Post  Link to this message

why this both browser give diff result?

Vaatsaru
Friday, November 02, 2007 - 7:26 pm:   Edit Post Delete Post Print Post  Link to this message

BottomNav:
it's appearing at the end because you may be adding it as totally separate standalone Div. Try adding inside the leaf div and it will show up right.
Where do you want it actually ?

Diff results:
There are W3C standards set forward for CSS and HTML rendering. But that started very late and all the browser implementation (especially IE) started much earlier than that. Also, Microsoft was busy in proposing 'DHTML' based designs but W3C decided to go via CSS route (appropriate). Mozilla FF started developing browser much later so had standards in front of it to implement. Slowly they are catching up.

Also, if you want to be a professional web designer, you will have to consider Opera and Safari (Mac) browsers as well for these kind of rendering anamolies.

If you still struggling with this, please download a few templates that I have uploaded (
http://www.openwebdesign.org/userinfo.phtml?user=vaatsaru) or any other template from http://www.openwebdesign.org



Divya
Friday, November 02, 2007 - 9:49 pm:   Edit Post Delete Post Print Post  Link to this message

Thanks so much Vaatsaru for the links. I sure download some template, it will be a great help for me. again Thanks so much.
Now I am trying to do without float.

Lukkhi
Friday, November 02, 2007 - 10:12 pm:   Edit Post Delete Post Print Post  Link to this message

गजानन, तुम्हाला मदत झाली तर मला आनन्दच आहे.

चला एक duplicate ID कुणाच्या कामी तर आला :-)

आणि तुम्हालाही धन्यवाद, तुमच्यामुळे मलाही हे एक नवीन function समजले


Maanus
Friday, November 02, 2007 - 10:50 pm:   Edit Post Delete Post Print Post  Link to this message

You need something called as Faux Column Layout , you can search for this on net.

I'll suggest start with

http://www.alistapart.com/articles/fauxcolumns/

Then the CSS template you need is here
http://www.code-sucks.com/css%20layouts/faux-css-layouts/

or here

http://blog.html.it/layoutgala/

also after you fix your html, go through following site.
http://alistapart.com/topics/design/layout/



and really, change that background color.

Maanus
Friday, November 02, 2007 - 11:27 pm:   Edit Post Delete Post Print Post  Link to this message

i dont like to give ready made solutions, पण खुप दिवस झाले html लिहीले नव्हते, म्हणुन solution टाकतो....

but still, I'll recommend you go through those links and understand :-)
text/html
test.html (1.9 k)


oh those sweet old days, they used to pay me Rs 400 for developing complete web site :-)


Divya
Saturday, November 03, 2007 - 12:12 am:   Edit Post Delete Post Print Post  Link to this message

धन्स रे माणसा. सगळ्या links छान आहेत. ready made solution बद्दल पन thanks खुप छान आहे तु केलेले design . पन प्रोफ़ेसर ला आता मधेच layout change केला म्हणुन शन्का येइल. background color change करायचाच होत temp काहितरी दिला होता.
तुझ्या सारखा प्रोफ़ेसर हवा नाही का.
thanks again.


Maanus
Saturday, November 03, 2007 - 1:34 am:   Edit Post Delete Post Print Post  Link to this message

I know you are busy with technical things, but dont present your stuff with that text.

you have said.

"Welcome to *************************Cuisine! *************** has spiced up customers wanting nothing but the best!
blah blah blah
customers know that
they are truly in an ethnic Indian restaurant "


I would change it to

"We XYZ, have spiced up our guests to always deserve the best!
blah blah blah
When you listen to the soft indian music in background and colorful tapestries on the walls, you know you are truly in ethnic Indian Diner. Where every dish is exotic and is prepared with blah blah blah."

though you are developing something for some third party company, you have to step in to their shoes and think if this was my business what will I do.

in short dont use things like
- xyz has done, you are xyz.
- customers, thats rude word, you may want to say guest. he is reading the text, just say you.

anyway all the best


Divya
Saturday, November 03, 2007 - 3:09 am:   Edit Post Delete Post Print Post  Link to this message

माणसा मेल बघ बर तु.

Shankasoor
Saturday, December 01, 2007 - 3:32 pm:   Edit Post Delete Post Print Post  Link to this message

मला काही documents English मध्ये translate करून हवी आहेत.
Each document is a one page document and the documents are written in Scandenevian Languages such as Hungarian, Swedish, Danish and Norwegian. Documents are related to loan and finance
कोणी मदत करू शकेल का
कुणाला online translator site महित असेल तर सान्गा.
Google आणि babelfish ह्या भाषा support करत नाहीत :-(


चोखंदळ ग्राहक
महाराष्ट्र धर्म वाढवावा
व्यक्तिपासून वल्लीपर्यंत
पांढर्‍यावरचे काळे
गावातल्या गावात
तंत्रलेल्या मंत्रबनात
आरोह अवरोह
शुभंकरोती कल्याणम्
विखुरलेले मोती


हितगुज गणेशोत्सव २००६





Topics | Last Day | Tree View | Search | User List | Help/Instructions | Content Policy | Notify moderators